2024-12-17T23:28:38.2008603Z Current runner version: '2.321.0' 2024-12-17T23:28:38.2031415Z ##[group]Operating System 2024-12-17T23:28:38.2032285Z Ubuntu 2024-12-17T23:28:38.2032800Z 22.04.5 2024-12-17T23:28:38.2033269Z LTS 2024-12-17T23:28:38.2033838Z ##[endgroup] 2024-12-17T23:28:38.2034376Z ##[group]Runner Image 2024-12-17T23:28:38.2034910Z Image: ubuntu-22.04 2024-12-17T23:28:38.2035495Z Version: 20241211.1.0 2024-12-17T23:28:38.2036785Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20241211.1/images/ubuntu/Ubuntu2204-Readme.md 2024-12-17T23:28:38.2038110Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20241211.1 2024-12-17T23:28:38.2039079Z ##[endgroup] 2024-12-17T23:28:38.2039653Z ##[group]Runner Image Provisioner 2024-12-17T23:28:38.2040220Z 2.0.404.1 2024-12-17T23:28:38.2040760Z ##[endgroup] 2024-12-17T23:28:38.2041752Z ##[group]GITHUB_TOKEN Permissions 2024-12-17T23:28:38.2043573Z Contents: write 2024-12-17T23:28:38.2044183Z Metadata: read 2024-12-17T23:28:38.2044817Z ##[endgroup] 2024-12-17T23:28:38.2047706Z Secret source: Actions 2024-12-17T23:28:38.2048419Z Prepare workflow directory 2024-12-17T23:28:38.2349649Z Prepare all required actions 2024-12-17T23:28:38.2389881Z Getting action download info 2024-12-17T23:28:38.4893098Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-12-17T23:28:39.0659520Z Download action repository 'softprops/action-gh-release@v1' (SHA:de2c0eb89ae2a093876385947365aca7b0e5f844) 2024-12-17T23:28:39.4947723Z Download action repository 'actions/upload-artifact@v4.4.0' (SHA:50769540e7f4bd5e21e526ee35c689e35e0d6874) 2024-12-17T23:28:39.8072788Z Complete job name: Create Release 2024-12-17T23:28:39.8964244Z ##[group]Run malfet/checkout@silent-checkout 2024-12-17T23:28:39.8965932Z with: 2024-12-17T23:28:39.8966800Z submodules: recursive 2024-12-17T23:28:39.8967803Z ref: 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:28:39.8969144Z repository: pytorch/pytorch 2024-12-17T23:28:39.8970512Z token: *** 2024-12-17T23:28:39.8971411Z ssh-strict: true 2024-12-17T23:28:39.8972310Z persist-credentials: true 2024-12-17T23:28:39.8973310Z clean: true 2024-12-17T23:28:39.8974253Z sparse-checkout-cone-mode: true 2024-12-17T23:28:39.8975307Z fetch-depth: 1 2024-12-17T23:28:39.8976191Z lfs: false 2024-12-17T23:28:39.8977122Z set-safe-directory: true 2024-12-17T23:28:39.8978135Z quiet-checkout: false 2024-12-17T23:28:39.8979406Z ##[endgroup] 2024-12-17T23:28:40.0542593Z Syncing repository: pytorch/pytorch 2024-12-17T23:28:40.0545239Z ##[group]Getting Git version info 2024-12-17T23:28:40.0546608Z Working directory is '/home/runner/work/pytorch/pytorch' 2024-12-17T23:28:40.0548690Z [command]/usr/bin/git version 2024-12-17T23:28:40.0585919Z git version 2.47.1 2024-12-17T23:28:40.0614404Z ##[endgroup] 2024-12-17T23:28:40.0633018Z Temporarily overriding HOME='/home/runner/work/_temp/ce72607e-d42b-490d-99b8-bdb7216c8272' before making global git config changes 2024-12-17T23:28:40.0638046Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:28:40.0644454Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-12-17T23:28:40.0666444Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2024-12-17T23:28:40.0670832Z ##[group]Initializing the repository 2024-12-17T23:28:40.0673336Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2024-12-17T23:28:40.0731789Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-12-17T23:28:40.0735060Z hint: is subject to change. To configure the initial branch name to use in all 2024-12-17T23:28:40.0738334Z hint: of your new repositories, which will suppress this warning, call: 2024-12-17T23:28:40.0740760Z hint: 2024-12-17T23:28:40.0742403Z hint: git config --global init.defaultBranch 2024-12-17T23:28:40.0744565Z hint: 2024-12-17T23:28:40.0746609Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-12-17T23:28:40.0750185Z hint: 'development'. The just-created branch can be renamed via this command: 2024-12-17T23:28:40.0752797Z hint: 2024-12-17T23:28:40.0754153Z hint: git branch -m 2024-12-17T23:28:40.0756746Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2024-12-17T23:28:40.0761689Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-12-17T23:28:40.0782962Z ##[endgroup] 2024-12-17T23:28:40.0785282Z ##[group]Disabling automatic garbage collection 2024-12-17T23:28:40.0786912Z [command]/usr/bin/git config --local gc.auto 0 2024-12-17T23:28:40.0814324Z ##[endgroup] 2024-12-17T23:28:40.0815752Z ##[group]Setting up auth 2024-12-17T23:28:40.0818772Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:28:40.0846467Z [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' || :" 2024-12-17T23:28:40.1124245Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:28:40.1151026Z [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' || :" 2024-12-17T23:28:40.1378140Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-12-17T23:28:40.1410689Z ##[endgroup] 2024-12-17T23:28:40.1412125Z ##[group]Fetching the repository 2024-12-17T23:28:40.1417686Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:28:40.7014321Z remote: Enumerating objects: 11607, done. 2024-12-17T23:28:40.7015675Z remote: Counting objects: 0% (1/11607) 2024-12-17T23:28:40.7016926Z remote: Counting objects: 1% (117/11607) 2024-12-17T23:28:40.7018287Z remote: Counting objects: 2% (233/11607) 2024-12-17T23:28:40.7019479Z remote: Counting objects: 3% (349/11607) 2024-12-17T23:28:40.7020720Z remote: Counting objects: 4% (465/11607) 2024-12-17T23:28:40.7022007Z remote: Counting objects: 5% (581/11607) 2024-12-17T23:28:40.7023206Z remote: Counting objects: 6% (697/11607) 2024-12-17T23:28:40.7024440Z remote: Counting objects: 7% (813/11607) 2024-12-17T23:28:40.7025745Z remote: Counting objects: 8% (929/11607) 2024-12-17T23:28:40.7038651Z remote: Counting objects: 9% (1045/11607) 2024-12-17T23:28:40.7040251Z remote: Counting objects: 10% (1161/11607) 2024-12-17T23:28:40.7041627Z remote: Counting objects: 11% (1277/11607) 2024-12-17T23:28:40.7042866Z remote: Counting objects: 12% (1393/11607) 2024-12-17T23:28:40.7044055Z remote: Counting objects: 13% (1509/11607) 2024-12-17T23:28:40.7045360Z remote: Counting objects: 14% (1625/11607) 2024-12-17T23:28:40.7046613Z remote: Counting objects: 15% (1742/11607) 2024-12-17T23:28:40.7047766Z remote: Counting objects: 16% (1858/11607) 2024-12-17T23:28:40.7049075Z remote: Counting objects: 17% (1974/11607) 2024-12-17T23:28:40.7050301Z remote: Counting objects: 18% (2090/11607) 2024-12-17T23:28:40.7051464Z remote: Counting objects: 19% (2206/11607) 2024-12-17T23:28:40.7052772Z remote: Counting objects: 20% (2322/11607) 2024-12-17T23:28:40.7054249Z remote: Counting objects: 21% (2438/11607) 2024-12-17T23:28:40.7056194Z remote: Counting objects: 22% (2554/11607) 2024-12-17T23:28:40.7058239Z remote: Counting objects: 23% (2670/11607) 2024-12-17T23:28:40.7060302Z remote: Counting objects: 24% (2786/11607) 2024-12-17T23:28:40.7061571Z remote: Counting objects: 25% (2902/11607) 2024-12-17T23:28:40.7062883Z remote: Counting objects: 26% (3018/11607) 2024-12-17T23:28:40.7064438Z remote: Counting objects: 27% (3134/11607) 2024-12-17T23:28:40.7065724Z remote: Counting objects: 28% (3250/11607) 2024-12-17T23:28:40.7066965Z remote: Counting objects: 29% (3367/11607) 2024-12-17T23:28:40.7076690Z remote: Counting objects: 30% (3483/11607) 2024-12-17T23:28:40.7078576Z remote: Counting objects: 31% (3599/11607) 2024-12-17T23:28:40.7079822Z remote: Counting objects: 32% (3715/11607) 2024-12-17T23:28:40.7081067Z remote: Counting objects: 33% (3831/11607) 2024-12-17T23:28:40.7082334Z remote: Counting objects: 34% (3947/11607) 2024-12-17T23:28:40.7083549Z remote: Counting objects: 35% (4063/11607) 2024-12-17T23:28:40.7084840Z remote: Counting objects: 36% (4179/11607) 2024-12-17T23:28:40.7086054Z remote: Counting objects: 37% (4295/11607) 2024-12-17T23:28:40.7087257Z remote: Counting objects: 38% (4411/11607) 2024-12-17T23:28:40.7088547Z remote: Counting objects: 39% (4527/11607) 2024-12-17T23:28:40.7089727Z remote: Counting objects: 40% (4643/11607) 2024-12-17T23:28:40.7090939Z remote: Counting objects: 41% (4759/11607) 2024-12-17T23:28:40.7092201Z remote: Counting objects: 42% (4875/11607) 2024-12-17T23:28:40.7093375Z remote: Counting objects: 43% (4992/11607) 2024-12-17T23:28:40.7094578Z remote: Counting objects: 44% (5108/11607) 2024-12-17T23:28:40.7095855Z remote: Counting objects: 45% (5224/11607) 2024-12-17T23:28:40.7097021Z remote: Counting objects: 46% (5340/11607) 2024-12-17T23:28:40.7098229Z remote: Counting objects: 47% (5456/11607) 2024-12-17T23:28:40.7099714Z remote: Counting objects: 48% (5572/11607) 2024-12-17T23:28:40.7100909Z remote: Counting objects: 49% (5688/11607) 2024-12-17T23:28:40.7121610Z remote: Counting objects: 50% (5804/11607) 2024-12-17T23:28:40.7123609Z remote: Counting objects: 51% (5920/11607) 2024-12-17T23:28:40.7124851Z remote: Counting objects: 52% (6036/11607) 2024-12-17T23:28:40.7126092Z remote: Counting objects: 53% (6152/11607) 2024-12-17T23:28:40.7127356Z remote: Counting objects: 54% (6268/11607) 2024-12-17T23:28:40.7128577Z remote: Counting objects: 55% (6384/11607) 2024-12-17T23:28:40.7129787Z remote: Counting objects: 56% (6500/11607) 2024-12-17T23:28:40.7131033Z remote: Counting objects: 57% (6616/11607) 2024-12-17T23:28:40.7132245Z remote: Counting objects: 58% (6733/11607) 2024-12-17T23:28:40.7133473Z remote: Counting objects: 59% (6849/11607) 2024-12-17T23:28:40.7134680Z remote: Counting objects: 60% (6965/11607) 2024-12-17T23:28:40.7135917Z remote: Counting objects: 61% (7081/11607) 2024-12-17T23:28:40.7137137Z remote: Counting objects: 62% (7197/11607) 2024-12-17T23:28:40.7138355Z remote: Counting objects: 63% (7313/11607) 2024-12-17T23:28:40.7139564Z remote: Counting objects: 64% (7429/11607) 2024-12-17T23:28:40.7140829Z remote: Counting objects: 65% (7545/11607) 2024-12-17T23:28:40.7142002Z remote: Counting objects: 66% (7661/11607) 2024-12-17T23:28:40.7143189Z remote: Counting objects: 67% (7777/11607) 2024-12-17T23:28:40.7144434Z remote: Counting objects: 68% (7893/11607) 2024-12-17T23:28:40.7145606Z remote: Counting objects: 69% (8009/11607) 2024-12-17T23:28:40.7146791Z remote: Counting objects: 70% (8125/11607) 2024-12-17T23:28:40.7163955Z remote: Counting objects: 71% (8241/11607) 2024-12-17T23:28:40.7165466Z remote: Counting objects: 72% (8358/11607) 2024-12-17T23:28:40.7166707Z remote: Counting objects: 73% (8474/11607) 2024-12-17T23:28:40.7168008Z remote: Counting objects: 74% (8590/11607) 2024-12-17T23:28:40.7169199Z remote: Counting objects: 75% (8706/11607) 2024-12-17T23:28:40.7170403Z remote: Counting objects: 76% (8822/11607) 2024-12-17T23:28:40.7171681Z remote: Counting objects: 77% (8938/11607) 2024-12-17T23:28:40.7173154Z remote: Counting objects: 78% (9054/11607) 2024-12-17T23:28:40.7174372Z remote: Counting objects: 79% (9170/11607) 2024-12-17T23:28:40.7175672Z remote: Counting objects: 80% (9286/11607) 2024-12-17T23:28:40.7176851Z remote: Counting objects: 81% (9402/11607) 2024-12-17T23:28:40.7178004Z remote: Counting objects: 82% (9518/11607) 2024-12-17T23:28:40.7179275Z remote: Counting objects: 83% (9634/11607) 2024-12-17T23:28:40.7180448Z remote: Counting objects: 84% (9750/11607) 2024-12-17T23:28:40.7181605Z remote: Counting objects: 85% (9866/11607) 2024-12-17T23:28:40.7182952Z remote: Counting objects: 86% (9983/11607) 2024-12-17T23:28:40.7184156Z remote: Counting objects: 87% (10099/11607) 2024-12-17T23:28:40.7185373Z remote: Counting objects: 88% (10215/11607) 2024-12-17T23:28:40.7186646Z remote: Counting objects: 89% (10331/11607) 2024-12-17T23:28:40.7187880Z remote: Counting objects: 90% (10447/11607) 2024-12-17T23:28:40.7636646Z remote: Counting objects: 91% (10563/11607) 2024-12-17T23:28:40.7640359Z remote: Counting objects: 92% (10679/11607) 2024-12-17T23:28:40.7642452Z remote: Counting objects: 93% (10795/11607) 2024-12-17T23:28:40.7644713Z remote: Counting objects: 94% (10911/11607) 2024-12-17T23:28:40.7646870Z remote: Counting objects: 95% (11027/11607) 2024-12-17T23:28:40.7649166Z remote: Counting objects: 96% (11143/11607) 2024-12-17T23:28:40.7651259Z remote: Counting objects: 97% (11259/11607) 2024-12-17T23:28:40.7653657Z remote: Counting objects: 98% (11375/11607) 2024-12-17T23:28:40.7655986Z remote: Counting objects: 99% (11491/11607) 2024-12-17T23:28:40.7658071Z remote: Counting objects: 100% (11607/11607) 2024-12-17T23:28:40.7659715Z remote: Counting objects: 100% (11607/11607), done. 2024-12-17T23:28:40.7661150Z remote: Compressing objects: 0% (1/10163) 2024-12-17T23:28:40.7662371Z remote: Compressing objects: 1% (102/10163) 2024-12-17T23:28:40.8173187Z remote: Compressing objects: 2% (204/10163) 2024-12-17T23:28:40.8768319Z remote: Compressing objects: 3% (305/10163) 2024-12-17T23:28:40.9364656Z remote: Compressing objects: 4% (407/10163) 2024-12-17T23:28:40.9366647Z remote: Compressing objects: 5% (509/10163) 2024-12-17T23:28:41.2702291Z remote: Compressing objects: 6% (610/10163) 2024-12-17T23:28:41.2703773Z remote: Compressing objects: 7% (712/10163) 2024-12-17T23:28:41.2704255Z remote: Compressing objects: 8% (814/10163) 2024-12-17T23:28:41.2704742Z remote: Compressing objects: 9% (915/10163) 2024-12-17T23:28:41.2705304Z remote: Compressing objects: 10% (1017/10163) 2024-12-17T23:28:41.2705732Z remote: Compressing objects: 11% (1118/10163) 2024-12-17T23:28:41.3299934Z remote: Compressing objects: 12% (1220/10163) 2024-12-17T23:28:41.3888484Z remote: Compressing objects: 13% (1322/10163) 2024-12-17T23:28:41.4483040Z remote: Compressing objects: 14% (1423/10163) 2024-12-17T23:28:41.5078641Z remote: Compressing objects: 15% (1525/10163) 2024-12-17T23:28:41.5686471Z remote: Compressing objects: 16% (1627/10163) 2024-12-17T23:28:41.6269148Z remote: Compressing objects: 17% (1728/10163) 2024-12-17T23:28:41.6878751Z remote: Compressing objects: 18% (1830/10163) 2024-12-17T23:28:41.7459572Z remote: Compressing objects: 19% (1931/10163) 2024-12-17T23:28:41.7460514Z remote: Compressing objects: 20% (2033/10163) 2024-12-17T23:28:41.8055481Z remote: Compressing objects: 20% (2079/10163) 2024-12-17T23:28:41.8661667Z remote: Compressing objects: 21% (2135/10163) 2024-12-17T23:28:41.9244185Z remote: Compressing objects: 22% (2236/10163) 2024-12-17T23:28:41.9840954Z remote: Compressing objects: 23% (2338/10163) 2024-12-17T23:28:42.0436909Z remote: Compressing objects: 24% (2440/10163) 2024-12-17T23:28:42.0437921Z remote: Compressing objects: 25% (2541/10163) 2024-12-17T23:28:42.3899311Z remote: Compressing objects: 26% (2643/10163) 2024-12-17T23:28:42.3900772Z remote: Compressing objects: 27% (2745/10163) 2024-12-17T23:28:42.3901503Z remote: Compressing objects: 28% (2846/10163) 2024-12-17T23:28:42.3902223Z remote: Compressing objects: 29% (2948/10163) 2024-12-17T23:28:42.3902823Z remote: Compressing objects: 30% (3049/10163) 2024-12-17T23:28:42.3903397Z remote: Compressing objects: 31% (3151/10163) 2024-12-17T23:28:42.3904118Z remote: Compressing objects: 32% (3253/10163) 2024-12-17T23:28:42.3904625Z remote: Compressing objects: 33% (3354/10163) 2024-12-17T23:28:42.4494999Z remote: Compressing objects: 34% (3456/10163) 2024-12-17T23:28:42.4495912Z remote: Compressing objects: 35% (3558/10163) 2024-12-17T23:28:42.4496511Z remote: Compressing objects: 36% (3659/10163) 2024-12-17T23:28:42.5089459Z remote: Compressing objects: 37% (3761/10163) 2024-12-17T23:28:42.5090186Z remote: Compressing objects: 38% (3862/10163) 2024-12-17T23:28:42.5090763Z remote: Compressing objects: 39% (3964/10163) 2024-12-17T23:28:42.5692343Z remote: Compressing objects: 40% (4066/10163) 2024-12-17T23:28:42.5692894Z remote: Compressing objects: 41% (4167/10163) 2024-12-17T23:28:42.6278993Z remote: Compressing objects: 42% (4269/10163) 2024-12-17T23:28:42.6874367Z remote: Compressing objects: 43% (4371/10163) 2024-12-17T23:28:42.6875537Z remote: Compressing objects: 44% (4472/10163) 2024-12-17T23:28:42.7469412Z remote: Compressing objects: 45% (4574/10163) 2024-12-17T23:28:42.7470142Z remote: Compressing objects: 46% (4675/10163) 2024-12-17T23:28:42.7470684Z remote: Compressing objects: 46% (4731/10163) 2024-12-17T23:28:42.8063802Z remote: Compressing objects: 47% (4777/10163) 2024-12-17T23:28:42.8658260Z remote: Compressing objects: 48% (4879/10163) 2024-12-17T23:28:42.8658997Z remote: Compressing objects: 49% (4980/10163) 2024-12-17T23:28:42.9254390Z remote: Compressing objects: 50% (5082/10163) 2024-12-17T23:28:42.9849115Z remote: Compressing objects: 51% (5184/10163) 2024-12-17T23:28:43.0444280Z remote: Compressing objects: 52% (5285/10163) 2024-12-17T23:28:43.0445138Z remote: Compressing objects: 53% (5387/10163) 2024-12-17T23:28:43.0445819Z remote: Compressing objects: 54% (5489/10163) 2024-12-17T23:28:43.1039282Z remote: Compressing objects: 55% (5590/10163) 2024-12-17T23:28:43.1636610Z remote: Compressing objects: 56% (5692/10163) 2024-12-17T23:28:43.1637562Z remote: Compressing objects: 57% (5793/10163) 2024-12-17T23:28:43.2229078Z remote: Compressing objects: 58% (5895/10163) 2024-12-17T23:28:43.2231626Z remote: Compressing objects: 59% (5997/10163) 2024-12-17T23:28:43.2232715Z remote: Compressing objects: 60% (6098/10163) 2024-12-17T23:28:43.2824273Z remote: Compressing objects: 61% (6200/10163) 2024-12-17T23:28:43.2825353Z remote: Compressing objects: 62% (6302/10163) 2024-12-17T23:28:43.3418980Z remote: Compressing objects: 63% (6403/10163) 2024-12-17T23:28:43.3419612Z remote: Compressing objects: 64% (6505/10163) 2024-12-17T23:28:43.3420253Z remote: Compressing objects: 65% (6606/10163) 2024-12-17T23:28:43.3420826Z remote: Compressing objects: 66% (6708/10163) 2024-12-17T23:28:43.3421375Z remote: Compressing objects: 67% (6810/10163) 2024-12-17T23:28:43.3421969Z remote: Compressing objects: 68% (6911/10163) 2024-12-17T23:28:43.4453854Z remote: Compressing objects: 69% (7013/10163) 2024-12-17T23:28:43.4454509Z remote: Compressing objects: 70% (7115/10163) 2024-12-17T23:28:43.4455258Z remote: Compressing objects: 71% (7216/10163) 2024-12-17T23:28:43.4456271Z remote: Compressing objects: 72% (7318/10163) 2024-12-17T23:28:43.4456748Z remote: Compressing objects: 73% (7419/10163) 2024-12-17T23:28:43.4457380Z remote: Compressing objects: 74% (7521/10163) 2024-12-17T23:28:43.4457879Z remote: Compressing objects: 75% (7623/10163) 2024-12-17T23:28:43.4458342Z remote: Compressing objects: 76% (7724/10163) 2024-12-17T23:28:43.5695731Z remote: Compressing objects: 77% (7826/10163) 2024-12-17T23:28:43.5696657Z remote: Compressing objects: 78% (7928/10163) 2024-12-17T23:28:43.5697247Z remote: Compressing objects: 79% (8029/10163) 2024-12-17T23:28:43.5697646Z remote: Compressing objects: 80% (8131/10163) 2024-12-17T23:28:43.5698050Z remote: Compressing objects: 81% (8233/10163) 2024-12-17T23:28:43.5698547Z remote: Compressing objects: 82% (8334/10163) 2024-12-17T23:28:43.5698902Z remote: Compressing objects: 83% (8436/10163) 2024-12-17T23:28:43.6289445Z remote: Compressing objects: 84% (8537/10163) 2024-12-17T23:28:43.6290483Z remote: Compressing objects: 85% (8639/10163) 2024-12-17T23:28:43.6290992Z remote: Compressing objects: 86% (8741/10163) 2024-12-17T23:28:43.6291511Z remote: Compressing objects: 87% (8842/10163) 2024-12-17T23:28:43.6292143Z remote: Compressing objects: 88% (8944/10163) 2024-12-17T23:28:43.6620794Z remote: Compressing objects: 89% (9046/10163) 2024-12-17T23:28:43.6621753Z remote: Compressing objects: 90% (9147/10163) 2024-12-17T23:28:43.6622687Z remote: Compressing objects: 91% (9249/10163) 2024-12-17T23:28:43.6623901Z remote: Compressing objects: 92% (9350/10163) 2024-12-17T23:28:43.6624562Z remote: Compressing objects: 93% (9452/10163) 2024-12-17T23:28:43.6625142Z remote: Compressing objects: 94% (9554/10163) 2024-12-17T23:28:43.6625662Z remote: Compressing objects: 95% (9655/10163) 2024-12-17T23:28:43.6626219Z remote: Compressing objects: 96% (9757/10163) 2024-12-17T23:28:43.6626783Z remote: Compressing objects: 97% (9859/10163) 2024-12-17T23:28:43.6627296Z remote: Compressing objects: 98% (9960/10163) 2024-12-17T23:28:43.6627842Z remote: Compressing objects: 99% (10062/10163) 2024-12-17T23:28:43.6628423Z remote: Compressing objects: 100% (10163/10163) 2024-12-17T23:28:43.6628852Z remote: Compressing objects: 100% (10163/10163), done. 2024-12-17T23:28:43.7187308Z Receiving objects: 0% (1/11607) 2024-12-17T23:28:43.7377870Z Receiving objects: 1% (117/11607) 2024-12-17T23:28:43.7402811Z Receiving objects: 2% (233/11607) 2024-12-17T23:28:43.7827723Z Receiving objects: 3% (349/11607) 2024-12-17T23:28:43.7877409Z Receiving objects: 4% (465/11607) 2024-12-17T23:28:44.0037473Z Receiving objects: 5% (581/11607) 2024-12-17T23:28:44.0078089Z Receiving objects: 6% (697/11607) 2024-12-17T23:28:44.0137327Z Receiving objects: 7% (813/11607) 2024-12-17T23:28:44.0214604Z Receiving objects: 8% (929/11607) 2024-12-17T23:28:44.0309309Z Receiving objects: 9% (1045/11607) 2024-12-17T23:28:44.0356513Z Receiving objects: 10% (1161/11607) 2024-12-17T23:28:44.0438959Z Receiving objects: 11% (1277/11607) 2024-12-17T23:28:44.0550181Z Receiving objects: 12% (1393/11607) 2024-12-17T23:28:44.1236115Z Receiving objects: 13% (1509/11607) 2024-12-17T23:28:44.1464184Z Receiving objects: 14% (1625/11607) 2024-12-17T23:28:44.1692734Z Receiving objects: 15% (1742/11607) 2024-12-17T23:28:44.1836524Z Receiving objects: 16% (1858/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.2052394Z Receiving objects: 17% (1974/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.2170561Z Receiving objects: 18% (2090/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.2604465Z Receiving objects: 19% (2206/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.2766190Z Receiving objects: 20% (2322/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.2823704Z Receiving objects: 21% (2438/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.2858061Z Receiving objects: 22% (2554/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.2887233Z Receiving objects: 23% (2670/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.2996608Z Receiving objects: 24% (2786/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.3135393Z Receiving objects: 25% (2902/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.3218131Z Receiving objects: 26% (3018/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.3260678Z Receiving objects: 27% (3134/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.3338651Z Receiving objects: 28% (3250/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.3490088Z Receiving objects: 29% (3367/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.3582692Z Receiving objects: 30% (3483/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.3641578Z Receiving objects: 31% (3599/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.3704877Z Receiving objects: 32% (3715/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.3745703Z Receiving objects: 33% (3831/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.3902834Z Receiving objects: 34% (3947/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.4125402Z Receiving objects: 35% (4063/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.4229230Z Receiving objects: 36% (4179/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.4362030Z Receiving objects: 37% (4295/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.4510785Z Receiving objects: 38% (4411/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.4678717Z Receiving objects: 39% (4527/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.5868393Z Receiving objects: 40% (4643/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.5961118Z Receiving objects: 41% (4759/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.6024763Z Receiving objects: 42% (4875/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:44.6662080Z Receiving objects: 43% (4992/11607), 17.73 MiB | 35.45 MiB/s 2024-12-17T23:28:45.3147444Z Receiving objects: 43% (5090/11607), 34.52 MiB | 34.51 MiB/s 2024-12-17T23:28:45.3211629Z Receiving objects: 44% (5108/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.3318368Z Receiving objects: 45% (5224/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.3400645Z Receiving objects: 46% (5340/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.3490526Z Receiving objects: 47% (5456/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.3580415Z Receiving objects: 48% (5572/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.3662531Z Receiving objects: 49% (5688/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.3872963Z Receiving objects: 50% (5804/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.3939249Z Receiving objects: 51% (5920/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.4139697Z Receiving objects: 52% (6036/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.4294789Z Receiving objects: 53% (6152/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.4385907Z Receiving objects: 54% (6268/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.4513674Z Receiving objects: 55% (6384/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.4790664Z Receiving objects: 56% (6500/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.4902379Z Receiving objects: 57% (6616/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.5368426Z Receiving objects: 58% (6733/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.5565556Z Receiving objects: 59% (6849/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.5653320Z Receiving objects: 60% (6965/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.5693917Z Receiving objects: 61% (7081/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.5740022Z Receiving objects: 62% (7197/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.6112536Z Receiving objects: 63% (7313/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.6562542Z Receiving objects: 64% (7429/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.6670615Z Receiving objects: 65% (7545/11607), 63.57 MiB | 42.38 MiB/s 2024-12-17T23:28:45.7176322Z Receiving objects: 65% (7555/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:45.7869100Z Receiving objects: 66% (7661/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:45.8408618Z Receiving objects: 67% (7777/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:45.8858016Z Receiving objects: 68% (7893/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:45.9132918Z Receiving objects: 69% (8009/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:45.9449210Z Receiving objects: 70% (8125/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:45.9569380Z Receiving objects: 71% (8241/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:45.9667159Z Receiving objects: 72% (8358/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:45.9900179Z Receiving objects: 73% (8474/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:46.0096308Z Receiving objects: 74% (8590/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:46.0386414Z Receiving objects: 75% (8706/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:46.0660011Z Receiving objects: 76% (8822/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:46.0801445Z Receiving objects: 77% (8938/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:46.0972234Z Receiving objects: 78% (9054/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:46.1174101Z Receiving objects: 79% (9170/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:46.1311187Z Receiving objects: 80% (9286/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:46.1505068Z Receiving objects: 81% (9402/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:46.1762428Z Receiving objects: 82% (9518/11607), 80.78 MiB | 40.39 MiB/s 2024-12-17T23:28:46.2134022Z Receiving objects: 83% (9634/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.2401572Z Receiving objects: 84% (9750/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.2517389Z Receiving objects: 85% (9866/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.2680035Z Receiving objects: 86% (9983/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.2863687Z Receiving objects: 87% (10099/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.3134223Z Receiving objects: 88% (10215/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.3547320Z Receiving objects: 89% (10331/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.3835054Z Receiving objects: 90% (10447/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.4332505Z Receiving objects: 91% (10563/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.4727900Z Receiving objects: 92% (10679/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.4940559Z Receiving objects: 93% (10795/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.5114915Z Receiving objects: 94% (10911/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.5614776Z Receiving objects: 95% (11027/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.6670968Z Receiving objects: 96% (11143/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.6692159Z Receiving objects: 96% (11248/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.6964445Z Receiving objects: 97% (11259/11607), 86.50 MiB | 34.57 MiB/s 2024-12-17T23:28:46.7415554Z Receiving objects: 98% (11375/11607), 90.89 MiB | 30.28 MiB/s 2024-12-17T23:28:46.7694917Z Receiving objects: 99% (11491/11607), 90.89 MiB | 30.28 MiB/s 2024-12-17T23:28:46.7695897Z remote: Total 11607 (delta 1417), reused 4211 (delta 1143), pack-reused 0 (from 0) 2024-12-17T23:28:46.7700970Z Receiving objects: 100% (11607/11607), 90.89 MiB | 30.28 MiB/s 2024-12-17T23:28:46.7701600Z Receiving objects: 100% (11607/11607), 91.73 MiB | 29.55 MiB/s, done. 2024-12-17T23:28:46.9034965Z Resolving deltas: 0% (0/1417) 2024-12-17T23:28:46.9039290Z Resolving deltas: 1% (15/1417) 2024-12-17T23:28:46.9051774Z Resolving deltas: 2% (29/1417) 2024-12-17T23:28:46.9057644Z Resolving deltas: 3% (44/1417) 2024-12-17T23:28:46.9062947Z Resolving deltas: 4% (57/1417) 2024-12-17T23:28:46.9068860Z Resolving deltas: 5% (71/1417) 2024-12-17T23:28:46.9123826Z Resolving deltas: 6% (86/1417) 2024-12-17T23:28:46.9158740Z Resolving deltas: 7% (100/1417) 2024-12-17T23:28:46.9177889Z Resolving deltas: 8% (114/1417) 2024-12-17T23:28:46.9185033Z Resolving deltas: 9% (128/1417) 2024-12-17T23:28:46.9189843Z Resolving deltas: 10% (142/1417) 2024-12-17T23:28:46.9200089Z Resolving deltas: 11% (156/1417) 2024-12-17T23:28:46.9217961Z Resolving deltas: 12% (171/1417) 2024-12-17T23:28:46.9228334Z Resolving deltas: 13% (185/1417) 2024-12-17T23:28:46.9231008Z Resolving deltas: 14% (199/1417) 2024-12-17T23:28:46.9232688Z Resolving deltas: 15% (213/1417) 2024-12-17T23:28:46.9237836Z Resolving deltas: 16% (228/1417) 2024-12-17T23:28:46.9244897Z Resolving deltas: 17% (241/1417) 2024-12-17T23:28:46.9246564Z Resolving deltas: 18% (256/1417) 2024-12-17T23:28:46.9253671Z Resolving deltas: 19% (270/1417) 2024-12-17T23:28:46.9258049Z Resolving deltas: 20% (284/1417) 2024-12-17T23:28:46.9261424Z Resolving deltas: 21% (298/1417) 2024-12-17T23:28:46.9267560Z Resolving deltas: 22% (312/1417) 2024-12-17T23:28:46.9278190Z Resolving deltas: 23% (326/1417) 2024-12-17T23:28:46.9290162Z Resolving deltas: 24% (341/1417) 2024-12-17T23:28:46.9296784Z Resolving deltas: 25% (355/1417) 2024-12-17T23:28:46.9299864Z Resolving deltas: 26% (369/1417) 2024-12-17T23:28:46.9305706Z Resolving deltas: 27% (383/1417) 2024-12-17T23:28:46.9318117Z Resolving deltas: 28% (397/1417) 2024-12-17T23:28:46.9327147Z Resolving deltas: 29% (411/1417) 2024-12-17T23:28:46.9332584Z Resolving deltas: 30% (426/1417) 2024-12-17T23:28:46.9339169Z Resolving deltas: 31% (440/1417) 2024-12-17T23:28:46.9345507Z Resolving deltas: 32% (454/1417) 2024-12-17T23:28:46.9347687Z Resolving deltas: 33% (468/1417) 2024-12-17T23:28:46.9349465Z Resolving deltas: 34% (482/1417) 2024-12-17T23:28:46.9350600Z Resolving deltas: 35% (496/1417) 2024-12-17T23:28:46.9351275Z Resolving deltas: 36% (511/1417) 2024-12-17T23:28:46.9351803Z Resolving deltas: 37% (525/1417) 2024-12-17T23:28:46.9361321Z Resolving deltas: 38% (539/1417) 2024-12-17T23:28:46.9362044Z Resolving deltas: 39% (553/1417) 2024-12-17T23:28:46.9363435Z Resolving deltas: 40% (567/1417) 2024-12-17T23:28:46.9364326Z Resolving deltas: 41% (581/1417) 2024-12-17T23:28:46.9367018Z Resolving deltas: 42% (596/1417) 2024-12-17T23:28:46.9371569Z Resolving deltas: 43% (610/1417) 2024-12-17T23:28:46.9373595Z Resolving deltas: 44% (624/1417) 2024-12-17T23:28:46.9377199Z Resolving deltas: 45% (638/1417) 2024-12-17T23:28:46.9378499Z Resolving deltas: 46% (652/1417) 2024-12-17T23:28:46.9380998Z Resolving deltas: 47% (666/1417) 2024-12-17T23:28:46.9384373Z Resolving deltas: 48% (681/1417) 2024-12-17T23:28:46.9385898Z Resolving deltas: 49% (695/1417) 2024-12-17T23:28:46.9389918Z Resolving deltas: 50% (709/1417) 2024-12-17T23:28:46.9393342Z Resolving deltas: 51% (723/1417) 2024-12-17T23:28:46.9399088Z Resolving deltas: 52% (737/1417) 2024-12-17T23:28:46.9401215Z Resolving deltas: 53% (752/1417) 2024-12-17T23:28:46.9406679Z Resolving deltas: 54% (766/1417) 2024-12-17T23:28:46.9411008Z Resolving deltas: 55% (780/1417) 2024-12-17T23:28:46.9415541Z Resolving deltas: 56% (794/1417) 2024-12-17T23:28:46.9423880Z Resolving deltas: 57% (808/1417) 2024-12-17T23:28:46.9439501Z Resolving deltas: 58% (822/1417) 2024-12-17T23:28:46.9449771Z Resolving deltas: 59% (837/1417) 2024-12-17T23:28:46.9461939Z Resolving deltas: 60% (851/1417) 2024-12-17T23:28:46.9468055Z Resolving deltas: 61% (865/1417) 2024-12-17T23:28:46.9470212Z Resolving deltas: 62% (879/1417) 2024-12-17T23:28:46.9478380Z Resolving deltas: 63% (893/1417) 2024-12-17T23:28:46.9489474Z Resolving deltas: 64% (907/1417) 2024-12-17T23:28:46.9503708Z Resolving deltas: 65% (922/1417) 2024-12-17T23:28:46.9509576Z Resolving deltas: 66% (936/1417) 2024-12-17T23:28:46.9513289Z Resolving deltas: 67% (950/1417) 2024-12-17T23:28:46.9519669Z Resolving deltas: 68% (964/1417) 2024-12-17T23:28:46.9525662Z Resolving deltas: 69% (978/1417) 2024-12-17T23:28:46.9535660Z Resolving deltas: 70% (992/1417) 2024-12-17T23:28:46.9556880Z Resolving deltas: 71% (1008/1417) 2024-12-17T23:28:46.9563893Z Resolving deltas: 72% (1021/1417) 2024-12-17T23:28:46.9569128Z Resolving deltas: 73% (1035/1417) 2024-12-17T23:28:46.9573991Z Resolving deltas: 74% (1049/1417) 2024-12-17T23:28:46.9578369Z Resolving deltas: 75% (1063/1417) 2024-12-17T23:28:46.9584305Z Resolving deltas: 76% (1078/1417) 2024-12-17T23:28:46.9586962Z Resolving deltas: 77% (1092/1417) 2024-12-17T23:28:46.9594724Z Resolving deltas: 78% (1106/1417) 2024-12-17T23:28:46.9600405Z Resolving deltas: 79% (1120/1417) 2024-12-17T23:28:46.9608960Z Resolving deltas: 80% (1134/1417) 2024-12-17T23:28:46.9615803Z Resolving deltas: 81% (1148/1417) 2024-12-17T23:28:46.9623686Z Resolving deltas: 82% (1162/1417) 2024-12-17T23:28:46.9635099Z Resolving deltas: 83% (1177/1417) 2024-12-17T23:28:46.9642469Z Resolving deltas: 84% (1191/1417) 2024-12-17T23:28:46.9649587Z Resolving deltas: 85% (1205/1417) 2024-12-17T23:28:46.9663815Z Resolving deltas: 86% (1219/1417) 2024-12-17T23:28:46.9669665Z Resolving deltas: 87% (1233/1417) 2024-12-17T23:28:46.9674631Z Resolving deltas: 88% (1247/1417) 2024-12-17T23:28:46.9679720Z Resolving deltas: 89% (1262/1417) 2024-12-17T23:28:46.9686085Z Resolving deltas: 90% (1276/1417) 2024-12-17T23:28:46.9693518Z Resolving deltas: 91% (1290/1417) 2024-12-17T23:28:46.9698592Z Resolving deltas: 92% (1304/1417) 2024-12-17T23:28:46.9701644Z Resolving deltas: 93% (1318/1417) 2024-12-17T23:28:46.9705100Z Resolving deltas: 94% (1332/1417) 2024-12-17T23:28:46.9708071Z Resolving deltas: 95% (1347/1417) 2024-12-17T23:28:46.9709601Z Resolving deltas: 96% (1361/1417) 2024-12-17T23:28:46.9730689Z Resolving deltas: 97% (1375/1417) 2024-12-17T23:28:46.9739943Z Resolving deltas: 98% (1389/1417) 2024-12-17T23:28:47.1166026Z Resolving deltas: 99% (1403/1417) 2024-12-17T23:28:47.1166635Z Resolving deltas: 100% (1417/1417) 2024-12-17T23:28:47.1167011Z Resolving deltas: 100% (1417/1417), done. 2024-12-17T23:28:47.2175191Z From https://github.com/pytorch/pytorch 2024-12-17T23:28:47.2175843Z * branch 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 -> FETCH_HEAD 2024-12-17T23:28:47.2202523Z ##[endgroup] 2024-12-17T23:28:47.2203547Z ##[group]Determining the checkout info 2024-12-17T23:28:47.2204488Z ##[endgroup] 2024-12-17T23:28:47.2205439Z ##[group]Checking out the ref 2024-12-17T23:28:47.2209523Z [command]/usr/bin/git checkout --progress --force 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:28:48.2677633Z Updating files: 72% (11651/16143) 2024-12-17T23:28:48.2886870Z Updating files: 73% (11785/16143) 2024-12-17T23:28:48.2990547Z Updating files: 74% (11946/16143) 2024-12-17T23:28:48.3087642Z Updating files: 75% (12108/16143) 2024-12-17T23:28:48.3240718Z Updating files: 76% (12269/16143) 2024-12-17T23:28:48.3435777Z Updating files: 77% (12431/16143) 2024-12-17T23:28:48.3618407Z Updating files: 78% (12592/16143) 2024-12-17T23:28:48.3831034Z Updating files: 79% (12753/16143) 2024-12-17T23:28:48.3970766Z Updating files: 80% (12915/16143) 2024-12-17T23:28:48.4064159Z Updating files: 81% (13076/16143) 2024-12-17T23:28:48.4180860Z Updating files: 82% (13238/16143) 2024-12-17T23:28:48.4297530Z Updating files: 83% (13399/16143) 2024-12-17T23:28:48.4410104Z Updating files: 84% (13561/16143) 2024-12-17T23:28:48.4507075Z Updating files: 85% (13722/16143) 2024-12-17T23:28:48.4614078Z Updating files: 86% (13883/16143) 2024-12-17T23:28:48.4707751Z Updating files: 87% (14045/16143) 2024-12-17T23:28:48.4832229Z Updating files: 88% (14206/16143) 2024-12-17T23:28:48.4973937Z Updating files: 89% (14368/16143) 2024-12-17T23:28:48.5073428Z Updating files: 90% (14529/16143) 2024-12-17T23:28:48.5172839Z Updating files: 91% (14691/16143) 2024-12-17T23:28:48.5307883Z Updating files: 92% (14852/16143) 2024-12-17T23:28:48.5444513Z Updating files: 93% (15013/16143) 2024-12-17T23:28:48.5600054Z Updating files: 94% (15175/16143) 2024-12-17T23:28:48.5735401Z Updating files: 95% (15336/16143) 2024-12-17T23:28:48.5851353Z Updating files: 96% (15498/16143) 2024-12-17T23:28:48.6083782Z Updating files: 97% (15659/16143) 2024-12-17T23:28:48.6212002Z Updating files: 98% (15821/16143) 2024-12-17T23:28:48.6344461Z Updating files: 99% (15982/16143) 2024-12-17T23:28:48.6345081Z Updating files: 100% (16143/16143) 2024-12-17T23:28:48.6346132Z Updating files: 100% (16143/16143), done. 2024-12-17T23:28:48.6504028Z Note: switching to '0cdf8b1d09254cfda66191d1bd01e3041c3c76f7'. 2024-12-17T23:28:48.6504538Z 2024-12-17T23:28:48.6504839Z You are in 'detached HEAD' state. You can look around, make experimental 2024-12-17T23:28:48.6505627Z changes and commit them, and you can discard any commits you make in this 2024-12-17T23:28:48.6506215Z state without impacting any branches by switching back to a branch. 2024-12-17T23:28:48.6506624Z 2024-12-17T23:28:48.6506876Z If you want to create a new branch to retain commits you create, you may 2024-12-17T23:28:48.6507561Z do so (now or later) by using -c with the switch command. Example: 2024-12-17T23:28:48.6507892Z 2024-12-17T23:28:48.6508128Z git switch -c 2024-12-17T23:28:48.6508358Z 2024-12-17T23:28:48.6508504Z Or undo this operation with: 2024-12-17T23:28:48.6508826Z 2024-12-17T23:28:48.6508967Z git switch - 2024-12-17T23:28:48.6509137Z 2024-12-17T23:28:48.6509471Z Turn off this advice by setting config variable advice.detachedHead to false 2024-12-17T23:28:48.6509846Z 2024-12-17T23:28:48.6510198Z HEAD is now at 0cdf8b1 Enable CPP/CUDAExtension with py_limited_api for python agnosticism (#143448) 2024-12-17T23:28:48.6558454Z ##[endgroup] 2024-12-17T23:28:48.6559685Z ##[group]Setting up auth for fetching submodules 2024-12-17T23:28:48.6564902Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-12-17T23:28:48.6602954Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-12-17T23:28:48.6631361Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-12-17T23:28:48.6659063Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-12-17T23:28:48.6684246Z ##[endgroup] 2024-12-17T23:28:48.6685088Z ##[group]Fetching submodules 2024-12-17T23:28:48.6687633Z [command]/usr/bin/git submodule sync --recursive 2024-12-17T23:28:48.6934822Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-12-17T23:28:48.7171474Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-12-17T23:28:48.7175403Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-12-17T23:28:48.7180202Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-12-17T23:28:48.7186395Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-12-17T23:28:48.7190939Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2024-12-17T23:28:48.7196657Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-12-17T23:28:48.7202357Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-12-17T23:28:48.7207532Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-12-17T23:28:48.7212659Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2024-12-17T23:28:48.7217940Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-12-17T23:28:48.7222826Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-12-17T23:28:48.7228252Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-12-17T23:28:48.7233720Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-12-17T23:28:48.7240396Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-12-17T23:28:48.7245842Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-12-17T23:28:48.7251432Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-12-17T23:28:48.7256992Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-12-17T23:28:48.7262862Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:28:48.7268468Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-12-17T23:28:48.7276401Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-12-17T23:28:48.7283096Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-12-17T23:28:48.7288933Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-12-17T23:28:48.7295143Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-12-17T23:28:48.7301320Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-12-17T23:28:48.7307236Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-12-17T23:28:48.7313528Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-12-17T23:28:48.7322275Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-12-17T23:28:48.7328130Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-12-17T23:28:48.7334858Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-12-17T23:28:48.7342215Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-12-17T23:28:48.7348796Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-12-17T23:28:48.7358105Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-12-17T23:28:48.7366714Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-12-17T23:28:48.7376130Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-12-17T23:28:48.7383125Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-12-17T23:28:48.7390472Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-12-17T23:28:48.7420148Z Cloning into '/home/runner/work/pytorch/pytorch/android/libs/fbjni'... 2024-12-17T23:28:49.3817037Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/FP16'... 2024-12-17T23:28:49.9066430Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/FXdiv'... 2024-12-17T23:28:50.4127973Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/NNPACK'... 2024-12-17T23:28:50.9603084Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/NVTX'... 2024-12-17T23:28:51.5959238Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-12-17T23:28:52.1947826Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/XNNPACK'... 2024-12-17T23:28:53.3521015Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/benchmark'... 2024-12-17T23:28:53.9416873Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/composable_kernel'... 2024-12-17T23:28:54.7408012Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/cpp-httplib'... 2024-12-17T23:28:55.3618141Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/cpuinfo'... 2024-12-17T23:28:56.1292465Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-12-17T23:28:56.8686970Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/cutlass'... 2024-12-17T23:28:58.2966103Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/eigen'... 2024-12-17T23:28:59.1816259Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm'... 2024-12-17T23:28:59.8166685Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/flatbuffers'... 2024-12-17T23:29:00.4833725Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fmt'... 2024-12-17T23:29:01.1340789Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-12-17T23:29:02.1387850Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/gloo'... 2024-12-17T23:29:03.0592561Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/googletest'... 2024-12-17T23:29:03.6842590Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ideep'... 2024-12-17T23:29:04.2815821Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ittapi'... 2024-12-17T23:29:04.8314177Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto'... 2024-12-17T23:29:05.6622198Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/mimalloc'... 2024-12-17T23:29:06.2827346Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/nccl/nccl'... 2024-12-17T23:29:07.0301647Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/nlohmann'... 2024-12-17T23:29:08.1817998Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx'... 2024-12-17T23:29:09.0278953Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-12-17T23:29:09.7476768Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/pocketfft'... 2024-12-17T23:29:10.2605676Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/protobuf'... 2024-12-17T23:29:11.4081921Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/psimd'... 2024-12-17T23:29:11.8776576Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/pthreadpool'... 2024-12-17T23:29:12.3878458Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/pybind11'... 2024-12-17T23:29:13.0026566Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/python-peachpy'... 2024-12-17T23:29:13.5854194Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/sleef'... 2024-12-17T23:29:14.2608683Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe'... 2024-12-17T23:29:16.0796013Z From https://github.com/facebookincubator/fbjni 2024-12-17T23:29:16.0796822Z * branch 7e1e1fe3858c63c251c637ae41a20de425dde96f -> FETCH_HEAD 2024-12-17T23:29:16.0932498Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-12-17T23:29:17.1837352Z From https://github.com/Maratyszcza/FP16 2024-12-17T23:29:17.1838108Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2024-12-17T23:29:17.1935119Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-12-17T23:29:18.1403853Z From https://github.com/Maratyszcza/FXdiv 2024-12-17T23:29:18.1404613Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2024-12-17T23:29:18.1464308Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-12-17T23:29:19.2544375Z From https://github.com/Maratyszcza/NNPACK 2024-12-17T23:29:19.2545210Z * branch c07e3a0400713d546e0dea2d5466dd22ea389c73 -> FETCH_HEAD 2024-12-17T23:29:19.2750361Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-12-17T23:29:20.4504888Z From https://github.com/NVIDIA/NVTX 2024-12-17T23:29:20.4505586Z * branch e170594ac7cf1dac584da473d4ca9301087090c1 -> FETCH_HEAD 2024-12-17T23:29:20.4859096Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2024-12-17T23:29:22.0292767Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2024-12-17T23:29:22.0293358Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2024-12-17T23:29:22.0630852Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-12-17T23:29:23.6193476Z From https://github.com/google/XNNPACK 2024-12-17T23:29:23.6194203Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2024-12-17T23:29:24.3381619Z Submodule path 'third_party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2024-12-17T23:29:25.5874761Z From https://github.com/google/benchmark 2024-12-17T23:29:25.5875457Z * branch 0d98dba29d66e93259db7daa53a9327df767a415 -> FETCH_HEAD 2024-12-17T23:29:25.6037360Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-12-17T23:29:26.9486217Z From https://github.com/ROCm/composable_kernel 2024-12-17T23:29:26.9487335Z * branch 50ee4267e27b875d149e642f4cebd47be1dc3b57 -> FETCH_HEAD 2024-12-17T23:29:27.1805887Z Submodule path 'third_party/composable_kernel': checked out '50ee4267e27b875d149e642f4cebd47be1dc3b57' 2024-12-17T23:29:28.3585416Z From https://github.com/yhirose/cpp-httplib 2024-12-17T23:29:28.3586210Z * branch 3b6597bba913d51161383657829b7e644e59c006 -> FETCH_HEAD 2024-12-17T23:29:28.3973221Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-12-17T23:29:29.5739357Z From https://github.com/pytorch/cpuinfo 2024-12-17T23:29:29.5740149Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2024-12-17T23:29:29.6689511Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2024-12-17T23:29:29.7002484Z Submodule path 'third_party/cudnn_frontend': checked out '936021bfed8c91dc416af1588b2c4eca631a9e45' 2024-12-17T23:29:31.1795515Z From https://github.com/NVIDIA/cutlass 2024-12-17T23:29:31.1796488Z * branch bbe579a9e3beb6ea6626d9227ec32d0dae119a49 -> FETCH_HEAD 2024-12-17T23:29:31.7274444Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-12-17T23:29:33.5743022Z From https://gitlab.com/libeigen/eigen 2024-12-17T23:29:33.5743618Z * branch 3147391d946bb4b6c68edd901f2add6ac1f31f8c -> FETCH_HEAD 2024-12-17T23:29:33.7317583Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-12-17T23:29:35.1420115Z From https://github.com/pytorch/fbgemm 2024-12-17T23:29:35.1420884Z * branch dbc3157bf256f1339b3fa1fef2be89ac4078be0e -> FETCH_HEAD 2024-12-17T23:29:35.1936225Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-12-17T23:29:35.1958533Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:29:35.1962858Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:29:35.1967514Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:29:35.1972392Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:29:35.1977686Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:29:35.2006156Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-12-17T23:29:35.8216307Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-12-17T23:29:36.5812670Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-12-17T23:29:37.9563879Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-12-17T23:29:38.6002467Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-12-17T23:29:40.5129689Z From https://github.com/asmjit/asmjit 2024-12-17T23:29:40.5130679Z * branch d3fbf7c9bc7c1d1365a94a45614b91c5a3706b81 -> FETCH_HEAD 2024-12-17T23:29:40.5557301Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-12-17T23:29:41.9833426Z From https://github.com/pytorch/cpuinfo 2024-12-17T23:29:41.9834370Z * branch ed8b86a253800bafdb7b25c5c399f91bff9cb1f3 -> FETCH_HEAD 2024-12-17T23:29:42.0841354Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-12-17T23:29:43.6160706Z From https://github.com/NVIDIA/cutlass 2024-12-17T23:29:43.6161694Z * branch fc9ebc645b63f3a6bc80aaefde5c063fb72110d6 -> FETCH_HEAD 2024-12-17T23:29:44.0636556Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-12-17T23:29:45.4284872Z From https://github.com/google/googletest 2024-12-17T23:29:45.4285514Z * branch cbf019de22c8dd37b2108da35b2748fd702d1796 -> FETCH_HEAD 2024-12-17T23:29:45.4655730Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-12-17T23:29:46.6666045Z From https://github.com/ROCmSoftwarePlatform/hipify_torch 2024-12-17T23:29:46.6666594Z * branch 23f53b025b466d8ec3c45d52290d3442f7fbe6b1 -> FETCH_HEAD 2024-12-17T23:29:46.6737450Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-12-17T23:29:48.1359053Z From https://github.com/google/flatbuffers 2024-12-17T23:29:48.1359751Z * branch 01834de25e4bf3975a9a00e816292b1ad0fe184b -> FETCH_HEAD 2024-12-17T23:29:48.2532927Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-12-17T23:29:49.4667673Z From https://github.com/fmtlib/fmt 2024-12-17T23:29:49.4668869Z * branch 0c9fce2ffefecfdce794e1859584e25877b7b592 -> FETCH_HEAD 2024-12-17T23:29:49.4925801Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-12-17T23:29:50.7442131Z From https://github.com/google/gemmlowp 2024-12-17T23:29:50.7443255Z * branch 3fb5c176c17c765a3492cd2f0321b0dab712f350 -> FETCH_HEAD 2024-12-17T23:29:50.7744701Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-12-17T23:29:51.9754300Z From https://github.com/facebookincubator/gloo 2024-12-17T23:29:51.9754827Z * branch 5354032ea08eadd7fc4456477f7f7c6308818509 -> FETCH_HEAD 2024-12-17T23:29:51.9965789Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-12-17T23:29:53.2622738Z From https://github.com/google/googletest 2024-12-17T23:29:53.2624031Z * branch b514bdc898e2951020cbdca1304b75f5950d1f59 -> FETCH_HEAD 2024-12-17T23:29:53.2974845Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2024-12-17T23:29:54.4863844Z From https://github.com/intel/ideep 2024-12-17T23:29:54.4864752Z * branch c7ccd5bdbe5434ba156f4e856dcef0601637334b -> FETCH_HEAD 2024-12-17T23:29:54.4961846Z Submodule path 'third_party/ideep': checked out 'c7ccd5bdbe5434ba156f4e856dcef0601637334b' 2024-12-17T23:29:54.4980962Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-12-17T23:29:54.5009777Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-12-17T23:29:59.1299860Z From https://github.com/intel/mkl-dnn 2024-12-17T23:29:59.1300614Z * branch 66f0cb9eb66affd2da3bf5f8d897376f04aae6af -> FETCH_HEAD 2024-12-17T23:29:59.5939241Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2024-12-17T23:30:00.7524009Z From https://github.com/intel/ittapi 2024-12-17T23:30:00.7524766Z * branch 5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42 -> FETCH_HEAD 2024-12-17T23:30:00.7662942Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-12-17T23:30:02.1199656Z From https://github.com/pytorch/kineto 2024-12-17T23:30:02.1200605Z * branch 338140f58a28d599da3434ced4fd2d75dd1a213d -> FETCH_HEAD 2024-12-17T23:30:02.2030876Z Submodule path 'third_party/kineto': checked out '338140f58a28d599da3434ced4fd2d75dd1a213d' 2024-12-17T23:30:02.2052391Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:30:02.2056767Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:30:02.2061696Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:30:02.2090719Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-12-17T23:30:03.3953061Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-12-17T23:30:04.0311816Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-12-17T23:30:06.1496472Z From https://github.com/facebookincubator/dynolog 2024-12-17T23:30:06.1497121Z * branch 7d04a0053a845370ae06ce317a22a48e9edcc74e -> FETCH_HEAD 2024-12-17T23:30:06.2323289Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-12-17T23:30:06.2343968Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:30:06.2348898Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:30:06.2353770Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:30:06.2358779Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:30:06.2363586Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:30:06.2368646Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:30:06.2373723Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:30:06.2378698Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:30:06.2409843Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-12-17T23:30:07.1150375Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-12-17T23:30:07.7366570Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-12-17T23:30:08.3907564Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-12-17T23:30:08.9198169Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-12-17T23:30:09.6034316Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-12-17T23:30:10.2950258Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-12-17T23:30:11.0600948Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-12-17T23:30:13.1141440Z From https://github.com/NVIDIA/DCGM 2024-12-17T23:30:13.1142603Z * branch ffde4e54bc7249a6039a5e6b45b395141e1217f9 -> FETCH_HEAD 2024-12-17T23:30:13.2866670Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-12-17T23:30:14.4329940Z From https://github.com/libcpr/cpr 2024-12-17T23:30:14.4330641Z * branch 871ed52d350214a034f6ef8a3b8f51c5ce1bd400 -> FETCH_HEAD 2024-12-17T23:30:14.4467221Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-12-17T23:30:15.8932070Z From https://github.com/fmtlib/fmt 2024-12-17T23:30:15.8932640Z * branch cd4af11efc9c622896a3e4cb599fa28668ca3d05 -> FETCH_HEAD 2024-12-17T23:30:15.9200237Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-12-17T23:30:17.0982512Z From https://github.com/gflags/gflags 2024-12-17T23:30:17.0983511Z * branch e171aa2d15ed9eb17054558e0b3a6a413bb01067 -> FETCH_HEAD 2024-12-17T23:30:17.1081386Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-12-17T23:30:17.1101302Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:30:17.1129683Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-12-17T23:30:18.9093188Z From https://github.com/gflags/gflags 2024-12-17T23:30:18.9093803Z * branch 8411df715cf522606e3b1aca386ddfc0b63d34b4 -> FETCH_HEAD 2024-12-17T23:30:18.9147663Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-12-17T23:30:20.2235317Z From https://github.com/google/glog 2024-12-17T23:30:20.2236747Z * branch b33e3bad4c46c8a6345525fd822af355e5ef9446 -> FETCH_HEAD 2024-12-17T23:30:20.2397618Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-12-17T23:30:21.7038884Z From https://github.com/google/googletest 2024-12-17T23:30:21.7039611Z * branch 58d77fa8070e8cec2dc1ed015d66b454c8d78850 -> FETCH_HEAD 2024-12-17T23:30:21.7396035Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-12-17T23:30:23.0854216Z From https://github.com/nlohmann/json 2024-12-17T23:30:23.0854709Z * branch 4f8fba14066156b73f1189a2b8bd568bde5284c5 -> FETCH_HEAD 2024-12-17T23:30:23.1717271Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-12-17T23:30:24.3107941Z From https://github.com/dtrugman/pfs 2024-12-17T23:30:24.3108891Z * branch f68a2fa8ea36c783bdd760371411fcb495aa3150 -> FETCH_HEAD 2024-12-17T23:30:24.3257991Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-12-17T23:30:25.5424963Z From https://github.com/fmtlib/fmt 2024-12-17T23:30:25.5425910Z * branch 0041a40c1350ba702d475b9c4ad62da77caea164 -> FETCH_HEAD 2024-12-17T23:30:25.5684765Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-12-17T23:30:26.8858436Z From https://github.com/google/googletest 2024-12-17T23:30:26.8860189Z * branch 7aca84427f224eeed3144123d5230d5871e93347 -> FETCH_HEAD 2024-12-17T23:30:26.9219555Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-12-17T23:30:28.2260991Z From https://github.com/microsoft/mimalloc 2024-12-17T23:30:28.2261778Z * branch b66e3214d8a104669c2ec05ae91ebc26a8f5ab78 -> FETCH_HEAD 2024-12-17T23:30:28.2598414Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-12-17T23:30:29.6931673Z From https://github.com/NVIDIA/nccl 2024-12-17T23:30:29.6932604Z * branch ab2b89c4c339bd7f816fbc114a4b05d386b66290 -> FETCH_HEAD 2024-12-17T23:30:29.7155512Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-12-17T23:30:31.2613680Z From https://github.com/nlohmann/json 2024-12-17T23:30:31.2614699Z * branch 87cda1d6646592ac5866dc703c8e1839046a6806 -> FETCH_HEAD 2024-12-17T23:30:31.3579147Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-12-17T23:30:33.0576121Z From https://github.com/onnx/onnx 2024-12-17T23:30:33.0577015Z * branch b8baa8446686496da4cc8fda09f2b6fe65c2a02c -> FETCH_HEAD 2024-12-17T23:30:33.4977112Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2024-12-17T23:30:33.5013764Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-12-17T23:30:33.5043005Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-12-17T23:30:35.5430399Z From https://github.com/pybind/pybind11 2024-12-17T23:30:35.5431633Z * branch 3e9dfa2866941655c56877882565e7577de6fc7b -> FETCH_HEAD 2024-12-17T23:30:35.5725722Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2024-12-17T23:30:36.9946473Z From https://github.com/open-telemetry/opentelemetry-cpp 2024-12-17T23:30:36.9947031Z * branch a799f4aed9c94b765dcdaabaeab7d5e7e2310878 -> FETCH_HEAD 2024-12-17T23:30:37.0623013Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-12-17T23:30:37.0651026Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:30:37.0659080Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:30:37.0663306Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:30:37.0667894Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:30:37.0672765Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:30:37.0678735Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:30:37.0683814Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:30:37.0688811Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:30:37.0717725Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-12-17T23:30:37.6815790Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-12-17T23:30:38.3036701Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-12-17T23:30:38.8478611Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-12-17T23:30:39.5916670Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-12-17T23:30:40.1667042Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-12-17T23:30:40.6900602Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-12-17T23:30:41.2682757Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-12-17T23:30:43.3872799Z From https://github.com/google/benchmark 2024-12-17T23:30:43.3874529Z * branch d572f4777349d43653b21d6c2fc63020ab326db2 -> FETCH_HEAD 2024-12-17T23:30:43.4040395Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-12-17T23:30:44.7509818Z From https://github.com/google/googletest 2024-12-17T23:30:44.7510631Z * branch b796f7d44681514f58a683a3a71ff17c94edb0c1 -> FETCH_HEAD 2024-12-17T23:30:44.7867055Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-12-17T23:30:45.9956860Z From https://github.com/microsoft/GSL 2024-12-17T23:30:45.9957563Z * branch 6f4529395c5b7c2d661812257cd6780c67e54afa -> FETCH_HEAD 2024-12-17T23:30:46.0055630Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-12-17T23:30:47.3646762Z From https://github.com/nlohmann/json 2024-12-17T23:30:47.3647492Z * branch bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d -> FETCH_HEAD 2024-12-17T23:30:47.4676748Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-12-17T23:30:48.6652788Z From https://github.com/open-telemetry/opentelemetry-proto 2024-12-17T23:30:48.6653463Z * branch 4ca4f0335c63cda7ab31ea7ed70d6553aee14dce -> FETCH_HEAD 2024-12-17T23:30:48.6752723Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-12-17T23:30:49.6407679Z From https://github.com/opentracing/opentracing-cpp 2024-12-17T23:30:49.6408186Z * branch 06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5 -> FETCH_HEAD 2024-12-17T23:30:49.6524510Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-12-17T23:30:50.7847600Z From https://github.com/jupp0r/prometheus-cpp 2024-12-17T23:30:50.7848479Z * branch c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d -> FETCH_HEAD 2024-12-17T23:30:50.8003888Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-12-17T23:30:50.8022864Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:30:50.8027725Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:30:50.8055965Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-12-17T23:30:51.6884808Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-12-17T23:30:53.5909314Z From https://github.com/civetweb/civetweb 2024-12-17T23:30:53.5910110Z * branch eefb26f82b233268fc98577d265352720d477ba4 -> FETCH_HEAD 2024-12-17T23:30:53.8169830Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-12-17T23:30:55.1437700Z From https://github.com/google/googletest 2024-12-17T23:30:55.1438401Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2024-12-17T23:30:55.1811254Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-12-17T23:30:57.5428579Z From https://github.com/Microsoft/vcpkg 2024-12-17T23:30:57.5429298Z * branch 8eb57355a4ffb410a2e94c07b4dca2dffbee8e50 -> FETCH_HEAD 2024-12-17T23:30:58.0888834Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-12-17T23:30:59.1903812Z From https://github.com/mreineck/pocketfft 2024-12-17T23:30:59.1905003Z * branch 9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe -> FETCH_HEAD 2024-12-17T23:30:59.1961905Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-12-17T23:31:02.4839844Z From https://github.com/protocolbuffers/protobuf 2024-12-17T23:31:02.4840840Z * branch d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a -> FETCH_HEAD 2024-12-17T23:31:02.7356173Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-12-17T23:31:02.7378689Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:31:02.7383838Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-12-17T23:31:02.7413200Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-12-17T23:31:03.3396339Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-12-17T23:31:05.2778323Z From https://github.com/google/benchmark 2024-12-17T23:31:05.2779321Z * branch 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 -> FETCH_HEAD 2024-12-17T23:31:05.2912795Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-12-17T23:31:06.6883795Z From https://github.com/google/googletest 2024-12-17T23:31:06.6884599Z * branch 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 -> FETCH_HEAD 2024-12-17T23:31:06.7305015Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-12-17T23:31:06.7403768Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-12-17T23:31:07.7943446Z From https://github.com/Maratyszcza/pthreadpool 2024-12-17T23:31:07.7944071Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2024-12-17T23:31:07.8035518Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-12-17T23:31:09.0650792Z From https://github.com/pybind/pybind11 2024-12-17T23:31:09.0651412Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2024-12-17T23:31:09.0943167Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2024-12-17T23:31:10.1630447Z From https://github.com/malfet/PeachPy 2024-12-17T23:31:10.1630969Z * branch f45429b087dd7d5bc78bb40dc7cf06425c252d67 -> FETCH_HEAD 2024-12-17T23:31:10.1894032Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-12-17T23:31:11.4662331Z From https://github.com/shibatch/sleef 2024-12-17T23:31:11.4663026Z * branch 60e76d2bce17d278b439d9da17177c8f957a9e9b -> FETCH_HEAD 2024-12-17T23:31:11.5051711Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-12-17T23:31:12.6530660Z From https://github.com/pytorch/tensorpipe 2024-12-17T23:31:12.6531514Z * branch 52791a2fd214b2a9dc5759d36725909c1daa7f2e -> FETCH_HEAD 2024-12-17T23:31:12.6745242Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-12-17T23:31:12.6765766Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:31:12.6769904Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:31:12.6774029Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:31:12.6779805Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:31:12.6808022Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-12-17T23:31:13.2661800Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-12-17T23:31:13.8484973Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-12-17T23:31:14.5279047Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-12-17T23:31:16.6366746Z From https://github.com/google/googletest 2024-12-17T23:31:16.6367369Z * branch aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e -> FETCH_HEAD 2024-12-17T23:31:16.6730059Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-12-17T23:31:17.6858797Z From https://github.com/google/libnop 2024-12-17T23:31:17.6859523Z * branch 910b55815be16109f04f4180e9adee14fb4ce281 -> FETCH_HEAD 2024-12-17T23:31:17.6983144Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-12-17T23:31:19.1585776Z From https://github.com/libuv/libuv 2024-12-17T23:31:19.1586633Z * branch 1dff88e5161cba5c59276d2070d2e304e4dcb242 -> FETCH_HEAD 2024-12-17T23:31:19.2051556Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-12-17T23:31:20.4852247Z From https://github.com/pybind/pybind11 2024-12-17T23:31:20.4852959Z * branch a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef -> FETCH_HEAD 2024-12-17T23:31:20.5105010Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-12-17T23:31:20.5123697Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:31:20.5152100Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-12-17T23:31:22.2435522Z From https://github.com/wjakob/clang-cindex-python3 2024-12-17T23:31:22.2436742Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2024-12-17T23:31:22.2497708Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-12-17T23:31:22.2540073Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-12-17T23:31:22.2777478Z Entering 'android/libs/fbjni' 2024-12-17T23:31:22.2817268Z Entering 'third_party/FP16' 2024-12-17T23:31:22.2857605Z Entering 'third_party/FXdiv' 2024-12-17T23:31:22.2896243Z Entering 'third_party/NNPACK' 2024-12-17T23:31:22.2935632Z Entering 'third_party/NVTX' 2024-12-17T23:31:22.2976504Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:31:22.3015293Z Entering 'third_party/XNNPACK' 2024-12-17T23:31:22.3067833Z Entering 'third_party/benchmark' 2024-12-17T23:31:22.3107710Z Entering 'third_party/composable_kernel' 2024-12-17T23:31:22.3151759Z Entering 'third_party/cpp-httplib' 2024-12-17T23:31:22.3195006Z Entering 'third_party/cpuinfo' 2024-12-17T23:31:22.3234356Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:31:22.3275387Z Entering 'third_party/cutlass' 2024-12-17T23:31:22.3322567Z Entering 'third_party/eigen' 2024-12-17T23:31:22.3365366Z Entering 'third_party/fbgemm' 2024-12-17T23:31:22.3404196Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:31:22.3443662Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:31:22.3482674Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:31:22.3527926Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:31:22.3567513Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:31:22.3609569Z Entering 'third_party/flatbuffers' 2024-12-17T23:31:22.3651236Z Entering 'third_party/fmt' 2024-12-17T23:31:22.3691068Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:31:22.3730614Z Entering 'third_party/gloo' 2024-12-17T23:31:22.3769684Z Entering 'third_party/googletest' 2024-12-17T23:31:22.3808874Z Entering 'third_party/ideep' 2024-12-17T23:31:22.3845544Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:31:22.3892255Z Entering 'third_party/ittapi' 2024-12-17T23:31:22.3932577Z Entering 'third_party/kineto' 2024-12-17T23:31:22.3970753Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:31:22.4009676Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:31:22.4050942Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:31:22.4091890Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:31:22.4132056Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:31:22.4169416Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:31:22.4211904Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:31:22.4251322Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:31:22.4290754Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:31:22.4330984Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:31:22.4372996Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:31:22.4412745Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:31:22.4453901Z Entering 'third_party/mimalloc' 2024-12-17T23:31:22.4493653Z Entering 'third_party/nccl/nccl' 2024-12-17T23:31:22.4532885Z Entering 'third_party/nlohmann' 2024-12-17T23:31:22.4572773Z Entering 'third_party/onnx' 2024-12-17T23:31:22.4624579Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:31:22.4667975Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:31:22.4708051Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:31:22.4747758Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:31:22.4786354Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:31:22.4826095Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:31:22.4866217Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:31:22.4905320Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:31:22.4944306Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:31:22.4981427Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:31:22.5022876Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:31:22.5064649Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:31:22.5122370Z Entering 'third_party/pocketfft' 2024-12-17T23:31:22.5162968Z Entering 'third_party/protobuf' 2024-12-17T23:31:22.5204098Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:31:22.5243795Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:31:22.5285199Z Entering 'third_party/psimd' 2024-12-17T23:31:22.5326221Z Entering 'third_party/pthreadpool' 2024-12-17T23:31:22.5366710Z Entering 'third_party/pybind11' 2024-12-17T23:31:22.5407049Z Entering 'third_party/python-peachpy' 2024-12-17T23:31:22.5448112Z Entering 'third_party/sleef' 2024-12-17T23:31:22.5487335Z Entering 'third_party/tensorpipe' 2024-12-17T23:31:22.5527344Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:31:22.5568774Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:31:22.5607346Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:31:22.5648662Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:31:22.5685891Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:31:22.5742597Z ##[endgroup] 2024-12-17T23:31:22.5743070Z ##[group]Persisting credentials for submodules 2024-12-17T23:31:22.5748699Z [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' || :" 2024-12-17T23:31:22.5984019Z Entering 'android/libs/fbjni' 2024-12-17T23:31:22.6031234Z Entering 'third_party/FP16' 2024-12-17T23:31:22.6075568Z Entering 'third_party/FXdiv' 2024-12-17T23:31:22.6119697Z Entering 'third_party/NNPACK' 2024-12-17T23:31:22.6165032Z Entering 'third_party/NVTX' 2024-12-17T23:31:22.6209863Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:31:22.6256414Z Entering 'third_party/XNNPACK' 2024-12-17T23:31:22.6313828Z Entering 'third_party/benchmark' 2024-12-17T23:31:22.6360738Z Entering 'third_party/composable_kernel' 2024-12-17T23:31:22.6410764Z Entering 'third_party/cpp-httplib' 2024-12-17T23:31:22.6455213Z Entering 'third_party/cpuinfo' 2024-12-17T23:31:22.6499907Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:31:22.6545534Z Entering 'third_party/cutlass' 2024-12-17T23:31:22.6596602Z Entering 'third_party/eigen' 2024-12-17T23:31:22.6643332Z Entering 'third_party/fbgemm' 2024-12-17T23:31:22.6688784Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:31:22.6732908Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:31:22.6776453Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:31:22.6826665Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:31:22.6872093Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:31:22.6917482Z Entering 'third_party/flatbuffers' 2024-12-17T23:31:22.6963592Z Entering 'third_party/fmt' 2024-12-17T23:31:22.7007999Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:31:22.7051952Z Entering 'third_party/gloo' 2024-12-17T23:31:22.7095673Z Entering 'third_party/googletest' 2024-12-17T23:31:22.7139786Z Entering 'third_party/ideep' 2024-12-17T23:31:22.7182384Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:31:22.7233564Z Entering 'third_party/ittapi' 2024-12-17T23:31:22.7278522Z Entering 'third_party/kineto' 2024-12-17T23:31:22.7321238Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:31:22.7364187Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:31:22.7410038Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:31:22.7455168Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:31:22.7499591Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:31:22.7543129Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:31:22.7590533Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:31:22.7636580Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:31:22.7682882Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:31:22.7728087Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:31:22.7775223Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:31:22.7819471Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:31:22.7865650Z Entering 'third_party/mimalloc' 2024-12-17T23:31:22.7909807Z Entering 'third_party/nccl/nccl' 2024-12-17T23:31:22.7954523Z Entering 'third_party/nlohmann' 2024-12-17T23:31:22.8000090Z Entering 'third_party/onnx' 2024-12-17T23:31:22.8056979Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:31:22.8106532Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:31:22.8153398Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:31:22.8198816Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:31:22.8242782Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:31:22.8287782Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:31:22.8334970Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:31:22.8379837Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:31:22.8423974Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:31:22.8466274Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:31:22.8512877Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:31:22.8559080Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:31:22.8623561Z Entering 'third_party/pocketfft' 2024-12-17T23:31:22.8667653Z Entering 'third_party/protobuf' 2024-12-17T23:31:22.8716188Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:31:22.8760806Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:31:22.8808023Z Entering 'third_party/psimd' 2024-12-17T23:31:22.8852243Z Entering 'third_party/pthreadpool' 2024-12-17T23:31:22.8896276Z Entering 'third_party/pybind11' 2024-12-17T23:31:22.8940799Z Entering 'third_party/python-peachpy' 2024-12-17T23:31:22.8985320Z Entering 'third_party/sleef' 2024-12-17T23:31:22.9034228Z Entering 'third_party/tensorpipe' 2024-12-17T23:31:22.9079759Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:31:22.9125154Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:31:22.9169789Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:31:22.9213932Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:31:22.9256840Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:31:22.9318632Z [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" 2024-12-17T23:31:22.9563325Z Entering 'android/libs/fbjni' 2024-12-17T23:31:22.9603527Z file:/home/runner/work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-12-17T23:31:22.9624901Z Entering 'third_party/FP16' 2024-12-17T23:31:22.9664695Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-12-17T23:31:22.9688440Z Entering 'third_party/FXdiv' 2024-12-17T23:31:22.9727115Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-12-17T23:31:22.9746520Z Entering 'third_party/NNPACK' 2024-12-17T23:31:22.9785125Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-12-17T23:31:22.9806273Z Entering 'third_party/NVTX' 2024-12-17T23:31:22.9846315Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2024-12-17T23:31:22.9867143Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:31:22.9905357Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-12-17T23:31:22.9926571Z Entering 'third_party/XNNPACK' 2024-12-17T23:31:22.9965004Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-12-17T23:31:22.9998911Z Entering 'third_party/benchmark' 2024-12-17T23:31:23.0039634Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-12-17T23:31:23.0060398Z Entering 'third_party/composable_kernel' 2024-12-17T23:31:23.0099039Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2024-12-17T23:31:23.0125232Z Entering 'third_party/cpp-httplib' 2024-12-17T23:31:23.0164356Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-12-17T23:31:23.0184230Z Entering 'third_party/cpuinfo' 2024-12-17T23:31:23.0222861Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-12-17T23:31:23.0243933Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:31:23.0282687Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-12-17T23:31:23.0303013Z Entering 'third_party/cutlass' 2024-12-17T23:31:23.0341512Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-12-17T23:31:23.0369501Z Entering 'third_party/eigen' 2024-12-17T23:31:23.0408389Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-12-17T23:31:23.0431140Z Entering 'third_party/fbgemm' 2024-12-17T23:31:23.0471300Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-12-17T23:31:23.0491180Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:31:23.0531068Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-12-17T23:31:23.0551173Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:31:23.0591632Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-12-17T23:31:23.0612870Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:31:23.0651434Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-12-17T23:31:23.0678379Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:31:23.0718180Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:31:23.0740100Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:31:23.0779262Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-12-17T23:31:23.0801250Z Entering 'third_party/flatbuffers' 2024-12-17T23:31:23.0840304Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-12-17T23:31:23.0862535Z Entering 'third_party/fmt' 2024-12-17T23:31:23.0902114Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-12-17T23:31:23.0924065Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:31:23.0963313Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-12-17T23:31:23.0983454Z Entering 'third_party/gloo' 2024-12-17T23:31:23.1021910Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-12-17T23:31:23.1043237Z Entering 'third_party/googletest' 2024-12-17T23:31:23.1081817Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:31:23.1102418Z Entering 'third_party/ideep' 2024-12-17T23:31:23.1141592Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-12-17T23:31:23.1160049Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:31:23.1198393Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-12-17T23:31:23.1226174Z Entering 'third_party/ittapi' 2024-12-17T23:31:23.1264276Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-12-17T23:31:23.1284935Z Entering 'third_party/kineto' 2024-12-17T23:31:23.1324072Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-12-17T23:31:23.1343482Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:31:23.1383285Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-12-17T23:31:23.1403057Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:31:23.1443631Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2024-12-17T23:31:23.1465267Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:31:23.1504507Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2024-12-17T23:31:23.1525044Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:31:23.1565483Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2024-12-17T23:31:23.1585692Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:31:23.1625047Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2024-12-17T23:31:23.1644215Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:31:23.1684837Z 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 2024-12-17T23:31:23.1707055Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:31:23.1746077Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2024-12-17T23:31:23.1767594Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:31:23.1806163Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:31:23.1827496Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:31:23.1867242Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2024-12-17T23:31:23.1888701Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:31:23.1928743Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2024-12-17T23:31:23.1951038Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:31:23.1989617Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-12-17T23:31:23.2010318Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:31:23.2049970Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-12-17T23:31:23.2072618Z Entering 'third_party/mimalloc' 2024-12-17T23:31:23.2111608Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-12-17T23:31:23.2133187Z Entering 'third_party/nccl/nccl' 2024-12-17T23:31:23.2173872Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-12-17T23:31:23.2194080Z Entering 'third_party/nlohmann' 2024-12-17T23:31:23.2234777Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-12-17T23:31:23.2257345Z Entering 'third_party/onnx' 2024-12-17T23:31:23.2295492Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-12-17T23:31:23.2328339Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:31:23.2367048Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-12-17T23:31:23.2390825Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:31:23.2430333Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-12-17T23:31:23.2451382Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:31:23.2489564Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-12-17T23:31:23.2510530Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:31:23.2548976Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:31:23.2569747Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:31:23.2608427Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-12-17T23:31:23.2628830Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:31:23.2666963Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-12-17T23:31:23.2689950Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:31:23.2728165Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-12-17T23:31:23.2748028Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:31:23.2786858Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-12-17T23:31:23.2808806Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:31:23.2848018Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-12-17T23:31:23.2866504Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:31:23.2906939Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2024-12-17T23:31:23.2928974Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:31:23.2968554Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2024-12-17T23:31:23.2991000Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:31:23.3030033Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-12-17T23:31:23.3069554Z Entering 'third_party/pocketfft' 2024-12-17T23:31:23.3107785Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-12-17T23:31:23.3127665Z Entering 'third_party/protobuf' 2024-12-17T23:31:23.3166166Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-12-17T23:31:23.3187810Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:31:23.3228326Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-12-17T23:31:23.3249359Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:31:23.3288446Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:31:23.3311515Z Entering 'third_party/psimd' 2024-12-17T23:31:23.3350046Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-12-17T23:31:23.3371503Z Entering 'third_party/pthreadpool' 2024-12-17T23:31:23.3409885Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-12-17T23:31:23.3430192Z Entering 'third_party/pybind11' 2024-12-17T23:31:23.3468739Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-12-17T23:31:23.3489447Z Entering 'third_party/python-peachpy' 2024-12-17T23:31:23.3527985Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-12-17T23:31:23.3547966Z Entering 'third_party/sleef' 2024-12-17T23:31:23.3586787Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-12-17T23:31:23.3609441Z Entering 'third_party/tensorpipe' 2024-12-17T23:31:23.3648214Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-12-17T23:31:23.3667349Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:31:23.3707973Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:31:23.3729489Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:31:23.3767952Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-12-17T23:31:23.3787395Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:31:23.3826234Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-12-17T23:31:23.3846374Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:31:23.3886613Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-12-17T23:31:23.3904900Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:31:23.3943771Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-12-17T23:31:23.4286661Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-12-17T23:31:23.4521529Z Entering 'android/libs/fbjni' 2024-12-17T23:31:23.4562819Z Entering 'third_party/FP16' 2024-12-17T23:31:23.4601972Z Entering 'third_party/FXdiv' 2024-12-17T23:31:23.4640857Z Entering 'third_party/NNPACK' 2024-12-17T23:31:23.4680059Z Entering 'third_party/NVTX' 2024-12-17T23:31:23.4720072Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:31:23.4759077Z Entering 'third_party/XNNPACK' 2024-12-17T23:31:23.4811201Z Entering 'third_party/benchmark' 2024-12-17T23:31:23.4851031Z Entering 'third_party/composable_kernel' 2024-12-17T23:31:23.4895605Z Entering 'third_party/cpp-httplib' 2024-12-17T23:31:23.4936297Z Entering 'third_party/cpuinfo' 2024-12-17T23:31:23.4975745Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:31:23.5017303Z Entering 'third_party/cutlass' 2024-12-17T23:31:23.5063058Z Entering 'third_party/eigen' 2024-12-17T23:31:23.5104834Z Entering 'third_party/fbgemm' 2024-12-17T23:31:23.5143318Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:31:23.5183910Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:31:23.5223414Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:31:23.5269946Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:31:23.5309904Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:31:23.5351278Z Entering 'third_party/flatbuffers' 2024-12-17T23:31:23.5392783Z Entering 'third_party/fmt' 2024-12-17T23:31:23.5431636Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:31:23.5472567Z Entering 'third_party/gloo' 2024-12-17T23:31:23.5511107Z Entering 'third_party/googletest' 2024-12-17T23:31:23.5551245Z Entering 'third_party/ideep' 2024-12-17T23:31:23.5588240Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:31:23.5635054Z Entering 'third_party/ittapi' 2024-12-17T23:31:23.5674322Z Entering 'third_party/kineto' 2024-12-17T23:31:23.5712747Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:31:23.5751132Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:31:23.5792546Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:31:23.5831839Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:31:23.5872568Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:31:23.5910705Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:31:23.5952072Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:31:23.5995020Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:31:23.6036261Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:31:23.6077156Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:31:23.6121896Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:31:23.6162030Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:31:23.6203382Z Entering 'third_party/mimalloc' 2024-12-17T23:31:23.6243717Z Entering 'third_party/nccl/nccl' 2024-12-17T23:31:23.6283185Z Entering 'third_party/nlohmann' 2024-12-17T23:31:23.6324287Z Entering 'third_party/onnx' 2024-12-17T23:31:23.6376137Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:31:23.6419416Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:31:23.6459689Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:31:23.6499277Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:31:23.6539985Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:31:23.6578939Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:31:23.6620202Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:31:23.6660984Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:31:23.6699959Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:31:23.6738856Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:31:23.6779809Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:31:23.6822246Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:31:23.6881944Z Entering 'third_party/pocketfft' 2024-12-17T23:31:23.6921731Z Entering 'third_party/protobuf' 2024-12-17T23:31:23.6962835Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:31:23.7002215Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:31:23.7043481Z Entering 'third_party/psimd' 2024-12-17T23:31:23.7083007Z Entering 'third_party/pthreadpool' 2024-12-17T23:31:23.7122969Z Entering 'third_party/pybind11' 2024-12-17T23:31:23.7162366Z Entering 'third_party/python-peachpy' 2024-12-17T23:31:23.7201618Z Entering 'third_party/sleef' 2024-12-17T23:31:23.7241604Z Entering 'third_party/tensorpipe' 2024-12-17T23:31:23.7279826Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:31:23.7319192Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:31:23.7358672Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:31:23.7397476Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:31:23.7434233Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:31:23.7490604Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-12-17T23:31:23.7723371Z Entering 'android/libs/fbjni' 2024-12-17T23:31:23.7763292Z Entering 'third_party/FP16' 2024-12-17T23:31:23.7801950Z Entering 'third_party/FXdiv' 2024-12-17T23:31:23.7840533Z Entering 'third_party/NNPACK' 2024-12-17T23:31:23.7880919Z Entering 'third_party/NVTX' 2024-12-17T23:31:23.7922322Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:31:23.7961506Z Entering 'third_party/XNNPACK' 2024-12-17T23:31:23.8013248Z Entering 'third_party/benchmark' 2024-12-17T23:31:23.8053052Z Entering 'third_party/composable_kernel' 2024-12-17T23:31:23.8098615Z Entering 'third_party/cpp-httplib' 2024-12-17T23:31:23.8137918Z Entering 'third_party/cpuinfo' 2024-12-17T23:31:23.8176685Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:31:23.8215320Z Entering 'third_party/cutlass' 2024-12-17T23:31:23.8261284Z Entering 'third_party/eigen' 2024-12-17T23:31:23.8303352Z Entering 'third_party/fbgemm' 2024-12-17T23:31:23.8341611Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:31:23.8380854Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:31:23.8420013Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:31:23.8465126Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:31:23.8504370Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:31:23.8544932Z Entering 'third_party/flatbuffers' 2024-12-17T23:31:23.8586980Z Entering 'third_party/fmt' 2024-12-17T23:31:23.8625578Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:31:23.8665749Z Entering 'third_party/gloo' 2024-12-17T23:31:23.8704323Z Entering 'third_party/googletest' 2024-12-17T23:31:23.8743737Z Entering 'third_party/ideep' 2024-12-17T23:31:23.8780723Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:31:23.8827323Z Entering 'third_party/ittapi' 2024-12-17T23:31:23.8866767Z Entering 'third_party/kineto' 2024-12-17T23:31:23.8905190Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:31:23.8944014Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:31:23.8986124Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:31:23.9025597Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:31:23.9065251Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:31:23.9102655Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:31:23.9146696Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:31:23.9185666Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:31:23.9225614Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:31:23.9265786Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:31:23.9308104Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:31:23.9347020Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:31:23.9388670Z Entering 'third_party/mimalloc' 2024-12-17T23:31:23.9427671Z Entering 'third_party/nccl/nccl' 2024-12-17T23:31:23.9466591Z Entering 'third_party/nlohmann' 2024-12-17T23:31:23.9508013Z Entering 'third_party/onnx' 2024-12-17T23:31:23.9558818Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:31:23.9601786Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:31:23.9641684Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:31:23.9680733Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:31:23.9719905Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:31:23.9759343Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:31:23.9799391Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:31:23.9838878Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:31:23.9878603Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:31:23.9916114Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:31:23.9956762Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:31:23.9999101Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:31:24.0055984Z Entering 'third_party/pocketfft' 2024-12-17T23:31:24.0095517Z Entering 'third_party/protobuf' 2024-12-17T23:31:24.0136133Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:31:24.0177050Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:31:24.0218359Z Entering 'third_party/psimd' 2024-12-17T23:31:24.0258809Z Entering 'third_party/pthreadpool' 2024-12-17T23:31:24.0298193Z Entering 'third_party/pybind11' 2024-12-17T23:31:24.0337355Z Entering 'third_party/python-peachpy' 2024-12-17T23:31:24.0376765Z Entering 'third_party/sleef' 2024-12-17T23:31:24.0415762Z Entering 'third_party/tensorpipe' 2024-12-17T23:31:24.0455450Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:31:24.0496169Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:31:24.0536275Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:31:24.0576914Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:31:24.0615749Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:31:24.0671380Z ##[endgroup] 2024-12-17T23:31:24.0711023Z [command]/usr/bin/git log -1 --format='%H' 2024-12-17T23:31:24.0734086Z '0cdf8b1d09254cfda66191d1bd01e3041c3c76f7' 2024-12-17T23:31:24.0916537Z ##[group]Run echo "PT_GITHUB_REF=$GITHUB_REF" >> "$GITHUB_ENV" 2024-12-17T23:31:24.0917156Z echo "PT_GITHUB_REF=$GITHUB_REF" >> "$GITHUB_ENV" 2024-12-17T23:31:24.1002603Z shell: /usr/bin/bash -e {0} 2024-12-17T23:31:24.1003129Z ##[endgroup] 2024-12-17T23:31:24.1140033Z ##[group]Run tag_or_branch="${PT_GITHUB_REF#refs/tags/}" 2024-12-17T23:31:24.1140557Z tag_or_branch="${PT_GITHUB_REF#refs/tags/}" 2024-12-17T23:31:24.1140957Z tag_or_branch="${tag_or_branch#refs/heads/}" 2024-12-17T23:31:24.1141452Z # replace directory separators with _ in branch name 2024-12-17T23:31:24.1141894Z tag_or_branch="${tag_or_branch//\//_}" 2024-12-17T23:31:24.1142285Z echo "PT_RELEASE_NAME=pytorch-$tag_or_branch" >> "$GITHUB_ENV" 2024-12-17T23:31:24.1142839Z echo "PT_RELEASE_FILE=pytorch-$tag_or_branch.tar.gz" >> "$GITHUB_ENV" 2024-12-17T23:31:24.1197502Z shell: /usr/bin/bash -e {0} 2024-12-17T23:31:24.1197914Z env: 2024-12-17T23:31:24.1198205Z PT_GITHUB_REF: refs/heads/release/2.6 2024-12-17T23:31:24.1198502Z ##[endgroup] 2024-12-17T23:31:24.1303819Z ##[group]Run # Create new folder with specified name so extracting the archive yields that 2024-12-17T23:31:24.1304747Z # Create new folder with specified name so extracting the archive yields that 2024-12-17T23:31:24.1305278Z rm -rf "/tmp/$PT_RELEASE_NAME" 2024-12-17T23:31:24.1305625Z cp -r "$PWD" "/tmp/$PT_RELEASE_NAME" 2024-12-17T23:31:24.1306040Z mv "/tmp/$PT_RELEASE_NAME" . 2024-12-17T23:31:24.1306377Z # Cleanup 2024-12-17T23:31:24.1306648Z rm -rf "$PT_RELEASE_NAME"/{.circleci,.ci} 2024-12-17T23:31:24.1307143Z find "$PT_RELEASE_NAME" -name '.git*' -exec rm -rv {} \; || true 2024-12-17T23:31:24.1307560Z # Create archive 2024-12-17T23:31:24.1307894Z tar -czf "$PT_RELEASE_FILE" "$PT_RELEASE_NAME" 2024-12-17T23:31:24.1308444Z echo "Created source archive $PT_RELEASE_FILE with content: $(ls -a "$PT_RELEASE_NAME")" 2024-12-17T23:31:24.1363367Z shell: /usr/bin/bash -e {0} 2024-12-17T23:31:24.1363869Z env: 2024-12-17T23:31:24.1364130Z PT_GITHUB_REF: refs/heads/release/2.6 2024-12-17T23:31:24.1364554Z PT_RELEASE_NAME: pytorch-release_2.6 2024-12-17T23:31:24.1364938Z PT_RELEASE_FILE: pytorch-release_2.6.tar.gz 2024-12-17T23:31:24.1365256Z ##[endgroup] 2024-12-17T23:31:29.9393294Z removed 'pytorch-release_2.6/test/inductor/cpp/.gitignore' 2024-12-17T23:31:29.9412770Z removed 'pytorch-release_2.6/docs/.gitignore' 2024-12-17T23:31:29.9436162Z removed 'pytorch-release_2.6/.gitmodules' 2024-12-17T23:31:29.9477187Z removed 'pytorch-release_2.6/scripts/release_notes/.gitignore' 2024-12-17T23:31:29.9494990Z removed 'pytorch-release_2.6/.gitattributes' 2024-12-17T23:31:29.9512024Z removed 'pytorch-release_2.6/.gitignore' 2024-12-17T23:31:29.9534150Z removed 'pytorch-release_2.6/ios/TestApp/.gitignore' 2024-12-17T23:31:29.9551846Z removed 'pytorch-release_2.6/ios/.gitignore' 2024-12-17T23:31:29.9585126Z removed 'pytorch-release_2.6/aten/src/ATen/.gitignore' 2024-12-17T23:31:29.9614721Z removed 'pytorch-release_2.6/aten/src/ATen/native/quantized/cpu/qnnpack/.gitignore' 2024-12-17T23:31:29.9641985Z removed 'pytorch-release_2.6/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/.gitignore' 2024-12-17T23:31:29.9681376Z removed 'pytorch-release_2.6/functorch/docs/.gitignore' 2024-12-17T23:31:29.9701743Z removed 'pytorch-release_2.6/functorch/.gitignore' 2024-12-17T23:31:29.9723348Z removed 'pytorch-release_2.6/functorch/examples/maml_omniglot/.gitignore' 2024-12-17T23:31:29.9741297Z removed 'pytorch-release_2.6/functorch/examples/.gitignore' 2024-12-17T23:31:29.9783488Z removed 'pytorch-release_2.6/.github/pytorch-circleci-labels.yml' 2024-12-17T23:31:29.9784510Z removed 'pytorch-release_2.6/.github/nitpicks.yml' 2024-12-17T23:31:29.9785341Z removed 'pytorch-release_2.6/.github/label_to_label.yml' 2024-12-17T23:31:29.9787106Z removed 'pytorch-release_2.6/.github/regenerate.sh' 2024-12-17T23:31:29.9787915Z removed 'pytorch-release_2.6/.github/scripts/pr-sanity-check.sh' 2024-12-17T23:31:29.9788932Z removed 'pytorch-release_2.6/.github/scripts/test_trymerge.py' 2024-12-17T23:31:29.9789809Z removed 'pytorch-release_2.6/.github/scripts/stop_runner_service.sh' 2024-12-17T23:31:29.9790646Z removed 'pytorch-release_2.6/.github/scripts/pytest_cache.py' 2024-12-17T23:31:29.9791504Z removed 'pytorch-release_2.6/.github/scripts/ensure_actions_will_cancel.py' 2024-12-17T23:31:29.9792467Z removed 'pytorch-release_2.6/.github/scripts/test_runner_determinator.py' 2024-12-17T23:31:29.9793590Z removed 'pytorch-release_2.6/.github/scripts/export_pytorch_labels.py' 2024-12-17T23:31:29.9794475Z removed 'pytorch-release_2.6/.github/scripts/filter_test_configs.py' 2024-12-17T23:31:29.9795543Z removed 'pytorch-release_2.6/.github/scripts/generate_docker_release_matrix.py' 2024-12-17T23:31:29.9797275Z removed 'pytorch-release_2.6/.github/scripts/generate_ci_workflows.py' 2024-12-17T23:31:29.9798274Z removed 'pytorch-release_2.6/.github/scripts/comment_on_pr.py' 2024-12-17T23:31:29.9799849Z removed 'pytorch-release_2.6/.github/scripts/test_gitutils.py' 2024-12-17T23:31:29.9800887Z removed 'pytorch-release_2.6/.github/scripts/trymerge.py' 2024-12-17T23:31:29.9801667Z removed 'pytorch-release_2.6/.github/scripts/github_utils.py' 2024-12-17T23:31:29.9802628Z removed 'pytorch-release_2.6/.github/scripts/get_workflow_job_id.py' 2024-12-17T23:31:29.9803576Z removed 'pytorch-release_2.6/.github/scripts/runner_determinator.py' 2024-12-17T23:31:29.9804389Z removed 'pytorch-release_2.6/.github/scripts/tryrebase.py' 2024-12-17T23:31:29.9805474Z removed 'pytorch-release_2.6/.github/scripts/pytest_caching_utils.py' 2024-12-17T23:31:29.9806476Z removed 'pytorch-release_2.6/.github/scripts/wait_for_ssh_to_drain.ps1' 2024-12-17T23:31:29.9807468Z removed 'pytorch-release_2.6/.github/scripts/amd/patch_triton_wheel.sh' 2024-12-17T23:31:29.9808510Z removed 'pytorch-release_2.6/.github/scripts/amd/package_triton_wheel.sh' 2024-12-17T23:31:29.9809318Z removed directory 'pytorch-release_2.6/.github/scripts/amd' 2024-12-17T23:31:29.9810124Z removed 'pytorch-release_2.6/.github/scripts/test_label_utils.py' 2024-12-17T23:31:29.9811170Z removed 'pytorch-release_2.6/.github/scripts/gitutils.py' 2024-12-17T23:31:29.9811929Z removed 'pytorch-release_2.6/.github/scripts/delete_old_branches.py' 2024-12-17T23:31:29.9812825Z removed 'pytorch-release_2.6/.github/scripts/update_runner_determinator.py' 2024-12-17T23:31:29.9813820Z removed 'pytorch-release_2.6/.github/scripts/cherry_pick.py' 2024-12-17T23:31:29.9814673Z removed 'pytorch-release_2.6/.github/scripts/gql_mocks.json.gz' 2024-12-17T23:31:29.9815556Z removed 'pytorch-release_2.6/.github/scripts/test_check_labels.py' 2024-12-17T23:31:29.9816661Z removed 'pytorch-release_2.6/.github/scripts/report_git_status.sh' 2024-12-17T23:31:29.9817481Z removed 'pytorch-release_2.6/.github/scripts/drci_mocks.json.gz' 2024-12-17T23:31:29.9818463Z removed 'pytorch-release_2.6/.github/scripts/generate_pytorch_version.py' 2024-12-17T23:31:29.9819550Z removed 'pytorch-release_2.6/.github/scripts/td_llm_indexer.sh' 2024-12-17T23:31:29.9820606Z removed 'pytorch-release_2.6/.github/scripts/convert_lintrunner_annotations_to_github.py' 2024-12-17T23:31:29.9821554Z removed 'pytorch-release_2.6/.github/scripts/check_labels.py' 2024-12-17T23:31:29.9822427Z removed 'pytorch-release_2.6/.github/scripts/README.md' 2024-12-17T23:31:29.9823337Z removed 'pytorch-release_2.6/.github/scripts/docathon-label-sync.py' 2024-12-17T23:31:29.9824414Z removed 'pytorch-release_2.6/.github/scripts/s390x-ci/self-hosted-builder/actions-runner@.service' 2024-12-17T23:31:29.9825804Z removed 'pytorch-release_2.6/.github/scripts/s390x-ci/self-hosted-builder/fs/usr/bin/actions-runner' 2024-12-17T23:31:29.9826972Z removed 'pytorch-release_2.6/.github/scripts/s390x-ci/self-hosted-builder/fs/usr/bin/entrypoint' 2024-12-17T23:31:29.9828112Z removed directory 'pytorch-release_2.6/.github/scripts/s390x-ci/self-hosted-builder/fs/usr/bin' 2024-12-17T23:31:29.9829282Z removed directory 'pytorch-release_2.6/.github/scripts/s390x-ci/self-hosted-builder/fs/usr' 2024-12-17T23:31:29.9830367Z removed directory 'pytorch-release_2.6/.github/scripts/s390x-ci/self-hosted-builder/fs' 2024-12-17T23:31:29.9831614Z removed 'pytorch-release_2.6/.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile' 2024-12-17T23:31:29.9833146Z removed 'pytorch-release_2.6/.github/scripts/s390x-ci/self-hosted-builder/qemu-user-static.service' 2024-12-17T23:31:29.9834391Z removed 'pytorch-release_2.6/.github/scripts/s390x-ci/self-hosted-builder/helpers/gh_cat_token.sh' 2024-12-17T23:31:29.9849577Z removed 'pytorch-release_2.6/.github/scripts/s390x-ci/self-hosted-builder/helpers/app_token.sh' 2024-12-17T23:31:29.9851045Z removed 'pytorch-release_2.6/.github/scripts/s390x-ci/self-hosted-builder/helpers/gh_token_generator.sh' 2024-12-17T23:31:29.9852138Z removed directory 'pytorch-release_2.6/.github/scripts/s390x-ci/self-hosted-builder/helpers' 2024-12-17T23:31:29.9852942Z removed directory 'pytorch-release_2.6/.github/scripts/s390x-ci/self-hosted-builder' 2024-12-17T23:31:29.9853812Z removed 'pytorch-release_2.6/.github/scripts/s390x-ci/README.md' 2024-12-17T23:31:29.9854462Z removed directory 'pytorch-release_2.6/.github/scripts/s390x-ci' 2024-12-17T23:31:29.9860980Z find: ‘pytorch-release_2.6/.github’: No such file or directory 2024-12-17T23:31:29.9900838Z removed 'pytorch-release_2.6/.github/scripts/get_aws_session_tokens.py' 2024-12-17T23:31:29.9901808Z removed 'pytorch-release_2.6/.github/scripts/parse_ref.py' 2024-12-17T23:31:29.9902444Z removed 'pytorch-release_2.6/.github/scripts/build_triton_wheel.py' 2024-12-17T23:31:29.9902979Z removed 'pytorch-release_2.6/.github/scripts/lint_native_functions.py' 2024-12-17T23:31:29.9903440Z removed 'pytorch-release_2.6/.github/scripts/windows/build_magma.bat' 2024-12-17T23:31:29.9904054Z removed 'pytorch-release_2.6/.github/scripts/windows/cuda_install.bat' 2024-12-17T23:31:29.9904547Z removed directory 'pytorch-release_2.6/.github/scripts/windows' 2024-12-17T23:31:29.9904983Z removed 'pytorch-release_2.6/.github/scripts/rockset_mocks.json.gz' 2024-12-17T23:31:29.9905645Z removed 'pytorch-release_2.6/.github/scripts/close_nonexistent_disable_issues.py' 2024-12-17T23:31:29.9906201Z removed 'pytorch-release_2.6/.github/scripts/collect_ciflow_labels.py' 2024-12-17T23:31:29.9906793Z removed 'pytorch-release_2.6/.github/scripts/test_pytest_caching_utils.py' 2024-12-17T23:31:29.9907314Z removed 'pytorch-release_2.6/.github/scripts/generate_binary_build_matrix.py' 2024-12-17T23:31:29.9907808Z removed 'pytorch-release_2.6/.github/scripts/label_utils.py' 2024-12-17T23:31:29.9908335Z removed 'pytorch-release_2.6/.github/scripts/trymerge_explainer.py' 2024-12-17T23:31:29.9908867Z removed 'pytorch-release_2.6/.github/scripts/test_filter_test_configs.py' 2024-12-17T23:31:29.9909362Z removed 'pytorch-release_2.6/.github/scripts/test_tryrebase.py' 2024-12-17T23:31:29.9909883Z removed 'pytorch-release_2.6/.github/scripts/lintrunner.sh' 2024-12-17T23:31:29.9910455Z removed 'pytorch-release_2.6/.github/scripts/file_io_utils.py' 2024-12-17T23:31:29.9911213Z removed 'pytorch-release_2.6/.github/scripts/tag_docker_images_for_release.py' 2024-12-17T23:31:29.9912021Z removed 'pytorch-release_2.6/.github/scripts/upload_aws_ossci.sh' 2024-12-17T23:31:29.9912868Z removed 'pytorch-release_2.6/.github/scripts/kill_active_ssh_sessions.ps1' 2024-12-17T23:31:29.9913691Z removed directory 'pytorch-release_2.6/.github/scripts' 2024-12-17T23:31:29.9914533Z removed 'pytorch-release_2.6/.github/requirements-gha-cache.txt' 2024-12-17T23:31:29.9915372Z removed 'pytorch-release_2.6/.github/ci_commit_pins/multipy.txt' 2024-12-17T23:31:29.9916409Z removed 'pytorch-release_2.6/.github/ci_commit_pins/text.txt' 2024-12-17T23:31:29.9917291Z removed 'pytorch-release_2.6/.github/ci_commit_pins/torchrec.txt' 2024-12-17T23:31:29.9918105Z removed 'pytorch-release_2.6/.github/ci_commit_pins/vision.txt' 2024-12-17T23:31:29.9918845Z removed 'pytorch-release_2.6/.github/ci_commit_pins/xla.txt' 2024-12-17T23:31:29.9919686Z removed 'pytorch-release_2.6/.github/ci_commit_pins/fbgemm.txt' 2024-12-17T23:31:29.9920487Z removed 'pytorch-release_2.6/.github/ci_commit_pins/triton.txt' 2024-12-17T23:31:29.9920961Z removed 'pytorch-release_2.6/.github/ci_commit_pins/data.txt' 2024-12-17T23:31:29.9921889Z removed 'pytorch-release_2.6/.github/ci_commit_pins/torchbench.txt' 2024-12-17T23:31:29.9922416Z removed 'pytorch-release_2.6/.github/ci_commit_pins/audio.txt' 2024-12-17T23:31:29.9922861Z removed 'pytorch-release_2.6/.github/ci_commit_pins/torchao.txt' 2024-12-17T23:31:29.9923364Z removed directory 'pytorch-release_2.6/.github/ci_commit_pins' 2024-12-17T23:31:29.9923834Z removed 'pytorch-release_2.6/.github/PULL_REQUEST_TEMPLATE.md' 2024-12-17T23:31:29.9924230Z removed 'pytorch-release_2.6/.github/labeler.yml' 2024-12-17T23:31:29.9924763Z removed 'pytorch-release_2.6/.github/actions/download-build-artifacts/action.yml' 2024-12-17T23:31:29.9925365Z removed directory 'pytorch-release_2.6/.github/actions/download-build-artifacts' 2024-12-17T23:31:29.9926122Z removed 'pytorch-release_2.6/.github/actions/upload-test-artifacts/action.yml' 2024-12-17T23:31:29.9926724Z removed directory 'pytorch-release_2.6/.github/actions/upload-test-artifacts' 2024-12-17T23:31:29.9927452Z removed 'pytorch-release_2.6/.github/actions/setup-linux/action.yml' 2024-12-17T23:31:29.9927954Z removed directory 'pytorch-release_2.6/.github/actions/setup-linux' 2024-12-17T23:31:29.9928497Z removed 'pytorch-release_2.6/.github/actions/pytest-cache-upload/action.yml' 2024-12-17T23:31:29.9929094Z removed directory 'pytorch-release_2.6/.github/actions/pytest-cache-upload' 2024-12-17T23:31:29.9929627Z removed 'pytorch-release_2.6/.github/actions/teardown-rocm/action.yml' 2024-12-17T23:31:29.9930145Z removed directory 'pytorch-release_2.6/.github/actions/teardown-rocm' 2024-12-17T23:31:29.9930679Z removed 'pytorch-release_2.6/.github/actions/teardown-win/action.yml' 2024-12-17T23:31:29.9931168Z removed directory 'pytorch-release_2.6/.github/actions/teardown-win' 2024-12-17T23:31:29.9931845Z removed 'pytorch-release_2.6/.github/actions/upload-sccache-stats/action.yml' 2024-12-17T23:31:29.9932360Z removed directory 'pytorch-release_2.6/.github/actions/upload-sccache-stats' 2024-12-17T23:31:29.9932904Z removed 'pytorch-release_2.6/.github/actions/test-pytorch-binary/action.yml' 2024-12-17T23:31:29.9933597Z removed directory 'pytorch-release_2.6/.github/actions/test-pytorch-binary' 2024-12-17T23:31:29.9934304Z removed 'pytorch-release_2.6/.github/actions/chown-workspace/action.yml' 2024-12-17T23:31:29.9934947Z removed directory 'pytorch-release_2.6/.github/actions/chown-workspace' 2024-12-17T23:31:29.9935972Z removed 'pytorch-release_2.6/.github/actions/setup-rocm/action.yml' 2024-12-17T23:31:29.9936782Z removed directory 'pytorch-release_2.6/.github/actions/setup-rocm' 2024-12-17T23:31:29.9937541Z removed 'pytorch-release_2.6/.github/actions/pytest-cache-download/action.yml' 2024-12-17T23:31:29.9938216Z removed directory 'pytorch-release_2.6/.github/actions/pytest-cache-download' 2024-12-17T23:31:29.9938739Z removed 'pytorch-release_2.6/.github/actions/get-workflow-job-id/action.yml' 2024-12-17T23:31:29.9939291Z removed directory 'pytorch-release_2.6/.github/actions/get-workflow-job-id' 2024-12-17T23:31:29.9939895Z removed 'pytorch-release_2.6/.github/actions/checkout-pytorch/action.yml' 2024-12-17T23:31:29.9940416Z removed directory 'pytorch-release_2.6/.github/actions/checkout-pytorch' 2024-12-17T23:31:29.9940923Z removed 'pytorch-release_2.6/.github/actions/diskspace-cleanup/action.yml' 2024-12-17T23:31:29.9941518Z removed directory 'pytorch-release_2.6/.github/actions/diskspace-cleanup' 2024-12-17T23:31:29.9942038Z removed 'pytorch-release_2.6/.github/actions/build-android/action.yml' 2024-12-17T23:31:29.9942514Z removed directory 'pytorch-release_2.6/.github/actions/build-android' 2024-12-17T23:31:29.9943067Z removed 'pytorch-release_2.6/.github/actions/linux-test/action.yml' 2024-12-17T23:31:29.9943564Z removed directory 'pytorch-release_2.6/.github/actions/linux-test' 2024-12-17T23:31:29.9944021Z removed 'pytorch-release_2.6/.github/actions/setup-win/action.yml' 2024-12-17T23:31:29.9944558Z removed directory 'pytorch-release_2.6/.github/actions/setup-win' 2024-12-17T23:31:29.9945090Z removed 'pytorch-release_2.6/.github/actions/filter-test-configs/action.yml' 2024-12-17T23:31:29.9945620Z removed directory 'pytorch-release_2.6/.github/actions/filter-test-configs' 2024-12-17T23:31:29.9946181Z removed 'pytorch-release_2.6/.github/actions/teardown-xpu/action.yml' 2024-12-17T23:31:29.9946684Z removed directory 'pytorch-release_2.6/.github/actions/teardown-xpu' 2024-12-17T23:31:29.9947148Z removed 'pytorch-release_2.6/.github/actions/setup-xpu/action.yml' 2024-12-17T23:31:29.9947663Z removed directory 'pytorch-release_2.6/.github/actions/setup-xpu' 2024-12-17T23:31:29.9948207Z removed 'pytorch-release_2.6/.github/actions/download-td-artifacts/action.yml' 2024-12-17T23:31:29.9948755Z removed directory 'pytorch-release_2.6/.github/actions/download-td-artifacts' 2024-12-17T23:31:29.9949288Z removed directory 'pytorch-release_2.6/.github/actions' 2024-12-17T23:31:29.9949883Z removed 'pytorch-release_2.6/.github/pytorch-probot.yml' 2024-12-17T23:31:29.9950604Z removed 'pytorch-release_2.6/.github/merge_rules.yaml' 2024-12-17T23:31:29.9951190Z removed 'pytorch-release_2.6/.github/auto_request_review.yml' 2024-12-17T23:31:29.9951905Z removed 'pytorch-release_2.6/.github/ISSUE_TEMPLATE/disable-ci-jobs.md' 2024-12-17T23:31:29.9952752Z removed 'pytorch-release_2.6/.github/ISSUE_TEMPLATE/bug-report.yml' 2024-12-17T23:31:29.9953717Z removed 'pytorch-release_2.6/.github/ISSUE_TEMPLATE/ci-sev.md' 2024-12-17T23:31:29.9954492Z removed 'pytorch-release_2.6/.github/ISSUE_TEMPLATE/feature-request.yml' 2024-12-17T23:31:29.9955286Z removed 'pytorch-release_2.6/.github/ISSUE_TEMPLATE/config.yml' 2024-12-17T23:31:29.9956506Z removed 'pytorch-release_2.6/.github/ISSUE_TEMPLATE/documentation.yml' 2024-12-17T23:31:29.9957334Z removed 'pytorch-release_2.6/.github/ISSUE_TEMPLATE/pt2-bug-report.yml' 2024-12-17T23:31:29.9957932Z removed directory 'pytorch-release_2.6/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:29.9958559Z removed 'pytorch-release_2.6/.github/requirements/conda-env-Linux-X64.txt' 2024-12-17T23:31:29.9959100Z removed 'pytorch-release_2.6/.github/requirements/conda-env-macOS-ARM64' 2024-12-17T23:31:29.9959639Z removed 'pytorch-release_2.6/.github/requirements/pip-requirements-macOS.txt' 2024-12-17T23:31:29.9960269Z removed 'pytorch-release_2.6/.github/requirements/pip-requirements-iOS.txt' 2024-12-17T23:31:29.9960731Z removed 'pytorch-release_2.6/.github/requirements/README.md' 2024-12-17T23:31:29.9961234Z removed 'pytorch-release_2.6/.github/requirements/regenerate-requirements.txt' 2024-12-17T23:31:29.9961839Z removed 'pytorch-release_2.6/.github/requirements/conda-env-iOS.txt' 2024-12-17T23:31:29.9962330Z removed directory 'pytorch-release_2.6/.github/requirements' 2024-12-17T23:31:29.9962706Z removed 'pytorch-release_2.6/.github/actionlint.yaml' 2024-12-17T23:31:29.9963249Z removed 'pytorch-release_2.6/.github/workflows/_binary-build-linux.yml' 2024-12-17T23:31:29.9963804Z removed 'pytorch-release_2.6/.github/workflows/check_mergeability_ghstack.yml' 2024-12-17T23:31:29.9964291Z removed 'pytorch-release_2.6/.github/workflows/inductor-periodic.yml' 2024-12-17T23:31:29.9964866Z removed 'pytorch-release_2.6/.github/workflows/linux-aarch64.yml' 2024-12-17T23:31:29.9965393Z removed 'pytorch-release_2.6/.github/workflows/build-almalinux-images.yml' 2024-12-17T23:31:29.9965830Z removed 'pytorch-release_2.6/.github/workflows/periodic.yml' 2024-12-17T23:31:29.9966487Z removed 'pytorch-release_2.6/.github/workflows/generated-windows-binary-libtorch-release-main.yml' 2024-12-17T23:31:29.9967116Z removed 'pytorch-release_2.6/.github/workflows/unstable-periodic.yml' 2024-12-17T23:31:29.9967530Z removed 'pytorch-release_2.6/.github/workflows/weekly.yml' 2024-12-17T23:31:29.9968086Z removed 'pytorch-release_2.6/.github/workflows/update_pytorch_labels.yml' 2024-12-17T23:31:29.9968576Z removed 'pytorch-release_2.6/.github/workflows/pull.yml' 2024-12-17T23:31:29.9969092Z removed 'pytorch-release_2.6/.github/workflows/target_determination.yml' 2024-12-17T23:31:29.9969575Z removed 'pytorch-release_2.6/.github/workflows/llm_td_retrieval.yml' 2024-12-17T23:31:29.9970049Z removed 'pytorch-release_2.6/.github/workflows/s390.yml' 2024-12-17T23:31:29.9970580Z removed 'pytorch-release_2.6/.github/workflows/lint-autoformat.yml' 2024-12-17T23:31:29.9971275Z removed 'pytorch-release_2.6/.github/workflows/_rocm-test.yml' 2024-12-17T23:31:29.9971742Z removed 'pytorch-release_2.6/.github/workflows/tryrebase.yml' 2024-12-17T23:31:29.9972697Z removed 'pytorch-release_2.6/.github/workflows/close-nonexistent-disable-issues.yml' 2024-12-17T23:31:29.9973600Z removed 'pytorch-release_2.6/.github/workflows/lint-bc.yml' 2024-12-17T23:31:29.9974125Z removed 'pytorch-release_2.6/.github/workflows/build-manywheel-images.yml' 2024-12-17T23:31:29.9974735Z removed 'pytorch-release_2.6/.github/workflows/inductor-micro-benchmark-x86.yml' 2024-12-17T23:31:29.9975266Z removed 'pytorch-release_2.6/.github/workflows/inductor-rocm.yml' 2024-12-17T23:31:29.9975894Z removed 'pytorch-release_2.6/.github/workflows/trunk.yml' 2024-12-17T23:31:29.9976593Z removed 'pytorch-release_2.6/.github/workflows/inductor-perf-compare.yml' 2024-12-17T23:31:29.9977184Z removed 'pytorch-release_2.6/.github/workflows/upload-torch-dynamo-perf-stats.yml' 2024-12-17T23:31:29.9977663Z removed 'pytorch-release_2.6/.github/workflows/trymerge.yml' 2024-12-17T23:31:29.9978172Z removed 'pytorch-release_2.6/.github/workflows/nightly.yml' 2024-12-17T23:31:29.9978652Z removed 'pytorch-release_2.6/.github/workflows/_binary-upload.yml' 2024-12-17T23:31:29.9979235Z removed 'pytorch-release_2.6/.github/workflows/generated-linux-binary-libtorch-cxx11-abi-nightly.yml' 2024-12-17T23:31:29.9979926Z removed 'pytorch-release_2.6/.github/workflows/build-magma-linux.yml' 2024-12-17T23:31:29.9980478Z removed 'pytorch-release_2.6/.github/workflows/runner-determinator-validator.yml' 2024-12-17T23:31:29.9980977Z removed 'pytorch-release_2.6/.github/workflows/torchbench.yml' 2024-12-17T23:31:29.9981488Z removed 'pytorch-release_2.6/.github/workflows/_linux-build.yml' 2024-12-17T23:31:29.9981960Z removed 'pytorch-release_2.6/.github/workflows/xpu.yml' 2024-12-17T23:31:29.9982380Z removed 'pytorch-release_2.6/.github/workflows/cherry-pick.yml' 2024-12-17T23:31:29.9982900Z removed 'pytorch-release_2.6/.github/workflows/docker-builds.yml' 2024-12-17T23:31:29.9983412Z removed 'pytorch-release_2.6/.github/workflows/_runner-determinator.yml' 2024-12-17T23:31:29.9983905Z removed 'pytorch-release_2.6/.github/workflows/mac-mps.yml' 2024-12-17T23:31:29.9984344Z removed 'pytorch-release_2.6/.github/workflows/lint.yml' 2024-12-17T23:31:29.9984858Z removed 'pytorch-release_2.6/.github/workflows/runner_determinator_script_sync.yaml' 2024-12-17T23:31:29.9985397Z removed 'pytorch-release_2.6/.github/workflows/_xpu-test.yml' 2024-12-17T23:31:29.9985852Z removed 'pytorch-release_2.6/.github/workflows/inductor.yml' 2024-12-17T23:31:29.9986352Z removed 'pytorch-release_2.6/.github/workflows/upload-test-stats.yml' 2024-12-17T23:31:29.9987090Z removed 'pytorch-release_2.6/.github/workflows/build-magma-windows.yml' 2024-12-17T23:31:29.9987667Z removed 'pytorch-release_2.6/.github/workflows/docker-release.yml' 2024-12-17T23:31:29.9988675Z removed 'pytorch-release_2.6/.github/workflows/generated-linux-binary-libtorch-cxx11-abi-main.yml' 2024-12-17T23:31:29.9989964Z removed 'pytorch-release_2.6/.github/workflows/generated-linux-aarch64-binary-manywheel-nightly.yml' 2024-12-17T23:31:29.9991014Z removed 'pytorch-release_2.6/.github/workflows/revert.yml' 2024-12-17T23:31:29.9991921Z removed 'pytorch-release_2.6/.github/workflows/inductor-perf-test-nightly.yml' 2024-12-17T23:31:29.9993024Z removed 'pytorch-release_2.6/.github/workflows/generated-linux-binary-libtorch-pre-cxx11-main.yml' 2024-12-17T23:31:29.9994306Z removed 'pytorch-release_2.6/.github/workflows/generated-linux-binary-manywheel-main.yml' 2024-12-17T23:31:29.9995179Z removed 'pytorch-release_2.6/.github/workflows/_win-test.yml' 2024-12-17T23:31:29.9995945Z removed 'pytorch-release_2.6/.github/workflows/update-viablestrict.yml' 2024-12-17T23:31:29.9996818Z removed 'pytorch-release_2.6/.github/workflows/inductor-micro-benchmark.yml' 2024-12-17T23:31:29.9997301Z removed 'pytorch-release_2.6/.github/workflows/_mac-build.yml' 2024-12-17T23:31:29.9997917Z removed 'pytorch-release_2.6/.github/workflows/build-manywheel-images-s390x.yml' 2024-12-17T23:31:29.9998640Z removed 'pytorch-release_2.6/.github/workflows/generated-linux-binary-manywheel-nightly.yml' 2024-12-17T23:31:29.9999177Z removed 'pytorch-release_2.6/.github/workflows/scorecards.yml' 2024-12-17T23:31:29.9999622Z removed 'pytorch-release_2.6/.github/workflows/slow.yml' 2024-12-17T23:31:30.0000205Z removed 'pytorch-release_2.6/.github/workflows/upload-test-stats-while-running.yml' 2024-12-17T23:31:30.0000833Z removed 'pytorch-release_2.6/.github/workflows/build-libtorch-images.yml' 2024-12-17T23:31:30.0001474Z removed 'pytorch-release_2.6/.github/workflows/nightly-s3-uploads.yml' 2024-12-17T23:31:30.0002259Z removed 'pytorch-release_2.6/.github/workflows/build-triton-wheel.yml' 2024-12-17T23:31:30.0002960Z removed 'pytorch-release_2.6/.github/workflows/inductor-perf-test-nightly-aarch64.yml' 2024-12-17T23:31:30.0003472Z removed 'pytorch-release_2.6/.github/workflows/unstable.yml' 2024-12-17T23:31:30.0003978Z removed 'pytorch-release_2.6/.github/workflows/_mac-test.yml' 2024-12-17T23:31:30.0004542Z removed 'pytorch-release_2.6/.github/workflows/generated-macos-arm64-binary-wheel-nightly.yml' 2024-12-17T23:31:30.0005112Z removed 'pytorch-release_2.6/.github/workflows/inductor-unittest.yml' 2024-12-17T23:31:30.0005634Z removed 'pytorch-release_2.6/.github/workflows/_docs.yml' 2024-12-17T23:31:30.0006085Z removed 'pytorch-release_2.6/.github/workflows/_win-build.yml' 2024-12-17T23:31:30.0006637Z removed 'pytorch-release_2.6/.github/workflows/generated-windows-binary-libtorch-release-nightly.yml' 2024-12-17T23:31:30.0007314Z removed 'pytorch-release_2.6/.github/workflows/check-labels.yml' 2024-12-17T23:31:30.0007817Z removed 'pytorch-release_2.6/.github/workflows/auto_request_review.yml' 2024-12-17T23:31:30.0008266Z removed 'pytorch-release_2.6/.github/workflows/rocm.yml' 2024-12-17T23:31:30.0008820Z removed 'pytorch-release_2.6/.github/workflows/docathon-sync-label.yml' 2024-12-17T23:31:30.0009339Z removed 'pytorch-release_2.6/.github/workflows/create_release.yml' 2024-12-17T23:31:30.0010048Z removed 'pytorch-release_2.6/.github/workflows/nitpicker.yml' 2024-12-17T23:31:30.0010614Z removed 'pytorch-release_2.6/.github/workflows/delete_old_branches.yml' 2024-12-17T23:31:30.0011538Z removed 'pytorch-release_2.6/.github/workflows/upload_test_stats_intermediate.yml' 2024-12-17T23:31:30.0012522Z removed 'pytorch-release_2.6/.github/workflows/inductor-perf-test-nightly-x86.yml' 2024-12-17T23:31:30.0013381Z removed 'pytorch-release_2.6/.github/workflows/assigntome-docathon.yml' 2024-12-17T23:31:30.0014042Z removed 'pytorch-release_2.6/.github/workflows/generated-windows-binary-libtorch-debug-nightly.yml' 2024-12-17T23:31:30.0014703Z removed 'pytorch-release_2.6/.github/workflows/inductor-perf-test-nightly-macos.yml' 2024-12-17T23:31:30.0015504Z removed 'pytorch-release_2.6/.github/workflows/generated-macos-arm64-binary-libtorch-cxx11-abi-nightly.yml' 2024-12-17T23:31:30.0016223Z removed 'pytorch-release_2.6/.github/workflows/generated-linux-s390x-binary-manywheel-nightly.yml' 2024-12-17T23:31:30.0017122Z removed 'pytorch-release_2.6/.github/workflows/generated-windows-binary-libtorch-debug-main.yml' 2024-12-17T23:31:30.0017864Z removed 'pytorch-release_2.6/.github/workflows/generated-linux-binary-libtorch-pre-cxx11-nightly.yml' 2024-12-17T23:31:30.0018463Z removed 'pytorch-release_2.6/.github/workflows/_binary-test-linux.yml' 2024-12-17T23:31:30.0019094Z removed 'pytorch-release_2.6/.github/workflows/generated-windows-binary-wheel-nightly.yml' 2024-12-17T23:31:30.0019707Z removed 'pytorch-release_2.6/.github/workflows/_bazel-build-test.yml' 2024-12-17T23:31:30.0020172Z removed 'pytorch-release_2.6/.github/workflows/stale.yml' 2024-12-17T23:31:30.0020644Z removed 'pytorch-release_2.6/.github/workflows/_mac-test-mps.yml' 2024-12-17T23:31:30.0021213Z removed 'pytorch-release_2.6/.github/workflows/target-determination-indexer.yml' 2024-12-17T23:31:30.0021733Z removed 'pytorch-release_2.6/.github/workflows/_linux-test.yml' 2024-12-17T23:31:30.0022205Z removed directory 'pytorch-release_2.6/.github/workflows' 2024-12-17T23:31:30.0022719Z removed 'pytorch-release_2.6/.github/templates/macos_binary_build_workflow.yml.j2' 2024-12-17T23:31:30.0023299Z removed 'pytorch-release_2.6/.github/templates/windows_binary_build_workflow.yml.j2' 2024-12-17T23:31:30.0023846Z removed 'pytorch-release_2.6/.github/templates/upload.yml.j2' 2024-12-17T23:31:30.0024368Z removed 'pytorch-release_2.6/.github/templates/linux_binary_build_workflow.yml.j2' 2024-12-17T23:31:30.0024871Z removed 'pytorch-release_2.6/.github/templates/common.yml.j2' 2024-12-17T23:31:30.0025329Z removed directory 'pytorch-release_2.6/.github/templates' 2024-12-17T23:31:30.0025898Z removed directory 'pytorch-release_2.6/.github' 2024-12-17T23:31:30.0026598Z removed 'pytorch-release_2.6/third_party/FP16/.gitignore' 2024-12-17T23:31:30.0027506Z removed 'pytorch-release_2.6/third_party/FP16/.git' 2024-12-17T23:31:30.0027923Z removed 'pytorch-release_2.6/third_party/nccl/nccl/.gitignore' 2024-12-17T23:31:30.0028426Z removed 'pytorch-release_2.6/third_party/nccl/nccl/pkg/debian/.gitignore' 2024-12-17T23:31:30.0028993Z removed 'pytorch-release_2.6/third_party/nccl/nccl/.git' 2024-12-17T23:31:30.0029420Z removed 'pytorch-release_2.6/third_party/mimalloc/.gitattributes' 2024-12-17T23:31:30.0029864Z removed 'pytorch-release_2.6/third_party/mimalloc/.gitignore' 2024-12-17T23:31:30.0030379Z removed 'pytorch-release_2.6/third_party/mimalloc/.git' 2024-12-17T23:31:30.0030784Z removed 'pytorch-release_2.6/third_party/kineto/.gitmodules' 2024-12-17T23:31:30.0043313Z removed 'pytorch-release_2.6/third_party/kineto/.gitignore' 2024-12-17T23:31:30.0067846Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/.gitmodules' 2024-12-17T23:31:30.0087362Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/.gitignore' 2024-12-17T23:31:30.0107655Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/.github/workflows/dynolog-ci.yml' 2024-12-17T23:31:30.0108935Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/.github/workflows' 2024-12-17T23:31:30.0110173Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/.github' 2024-12-17T23:31:30.0111786Z find: ‘pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/.github’: No such file or directory 2024-12-17T23:31:30.0133995Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.gitignore' 2024-12-17T23:31:30.0166672Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/SECURITY.md' 2024-12-17T23:31:30.0168382Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/CONTRIBUTING.md' 2024-12-17T23:31:30.0169875Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/FUNDING.yml' 2024-12-17T23:31:30.0171230Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/config.yml' 2024-12-17T23:31:30.0172556Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/PULL_REQUEST_TEMPLATE.md' 2024-12-17T23:31:30.0173532Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/ISSUE_TEMPLATE/config.yml' 2024-12-17T23:31:30.0174468Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/ISSUE_TEMPLATE/Bug_report.md' 2024-12-17T23:31:30.0175419Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.0176299Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/CODEOWNERS' 2024-12-17T23:31:30.0177124Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/workflows/windows.yml' 2024-12-17T23:31:30.0178004Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/workflows/macos.yml' 2024-12-17T23:31:30.0178933Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/workflows/codeql-analysis.yml' 2024-12-17T23:31:30.0179818Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/workflows/ubuntu.yml' 2024-12-17T23:31:30.0180733Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/workflows' 2024-12-17T23:31:30.0181691Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/stale.yml' 2024-12-17T23:31:30.0182727Z find: ‘pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github’: No such file or directory 2024-12-17T23:31:30.0183797Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github' 2024-12-17T23:31:30.0185130Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.git' 2024-12-17T23:31:30.0204526Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.gitignore' 2024-12-17T23:31:30.0224898Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/dependabot.yml' 2024-12-17T23:31:30.0226201Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/ISSUE_TEMPLATE/feature_request.md' 2024-12-17T23:31:30.0227805Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/ISSUE_TEMPLATE/bug_report.md' 2024-12-17T23:31:30.0228715Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.0229627Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/workflows/clang-format.yml' 2024-12-17T23:31:30.0230559Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/workflows/build-deb.yml' 2024-12-17T23:31:30.0231438Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/workflows/cppcheck.yml' 2024-12-17T23:31:30.0232253Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/workflows/ci.yml' 2024-12-17T23:31:30.0233162Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/workflows/codeql-analysis.yml' 2024-12-17T23:31:30.0234065Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/workflows/clang-tidy.yml' 2024-12-17T23:31:30.0234941Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/workflows' 2024-12-17T23:31:30.0236545Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github' 2024-12-17T23:31:30.0237731Z find: ‘pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github’: No such file or directory 2024-12-17T23:31:30.0241360Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.git' 2024-12-17T23:31:30.0258441Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/.gitmodules' 2024-12-17T23:31:30.0274376Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/.gitattributes' 2024-12-17T23:31:30.0290575Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/.gitignore' 2024-12-17T23:31:30.0307204Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc/.git' 2024-12-17T23:31:30.0323782Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/.git' 2024-12-17T23:31:30.0342135Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt/test/fuzzing/.gitignore' 2024-12-17T23:31:30.0359606Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt/.gitignore' 2024-12-17T23:31:30.0378574Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt/.github/pull_request_template.md' 2024-12-17T23:31:30.0379809Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt/.github' 2024-12-17T23:31:30.0382092Z find: ‘pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt/.github’: No such file or directory 2024-12-17T23:31:30.0395149Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt/.git' 2024-12-17T23:31:30.0417809Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM/.gitattributes' 2024-12-17T23:31:30.0445995Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM/.gitignore' 2024-12-17T23:31:30.0475366Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM/.git' 2024-12-17T23:31:30.0495439Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs/.gitignore' 2024-12-17T23:31:30.0513746Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs/.github/workflows/cmake.yml' 2024-12-17T23:31:30.0515302Z find: ‘pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs/.github’: No such file or directory 2024-12-17T23:31:30.0516870Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs/.github/workflows' 2024-12-17T23:31:30.0518356Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs/.github' 2024-12-17T23:31:30.0532144Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs/.git' 2024-12-17T23:31:30.0548127Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.gitattributes' 2024-12-17T23:31:30.0564065Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.gitignore' 2024-12-17T23:31:30.0585989Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.github/workflows/linux.yml' 2024-12-17T23:31:30.0587404Z find: ‘pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.github’: No such file or directory 2024-12-17T23:31:30.0588422Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.github/workflows/android.yml' 2024-12-17T23:31:30.0589301Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.github/workflows/windows.yml' 2024-12-17T23:31:30.0590274Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.github/workflows/macos.yml' 2024-12-17T23:31:30.0591156Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.github/workflows' 2024-12-17T23:31:30.0591955Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.github' 2024-12-17T23:31:30.0602678Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.git' 2024-12-17T23:31:30.0620482Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.gitignore' 2024-12-17T23:31:30.0642435Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github/ISSUE_TEMPLATE/00-bug_report.md' 2024-12-17T23:31:30.0644651Z find: ‘pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github’: No such file or directory 2024-12-17T23:31:30.0645824Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github/ISSUE_TEMPLATE/10-feature_request.md' 2024-12-17T23:31:30.0647085Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github/ISSUE_TEMPLATE/config.yml' 2024-12-17T23:31:30.0648204Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.0649315Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github/workflows/gtest-ci.yml' 2024-12-17T23:31:30.0650596Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github/workflows' 2024-12-17T23:31:30.0651797Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github' 2024-12-17T23:31:30.0658641Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.git' 2024-12-17T23:31:30.0678238Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/dynolog/.git' 2024-12-17T23:31:30.0697608Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/test/fuzzing/.gitignore' 2024-12-17T23:31:30.0714173Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/.gitignore' 2024-12-17T23:31:30.0734158Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/.github/issue_template.md' 2024-12-17T23:31:30.0735226Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/.github/dependabot.yml' 2024-12-17T23:31:30.0736277Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/.github/pull_request_template.md' 2024-12-17T23:31:30.0737181Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/.github/workflows/linux.yml' 2024-12-17T23:31:30.0737919Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/.github/workflows/lint.yml' 2024-12-17T23:31:30.0738620Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/.github/workflows/windows.yml' 2024-12-17T23:31:30.0739410Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/.github/workflows/macos.yml' 2024-12-17T23:31:30.0740137Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/.github/workflows/cifuzz.yml' 2024-12-17T23:31:30.0740847Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/.github/workflows/scorecard.yml' 2024-12-17T23:31:30.0741610Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/.github/workflows/doc.yml' 2024-12-17T23:31:30.0742325Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/.github/workflows' 2024-12-17T23:31:30.0742972Z removed directory 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/.github' 2024-12-17T23:31:30.0743916Z find: ‘pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/.github’: No such file or directory 2024-12-17T23:31:30.0749993Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/fmt/.git' 2024-12-17T23:31:30.0768490Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/googletest/.gitignore' 2024-12-17T23:31:30.0788654Z removed 'pytorch-release_2.6/third_party/kineto/libkineto/third_party/googletest/.git' 2024-12-17T23:31:30.0811635Z removed 'pytorch-release_2.6/third_party/kineto/.github/workflows/libkineto_cuda.yml' 2024-12-17T23:31:30.0812564Z removed 'pytorch-release_2.6/third_party/kineto/.github/workflows/tb_plugin_build_pip_package.yml' 2024-12-17T23:31:30.0813902Z find: ‘pytorch-release_2.6/third_party/kineto/.github’: No such file or directory 2024-12-17T23:31:30.0814916Z removed 'pytorch-release_2.6/third_party/kineto/.github/workflows/tb_plugin_ci.yml' 2024-12-17T23:31:30.0815939Z removed directory 'pytorch-release_2.6/third_party/kineto/.github/workflows' 2024-12-17T23:31:30.0816641Z removed directory 'pytorch-release_2.6/third_party/kineto/.github' 2024-12-17T23:31:30.0829770Z removed 'pytorch-release_2.6/third_party/kineto/tb_plugin/.gitignore' 2024-12-17T23:31:30.0847951Z removed 'pytorch-release_2.6/third_party/kineto/tb_plugin/fe/.gitignore' 2024-12-17T23:31:30.0866447Z removed 'pytorch-release_2.6/third_party/kineto/.git' 2024-12-17T23:31:30.0884153Z removed 'pytorch-release_2.6/third_party/pocketfft/.git' 2024-12-17T23:31:30.0901938Z removed 'pytorch-release_2.6/third_party/pybind11/.gitattributes' 2024-12-17T23:31:30.0917787Z removed 'pytorch-release_2.6/third_party/pybind11/.gitignore' 2024-12-17T23:31:30.0943119Z removed 'pytorch-release_2.6/third_party/pybind11/.github/labeler_merged.yml' 2024-12-17T23:31:30.0944774Z removed 'pytorch-release_2.6/third_party/pybind11/.github/matchers/pylint.json' 2024-12-17T23:31:30.0945971Z removed directory 'pytorch-release_2.6/third_party/pybind11/.github/matchers' 2024-12-17T23:31:30.0946694Z removed 'pytorch-release_2.6/third_party/pybind11/.github/CONTRIBUTING.md' 2024-12-17T23:31:30.0947468Z removed 'pytorch-release_2.6/third_party/pybind11/.github/labeler.yml' 2024-12-17T23:31:30.0948141Z removed 'pytorch-release_2.6/third_party/pybind11/.github/dependabot.yml' 2024-12-17T23:31:30.0948814Z removed 'pytorch-release_2.6/third_party/pybind11/.github/pull_request_template.md' 2024-12-17T23:31:30.0949667Z removed 'pytorch-release_2.6/third_party/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml' 2024-12-17T23:31:30.0950471Z removed 'pytorch-release_2.6/third_party/pybind11/.github/ISSUE_TEMPLATE/config.yml' 2024-12-17T23:31:30.0951161Z removed directory 'pytorch-release_2.6/third_party/pybind11/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.0951810Z removed 'pytorch-release_2.6/third_party/pybind11/.github/CODEOWNERS' 2024-12-17T23:31:30.0952394Z removed 'pytorch-release_2.6/third_party/pybind11/.github/workflows/pip.yml' 2024-12-17T23:31:30.0952977Z removed 'pytorch-release_2.6/third_party/pybind11/.github/workflows/format.yml' 2024-12-17T23:31:30.0953643Z removed 'pytorch-release_2.6/third_party/pybind11/.github/workflows/emscripten.yaml' 2024-12-17T23:31:30.0954278Z removed 'pytorch-release_2.6/third_party/pybind11/.github/workflows/ci.yml' 2024-12-17T23:31:30.0954857Z removed 'pytorch-release_2.6/third_party/pybind11/.github/workflows/labeler.yml' 2024-12-17T23:31:30.0955976Z find: ‘pytorch-release_2.6/third_party/pybind11/.github’: No such file or directory 2024-12-17T23:31:30.0956629Z removed 'pytorch-release_2.6/third_party/pybind11/.github/workflows/configure.yml' 2024-12-17T23:31:30.0957243Z removed 'pytorch-release_2.6/third_party/pybind11/.github/workflows/upstream.yml' 2024-12-17T23:31:30.0957994Z removed directory 'pytorch-release_2.6/third_party/pybind11/.github/workflows' 2024-12-17T23:31:30.0958544Z removed directory 'pytorch-release_2.6/third_party/pybind11/.github' 2024-12-17T23:31:30.0961069Z removed 'pytorch-release_2.6/third_party/pybind11/.git' 2024-12-17T23:31:30.0978914Z removed 'pytorch-release_2.6/third_party/eigen/.gitlab-ci.yml' 2024-12-17T23:31:30.0995021Z removed 'pytorch-release_2.6/third_party/eigen/.gitignore' 2024-12-17T23:31:30.1030428Z removed 'pytorch-release_2.6/third_party/eigen/.gitlab/merge_request_templates/Merge Request Template.md' 2024-12-17T23:31:30.1031650Z removed directory 'pytorch-release_2.6/third_party/eigen/.gitlab/merge_request_templates' 2024-12-17T23:31:30.1032927Z removed 'pytorch-release_2.6/third_party/eigen/.gitlab/issue_templates/Bug Report.md' 2024-12-17T23:31:30.1034327Z removed 'pytorch-release_2.6/third_party/eigen/.gitlab/issue_templates/Feature Request.md' 2024-12-17T23:31:30.1035869Z removed directory 'pytorch-release_2.6/third_party/eigen/.gitlab/issue_templates' 2024-12-17T23:31:30.1036997Z removed directory 'pytorch-release_2.6/third_party/eigen/.gitlab' 2024-12-17T23:31:30.1038512Z find: ‘pytorch-release_2.6/third_party/eigen/.gitlab’: No such file or directory 2024-12-17T23:31:30.1059211Z removed 'pytorch-release_2.6/third_party/eigen/.git' 2024-12-17T23:31:30.1086161Z removed 'pytorch-release_2.6/third_party/ideep/.gitmodules' 2024-12-17T23:31:30.1101959Z removed 'pytorch-release_2.6/third_party/ideep/.gitignore' 2024-12-17T23:31:30.1120713Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.gitattributes' 2024-12-17T23:31:30.1136425Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.gitignore' 2024-12-17T23:31:30.1238604Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/automation/test.sh' 2024-12-17T23:31:30.1239714Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/automation/build.bat' 2024-12-17T23:31:30.1241434Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/automation/.azure-pipeline.yml' 2024-12-17T23:31:30.1242250Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/automation/build.sh' 2024-12-17T23:31:30.1243022Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/automation/env/qemu.sh' 2024-12-17T23:31:30.1243669Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/automation/env/clang.sh' 2024-12-17T23:31:30.1244296Z removed directory 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/automation/env' 2024-12-17T23:31:30.1244908Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/automation/.drone.yml' 2024-12-17T23:31:30.1245556Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/automation/test.bat' 2024-12-17T23:31:30.1246127Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/automation/clang-format.sh' 2024-12-17T23:31:30.1246752Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/automation/build_acl.sh' 2024-12-17T23:31:30.1247407Z removed directory 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/automation' 2024-12-17T23:31:30.1247975Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/dependabot.yml' 2024-12-17T23:31:30.1248572Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/pull_request_template.md' 2024-12-17T23:31:30.1249267Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/ISSUE_TEMPLATE/question.md' 2024-12-17T23:31:30.1250051Z find: ‘pytorch-release_2.6/third_party/ideep/mkl-dnn/.github’: No such file or directory 2024-12-17T23:31:30.1250693Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/ISSUE_TEMPLATE/feature_request.md' 2024-12-17T23:31:30.1251447Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/ISSUE_TEMPLATE/documentation.md' 2024-12-17T23:31:30.1252120Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/ISSUE_TEMPLATE/bug_report.md' 2024-12-17T23:31:30.1252718Z removed directory 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.1253358Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/CODEOWNERS' 2024-12-17T23:31:30.1253977Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/workflows/openssf-scorecard.yml' 2024-12-17T23:31:30.1254603Z removed directory 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github/workflows' 2024-12-17T23:31:30.1255495Z removed directory 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.github' 2024-12-17T23:31:30.1256024Z removed 'pytorch-release_2.6/third_party/ideep/mkl-dnn/.git' 2024-12-17T23:31:30.1271465Z removed 'pytorch-release_2.6/third_party/ideep/.git' 2024-12-17T23:31:30.1290801Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.gitmodules' 2024-12-17T23:31:30.1307931Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.gitattributes' 2024-12-17T23:31:30.1323869Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.gitignore' 2024-12-17T23:31:30.1367278Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/scripts/boost/.gitignore' 2024-12-17T23:31:30.1385414Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.gitattributes' 2024-12-17T23:31:30.1401326Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.gitignore' 2024-12-17T23:31:30.1444644Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.github/pull_request_template.md' 2024-12-17T23:31:30.1445889Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/02-request-an-update-to-an-existing-port.yml' 2024-12-17T23:31:30.1447469Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/04-request-a-feature-or-improvement.yml' 2024-12-17T23:31:30.1449155Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/05-other-type-of-bug-report.md' 2024-12-17T23:31:30.1450501Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/config.yml' 2024-12-17T23:31:30.1452095Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/01-request-a-new-port.yml' 2024-12-17T23:31:30.1453797Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/00-report-package-build-failure.yml' 2024-12-17T23:31:30.1455477Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/03-request-a-feature-or-improvement-to-a-port.yml' 2024-12-17T23:31:30.1457039Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.1458248Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.github/workflows/untrustedPR.yml' 2024-12-17T23:31:30.1459484Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.github/workflows/check_issues.yml' 2024-12-17T23:31:30.1460770Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.github/workflows/stale.yml' 2024-12-17T23:31:30.1461957Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.github/workflows' 2024-12-17T23:31:30.1462998Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.github' 2024-12-17T23:31:30.1606851Z find: ‘pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.github’: No such file or directory 2024-12-17T23:31:30.1933931Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/tools/vcpkg/.git' 2024-12-17T23:31:30.1956301Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/repository-settings.md' 2024-12-17T23:31:30.1957327Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/.codecov.yaml' 2024-12-17T23:31:30.1958412Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/dependabot.yml' 2024-12-17T23:31:30.1959560Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/pull_request_template.md' 2024-12-17T23:31:30.1960865Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/ISSUE_TEMPLATE/feature_request.md' 2024-12-17T23:31:30.1962182Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/ISSUE_TEMPLATE/bug_report.md' 2024-12-17T23:31:30.1963364Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.1964344Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/CODEOWNERS' 2024-12-17T23:31:30.1965398Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/workflows/dependencies_image.yml' 2024-12-17T23:31:30.1966530Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/workflows/benchmark.yml' 2024-12-17T23:31:30.1967563Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/workflows/ci.yml' 2024-12-17T23:31:30.1968888Z find: ‘pytorch-release_2.6/third_party/opentelemetry-cpp/.github’: No such file or directory 2024-12-17T23:31:30.1970011Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/workflows/codeql-analysis.yml' 2024-12-17T23:31:30.1971258Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/workflows/project_management_issue_open.yml' 2024-12-17T23:31:30.1972653Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/workflows/project_management_comment.yml' 2024-12-17T23:31:30.1973766Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/workflows/stale.yml' 2024-12-17T23:31:30.1974649Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github/workflows' 2024-12-17T23:31:30.1975509Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/.github' 2024-12-17T23:31:30.1999522Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/opentracing-cpp/.gitignore' 2024-12-17T23:31:30.2018320Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/opentracing-cpp/.git' 2024-12-17T23:31:30.2036792Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.gitignore' 2024-12-17T23:31:30.2059253Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/.libcxx-setup.sh' 2024-12-17T23:31:30.2060689Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/ISSUE_TEMPLATE/feature_request.md' 2024-12-17T23:31:30.2061897Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/ISSUE_TEMPLATE/bug_report.md' 2024-12-17T23:31:30.2062649Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.2063348Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/pylint.yml' 2024-12-17T23:31:30.2064054Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/test_bindings.yml' 2024-12-17T23:31:30.2064774Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/build-and-test.yml' 2024-12-17T23:31:30.2065653Z find: ‘pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github’: No such file or directory 2024-12-17T23:31:30.2066401Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/clang-format-lint.yml' 2024-12-17T23:31:30.2067193Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/build-and-test-perfcounters.yml' 2024-12-17T23:31:30.2067981Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/doxygen.yml' 2024-12-17T23:31:30.2068671Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/wheels.yml' 2024-12-17T23:31:30.2069348Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/sanitizer.yml' 2024-12-17T23:31:30.2070015Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/bazel.yml' 2024-12-17T23:31:30.2070694Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/clang-tidy.yml' 2024-12-17T23:31:30.2071370Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows' 2024-12-17T23:31:30.2072032Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github/install_bazel.sh' 2024-12-17T23:31:30.2072654Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.github' 2024-12-17T23:31:30.2075200Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/benchmark/.git' 2024-12-17T23:31:30.2102193Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.gitignore' 2024-12-17T23:31:30.2137873Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/SECURITY.md' 2024-12-17T23:31:30.2139278Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/external_ci/appveyor.yml' 2024-12-17T23:31:30.2140893Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/external_ci/.drone.yml' 2024-12-17T23:31:30.2142096Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/external_ci' 2024-12-17T23:31:30.2142933Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/CONTRIBUTING.md' 2024-12-17T23:31:30.2143592Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/FUNDING.yml' 2024-12-17T23:31:30.2144243Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/config.yml' 2024-12-17T23:31:30.2144930Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/PULL_REQUEST_TEMPLATE.md' 2024-12-17T23:31:30.2145618Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/labeler.yml' 2024-12-17T23:31:30.2146457Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/CODE_OF_CONDUCT.md' 2024-12-17T23:31:30.2147301Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/ISSUE_TEMPLATE/config.yml' 2024-12-17T23:31:30.2148029Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/ISSUE_TEMPLATE/bug.yaml' 2024-12-17T23:31:30.2148742Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.2149628Z find: ‘pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github’: No such file or directory 2024-12-17T23:31:30.2150327Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/CODEOWNERS' 2024-12-17T23:31:30.2150992Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/workflows/labeler.yml' 2024-12-17T23:31:30.2151737Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/workflows/windows.yml' 2024-12-17T23:31:30.2152435Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/workflows/macos.yml' 2024-12-17T23:31:30.2153156Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/workflows/codeql-analysis.yml' 2024-12-17T23:31:30.2153884Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/workflows/ubuntu.yml' 2024-12-17T23:31:30.2154841Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/workflows/publish_documentation.yml' 2024-12-17T23:31:30.2155827Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/workflows' 2024-12-17T23:31:30.2157004Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/stale.yml' 2024-12-17T23:31:30.2158138Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github' 2024-12-17T23:31:30.2158776Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/nlohmann-json/.git' 2024-12-17T23:31:30.2171862Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/ms-gsl/.gitignore' 2024-12-17T23:31:30.2189792Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/ms-gsl/.github/workflows/android.yml' 2024-12-17T23:31:30.2190590Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/ms-gsl/.github/workflows/ios.yml' 2024-12-17T23:31:30.2191741Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/ms-gsl/.github/workflows' 2024-12-17T23:31:30.2192658Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/ms-gsl/.github' 2024-12-17T23:31:30.2193431Z find: ‘pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/ms-gsl/.github’: No such file or directory 2024-12-17T23:31:30.2206511Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/ms-gsl/.git' 2024-12-17T23:31:30.2223176Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.gitattributes' 2024-12-17T23:31:30.2239154Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.gitignore' 2024-12-17T23:31:30.2257153Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.github/auto_assign.yml' 2024-12-17T23:31:30.2258051Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.github/CODEOWNERS' 2024-12-17T23:31:30.2259372Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.github/workflows/auto-assign-owners.yml' 2024-12-17T23:31:30.2260788Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.github/workflows/build-check.yaml' 2024-12-17T23:31:30.2262327Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.github/workflows' 2024-12-17T23:31:30.2263781Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.github' 2024-12-17T23:31:30.2264842Z find: ‘pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.github’: No such file or directory 2024-12-17T23:31:30.2279242Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.git' 2024-12-17T23:31:30.2297447Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.gitignore' 2024-12-17T23:31:30.2317903Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.github/ISSUE_TEMPLATE/00-bug_report.md' 2024-12-17T23:31:30.2319346Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.github/ISSUE_TEMPLATE/10-feature_request.md' 2024-12-17T23:31:30.2320737Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.github/ISSUE_TEMPLATE/config.yml' 2024-12-17T23:31:30.2321638Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.2322467Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.github' 2024-12-17T23:31:30.2323447Z find: ‘pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.github’: No such file or directory 2024-12-17T23:31:30.2333934Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.git' 2024-12-17T23:31:30.2361204Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/.gitattributes' 2024-12-17T23:31:30.2377013Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/.gitignore' 2024-12-17T23:31:30.2419828Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/.github/workflows/codeql-analysis.yml' 2024-12-17T23:31:30.2421182Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/.github/workflows' 2024-12-17T23:31:30.2422570Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/.github' 2024-12-17T23:31:30.2424241Z find: ‘pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/.github’: No such file or directory 2024-12-17T23:31:30.2438566Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/.git' 2024-12-17T23:31:30.2456870Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.gitmodules' 2024-12-17T23:31:30.2472565Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.gitignore' 2024-12-17T23:31:30.2494125Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github/workflows/bazel-ci.yml' 2024-12-17T23:31:30.2495535Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github/workflows/linting.yml' 2024-12-17T23:31:30.2497114Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github/workflows/cmake-ci.yml' 2024-12-17T23:31:30.2498681Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github/workflows/doxygen.yml' 2024-12-17T23:31:30.2500271Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github/workflows/release.yml' 2024-12-17T23:31:30.2501266Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github/workflows/coverage.yml' 2024-12-17T23:31:30.2502387Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github/workflows' 2024-12-17T23:31:30.2503456Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github' 2024-12-17T23:31:30.2504449Z find: ‘pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github’: No such file or directory 2024-12-17T23:31:30.2514118Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.git' 2024-12-17T23:31:30.2532193Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/googletest/.gitignore' 2024-12-17T23:31:30.2553366Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/googletest/.github/ISSUE_TEMPLATE/10-feature_request.yml' 2024-12-17T23:31:30.2554766Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/googletest/.github/ISSUE_TEMPLATE/config.yml' 2024-12-17T23:31:30.2556609Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/googletest/.github/ISSUE_TEMPLATE/00-bug_report.yml' 2024-12-17T23:31:30.2557611Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/googletest/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.2558519Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/googletest/.github/workflows/gtest-ci.yml' 2024-12-17T23:31:30.2559367Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/googletest/.github/workflows' 2024-12-17T23:31:30.2560162Z removed directory 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/googletest/.github' 2024-12-17T23:31:30.2561158Z find: ‘pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/googletest/.github’: No such file or directory 2024-12-17T23:31:30.2570106Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/third_party/googletest/.git' 2024-12-17T23:31:30.2589448Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/docker/.gitignore' 2024-12-17T23:31:30.2609385Z removed 'pytorch-release_2.6/third_party/opentelemetry-cpp/.git' 2024-12-17T23:31:30.2631336Z removed 'pytorch-release_2.6/third_party/VulkanMemoryAllocator/.gitignore' 2024-12-17T23:31:30.2649335Z removed 'pytorch-release_2.6/third_party/VulkanMemoryAllocator/.git' 2024-12-17T23:31:30.2666336Z removed 'pytorch-release_2.6/third_party/benchmark/.gitignore' 2024-12-17T23:31:30.2688437Z removed 'pytorch-release_2.6/third_party/benchmark/.github/.libcxx-setup.sh' 2024-12-17T23:31:30.2689030Z removed 'pytorch-release_2.6/third_party/benchmark/.github/ISSUE_TEMPLATE/feature_request.md' 2024-12-17T23:31:30.2690003Z removed 'pytorch-release_2.6/third_party/benchmark/.github/ISSUE_TEMPLATE/bug_report.md' 2024-12-17T23:31:30.2690983Z removed directory 'pytorch-release_2.6/third_party/benchmark/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.2691666Z removed 'pytorch-release_2.6/third_party/benchmark/.github/workflows/pylint.yml' 2024-12-17T23:31:30.2692215Z removed 'pytorch-release_2.6/third_party/benchmark/.github/workflows/test_bindings.yml' 2024-12-17T23:31:30.2692803Z removed 'pytorch-release_2.6/third_party/benchmark/.github/workflows/build-and-test.yml' 2024-12-17T23:31:30.2693427Z removed 'pytorch-release_2.6/third_party/benchmark/.github/workflows/clang-format-lint.yml' 2024-12-17T23:31:30.2694086Z removed 'pytorch-release_2.6/third_party/benchmark/.github/workflows/build-and-test-perfcounters.yml' 2024-12-17T23:31:30.2694706Z removed 'pytorch-release_2.6/third_party/benchmark/.github/workflows/doxygen.yml' 2024-12-17T23:31:30.2695229Z removed 'pytorch-release_2.6/third_party/benchmark/.github/workflows/wheels.yml' 2024-12-17T23:31:30.2695758Z removed 'pytorch-release_2.6/third_party/benchmark/.github/workflows/sanitizer.yml' 2024-12-17T23:31:30.2696291Z removed 'pytorch-release_2.6/third_party/benchmark/.github/workflows/bazel.yml' 2024-12-17T23:31:30.2696819Z removed 'pytorch-release_2.6/third_party/benchmark/.github/workflows/clang-tidy.yml' 2024-12-17T23:31:30.2697359Z removed directory 'pytorch-release_2.6/third_party/benchmark/.github/workflows' 2024-12-17T23:31:30.2698043Z removed directory 'pytorch-release_2.6/third_party/benchmark/.github' 2024-12-17T23:31:30.2698823Z find: ‘pytorch-release_2.6/third_party/benchmark/.github’: No such file or directory 2024-12-17T23:31:30.2704830Z removed 'pytorch-release_2.6/third_party/benchmark/.git' 2024-12-17T23:31:30.2723700Z removed 'pytorch-release_2.6/third_party/python-peachpy/.gitignore' 2024-12-17T23:31:30.2742732Z removed 'pytorch-release_2.6/third_party/python-peachpy/.git' 2024-12-17T23:31:30.2763049Z removed 'pytorch-release_2.6/third_party/NNPACK/.gitignore' 2024-12-17T23:31:30.2784165Z removed 'pytorch-release_2.6/third_party/NNPACK/.git' 2024-12-17T23:31:30.2802958Z removed 'pytorch-release_2.6/third_party/protobuf/.gitmodules' 2024-12-17T23:31:30.2841543Z removed 'pytorch-release_2.6/third_party/protobuf/.gitignore' 2024-12-17T23:31:30.2857642Z removed 'pytorch-release_2.6/third_party/protobuf/ruby/.gitignore' 2024-12-17T23:31:30.2899627Z removed 'pytorch-release_2.6/third_party/protobuf/examples/.gitignore' 2024-12-17T23:31:30.2918682Z removed 'pytorch-release_2.6/third_party/protobuf/csharp/.gitignore' 2024-12-17T23:31:30.2960228Z removed 'pytorch-release_2.6/third_party/protobuf/.github/mergeable.yml' 2024-12-17T23:31:30.2961103Z removed 'pytorch-release_2.6/third_party/protobuf/.github/ISSUE_TEMPLATE/feature_request.md' 2024-12-17T23:31:30.2961858Z removed 'pytorch-release_2.6/third_party/protobuf/.github/ISSUE_TEMPLATE/bug_report.md' 2024-12-17T23:31:30.2962412Z removed directory 'pytorch-release_2.6/third_party/protobuf/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.2962922Z removed directory 'pytorch-release_2.6/third_party/protobuf/.github' 2024-12-17T23:31:30.2963612Z find: ‘pytorch-release_2.6/third_party/protobuf/.github’: No such file or directory 2024-12-17T23:31:30.2978010Z removed 'pytorch-release_2.6/third_party/protobuf/third_party/benchmark/.gitignore' 2024-12-17T23:31:30.2995821Z removed 'pytorch-release_2.6/third_party/protobuf/third_party/benchmark/.git' 2024-12-17T23:31:30.3012120Z removed 'pytorch-release_2.6/third_party/protobuf/third_party/googletest/.gitignore' 2024-12-17T23:31:30.3032866Z removed 'pytorch-release_2.6/third_party/protobuf/third_party/googletest/.git' 2024-12-17T23:31:30.3058484Z removed 'pytorch-release_2.6/third_party/protobuf/objectivec/.gitignore' 2024-12-17T23:31:30.3088824Z removed 'pytorch-release_2.6/third_party/protobuf/.git' 2024-12-17T23:31:30.3123391Z removed 'pytorch-release_2.6/third_party/cutlass/test/unit/nvrtc/thread/.gitignore' 2024-12-17T23:31:30.3177586Z removed 'pytorch-release_2.6/third_party/cutlass/.gitmodules' 2024-12-17T23:31:30.3193238Z removed 'pytorch-release_2.6/third_party/cutlass/.gitignore' 2024-12-17T23:31:30.3255613Z removed 'pytorch-release_2.6/third_party/cutlass/.github/ISSUE_TEMPLATE/submit_question.md' 2024-12-17T23:31:30.3256595Z removed 'pytorch-release_2.6/third_party/cutlass/.github/ISSUE_TEMPLATE/feature_request.md' 2024-12-17T23:31:30.3257719Z removed 'pytorch-release_2.6/third_party/cutlass/.github/ISSUE_TEMPLATE/config.yml' 2024-12-17T23:31:30.3258805Z removed 'pytorch-release_2.6/third_party/cutlass/.github/ISSUE_TEMPLATE/bug_report.md' 2024-12-17T23:31:30.3259973Z removed 'pytorch-release_2.6/third_party/cutlass/.github/ISSUE_TEMPLATE/documentation_request.md' 2024-12-17T23:31:30.3261147Z removed directory 'pytorch-release_2.6/third_party/cutlass/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.3262152Z removed 'pytorch-release_2.6/third_party/cutlass/.github/workflows/new-issues-to-triage-projects.yml' 2024-12-17T23:31:30.3262861Z removed 'pytorch-release_2.6/third_party/cutlass/.github/workflows/labeler.yml' 2024-12-17T23:31:30.3263952Z find: ‘pytorch-release_2.6/third_party/cutlass/.github’: No such file or directory 2024-12-17T23:31:30.3265017Z removed 'pytorch-release_2.6/third_party/cutlass/.github/workflows/stale.yml' 2024-12-17T23:31:30.3265840Z removed directory 'pytorch-release_2.6/third_party/cutlass/.github/workflows' 2024-12-17T23:31:30.3266623Z removed directory 'pytorch-release_2.6/third_party/cutlass/.github' 2024-12-17T23:31:30.3276071Z removed 'pytorch-release_2.6/third_party/cutlass/.git' 2024-12-17T23:31:30.3292659Z removed 'pytorch-release_2.6/third_party/pthreadpool/.gitignore' 2024-12-17T23:31:30.3312604Z removed 'pytorch-release_2.6/third_party/pthreadpool/.git' 2024-12-17T23:31:30.3334777Z removed 'pytorch-release_2.6/third_party/NVTX/.gitignore' 2024-12-17T23:31:30.3356447Z removed 'pytorch-release_2.6/third_party/NVTX/.github/workflows/cibw.yml' 2024-12-17T23:31:30.3357195Z removed directory 'pytorch-release_2.6/third_party/NVTX/.github/workflows' 2024-12-17T23:31:30.3358094Z removed directory 'pytorch-release_2.6/third_party/NVTX/.github' 2024-12-17T23:31:30.3359371Z find: ‘pytorch-release_2.6/third_party/NVTX/.github’: No such file or directory 2024-12-17T23:31:30.3374701Z removed 'pytorch-release_2.6/third_party/NVTX/.git' 2024-12-17T23:31:30.3395228Z removed 'pytorch-release_2.6/third_party/fmt/test/fuzzing/.gitignore' 2024-12-17T23:31:30.3411953Z removed 'pytorch-release_2.6/third_party/fmt/.gitignore' 2024-12-17T23:31:30.3431680Z removed 'pytorch-release_2.6/third_party/fmt/.github/issue_template.md' 2024-12-17T23:31:30.3432429Z removed 'pytorch-release_2.6/third_party/fmt/.github/dependabot.yml' 2024-12-17T23:31:30.3432992Z removed 'pytorch-release_2.6/third_party/fmt/.github/pull_request_template.md' 2024-12-17T23:31:30.3433736Z removed 'pytorch-release_2.6/third_party/fmt/.github/workflows/linux.yml' 2024-12-17T23:31:30.3434227Z removed 'pytorch-release_2.6/third_party/fmt/.github/workflows/lint.yml' 2024-12-17T23:31:30.3434668Z removed 'pytorch-release_2.6/third_party/fmt/.github/workflows/windows.yml' 2024-12-17T23:31:30.3435099Z removed 'pytorch-release_2.6/third_party/fmt/.github/workflows/macos.yml' 2024-12-17T23:31:30.3435526Z removed 'pytorch-release_2.6/third_party/fmt/.github/workflows/cifuzz.yml' 2024-12-17T23:31:30.3436182Z removed 'pytorch-release_2.6/third_party/fmt/.github/workflows/scorecard.yml' 2024-12-17T23:31:30.3436610Z removed 'pytorch-release_2.6/third_party/fmt/.github/workflows/doc.yml' 2024-12-17T23:31:30.3437037Z removed directory 'pytorch-release_2.6/third_party/fmt/.github/workflows' 2024-12-17T23:31:30.3437438Z removed directory 'pytorch-release_2.6/third_party/fmt/.github' 2024-12-17T23:31:30.3438192Z find: ‘pytorch-release_2.6/third_party/fmt/.github’: No such file or directory 2024-12-17T23:31:30.3447969Z removed 'pytorch-release_2.6/third_party/fmt/.git' 2024-12-17T23:31:30.3464483Z removed 'pytorch-release_2.6/third_party/gloo/.gitmodules' 2024-12-17T23:31:30.3480786Z removed 'pytorch-release_2.6/third_party/gloo/.gitignore' 2024-12-17T23:31:30.3501722Z removed 'pytorch-release_2.6/third_party/gloo/.git' 2024-12-17T23:31:30.3521692Z removed 'pytorch-release_2.6/third_party/gemmlowp/gemmlowp/.gitignore' 2024-12-17T23:31:30.3539630Z removed 'pytorch-release_2.6/third_party/gemmlowp/gemmlowp/.git' 2024-12-17T23:31:30.3560618Z removed 'pytorch-release_2.6/third_party/sleef/.github/workflows/build_and_test.yml' 2024-12-17T23:31:30.3561146Z removed directory 'pytorch-release_2.6/third_party/sleef/.github/workflows' 2024-12-17T23:31:30.3561838Z removed directory 'pytorch-release_2.6/third_party/sleef/.github' 2024-12-17T23:31:30.3562888Z find: ‘pytorch-release_2.6/third_party/sleef/.github’: No such file or directory 2024-12-17T23:31:30.3579376Z removed 'pytorch-release_2.6/third_party/sleef/.git' 2024-12-17T23:31:30.3601277Z removed 'pytorch-release_2.6/third_party/XNNPACK/.gitignore' 2024-12-17T23:31:30.3755795Z removed 'pytorch-release_2.6/third_party/XNNPACK/.github/workflows/build-linux-windows.yml' 2024-12-17T23:31:30.3756667Z removed 'pytorch-release_2.6/third_party/XNNPACK/.github/workflows/on-push.yml' 2024-12-17T23:31:30.3757804Z removed 'pytorch-release_2.6/third_party/XNNPACK/.github/workflows/on-pr-merge-to-master.yml' 2024-12-17T23:31:30.3758979Z removed 'pytorch-release_2.6/third_party/XNNPACK/.github/workflows/on-pr-approved.yml' 2024-12-17T23:31:30.3760041Z removed 'pytorch-release_2.6/third_party/XNNPACK/.github/workflows/build.yml' 2024-12-17T23:31:30.3761466Z removed 'pytorch-release_2.6/third_party/XNNPACK/.github/workflows/sde-tests-linux-windows.yml' 2024-12-17T23:31:30.3762454Z removed directory 'pytorch-release_2.6/third_party/XNNPACK/.github/workflows' 2024-12-17T23:31:30.3763030Z removed directory 'pytorch-release_2.6/third_party/XNNPACK/.github' 2024-12-17T23:31:30.3763745Z find: ‘pytorch-release_2.6/third_party/XNNPACK/.github’: No such file or directory 2024-12-17T23:31:30.3775036Z removed 'pytorch-release_2.6/third_party/XNNPACK/.git' 2024-12-17T23:31:30.3792956Z removed 'pytorch-release_2.6/third_party/onnx/docs/docsgen/source/repo-docs/.gitignore' 2024-12-17T23:31:30.3811285Z removed 'pytorch-release_2.6/third_party/onnx/.gitmodules' 2024-12-17T23:31:30.3826792Z removed 'pytorch-release_2.6/third_party/onnx/.gitattributes' 2024-12-17T23:31:30.3842580Z removed 'pytorch-release_2.6/third_party/onnx/.gitignore' 2024-12-17T23:31:30.3866664Z removed 'pytorch-release_2.6/third_party/onnx/.github/codeql/codeql-config.yml' 2024-12-17T23:31:30.3867195Z removed directory 'pytorch-release_2.6/third_party/onnx/.github/codeql' 2024-12-17T23:31:30.3868073Z removed 'pytorch-release_2.6/third_party/onnx/.github/dependabot.yml' 2024-12-17T23:31:30.3869035Z removed 'pytorch-release_2.6/third_party/onnx/.github/pull_request_template.md' 2024-12-17T23:31:30.3870003Z removed 'pytorch-release_2.6/third_party/onnx/.github/ISSUE_TEMPLATE/bug.md' 2024-12-17T23:31:30.3870989Z removed 'pytorch-release_2.6/third_party/onnx/.github/ISSUE_TEMPLATE/question.md' 2024-12-17T23:31:30.3872006Z removed 'pytorch-release_2.6/third_party/onnx/.github/ISSUE_TEMPLATE/operator.md' 2024-12-17T23:31:30.3873065Z removed 'pytorch-release_2.6/third_party/onnx/.github/ISSUE_TEMPLATE/feature_request.yml' 2024-12-17T23:31:30.3874116Z removed 'pytorch-release_2.6/third_party/onnx/.github/ISSUE_TEMPLATE/config.yml' 2024-12-17T23:31:30.3875105Z removed directory 'pytorch-release_2.6/third_party/onnx/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.3876341Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/clang_tidy_review_post.yml' 2024-12-17T23:31:30.3877226Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/auto_update_doc.yml' 2024-12-17T23:31:30.3878063Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/weekly_mac_ci.yml' 2024-12-17T23:31:30.3878931Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/release_linux_aarch64.yml' 2024-12-17T23:31:30.3879772Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/check_urls.yml' 2024-12-17T23:31:30.3880538Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/main.yml' 2024-12-17T23:31:30.3881269Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/lint.yml' 2024-12-17T23:31:30.3882022Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/pages.yml' 2024-12-17T23:31:30.3882838Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/dco_merge_group.yml' 2024-12-17T23:31:30.3883630Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/reuse.yml' 2024-12-17T23:31:30.3884585Z find: ‘pytorch-release_2.6/third_party/onnx/.github’: No such file or directory 2024-12-17T23:31:30.3885394Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/scorecard.yml' 2024-12-17T23:31:30.3886216Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/clang_tidy_review.yml' 2024-12-17T23:31:30.3887086Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/manylinux/entrypoint.sh' 2024-12-17T23:31:30.3887946Z removed directory 'pytorch-release_2.6/third_party/onnx/.github/workflows/manylinux' 2024-12-17T23:31:30.3888809Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/win_no_exception_ci.yml' 2024-12-17T23:31:30.3889687Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/release_linux_x86_64.yml' 2024-12-17T23:31:30.3890516Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/release_win.yml' 2024-12-17T23:31:30.3891310Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/release_mac.yml' 2024-12-17T23:31:30.3892318Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/stale.yml' 2024-12-17T23:31:30.3893262Z removed 'pytorch-release_2.6/third_party/onnx/.github/workflows/codeql.yml' 2024-12-17T23:31:30.3894026Z removed directory 'pytorch-release_2.6/third_party/onnx/.github/workflows' 2024-12-17T23:31:30.3894726Z removed directory 'pytorch-release_2.6/third_party/onnx/.github' 2024-12-17T23:31:30.4397370Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.gitattributes' 2024-12-17T23:31:30.4413604Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.gitignore' 2024-12-17T23:31:30.4439298Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/labeler_merged.yml' 2024-12-17T23:31:30.4440492Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/matchers/pylint.json' 2024-12-17T23:31:30.4441724Z removed directory 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/matchers' 2024-12-17T23:31:30.4442624Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/CONTRIBUTING.md' 2024-12-17T23:31:30.4443337Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/labeler.yml' 2024-12-17T23:31:30.4443998Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/dependabot.yml' 2024-12-17T23:31:30.4444698Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/pull_request_template.md' 2024-12-17T23:31:30.4445664Z find: ‘pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github’: No such file or directory 2024-12-17T23:31:30.4446461Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml' 2024-12-17T23:31:30.4447228Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/ISSUE_TEMPLATE/config.yml' 2024-12-17T23:31:30.4447991Z removed directory 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.4448679Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/CODEOWNERS' 2024-12-17T23:31:30.4449335Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/workflows/pip.yml' 2024-12-17T23:31:30.4450024Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/workflows/format.yml' 2024-12-17T23:31:30.4450722Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/workflows/ci.yml' 2024-12-17T23:31:30.4451412Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/workflows/labeler.yml' 2024-12-17T23:31:30.4452126Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/workflows/configure.yml' 2024-12-17T23:31:30.4452862Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/workflows/upstream.yml' 2024-12-17T23:31:30.4453603Z removed directory 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github/workflows' 2024-12-17T23:31:30.4454277Z removed directory 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.github' 2024-12-17T23:31:30.4455562Z removed 'pytorch-release_2.6/third_party/onnx/third_party/pybind11/.git' 2024-12-17T23:31:30.4471649Z removed 'pytorch-release_2.6/third_party/onnx/.git-blame-ignore-revs' 2024-12-17T23:31:30.4488411Z removed 'pytorch-release_2.6/third_party/onnx/.git' 2024-12-17T23:31:30.4513442Z removed 'pytorch-release_2.6/third_party/nlohmann/.gitignore' 2024-12-17T23:31:30.4544956Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/SECURITY.md' 2024-12-17T23:31:30.4545464Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/external_ci/appveyor.yml' 2024-12-17T23:31:30.4546247Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/external_ci/.drone.yml' 2024-12-17T23:31:30.4547087Z removed directory 'pytorch-release_2.6/third_party/nlohmann/.github/external_ci' 2024-12-17T23:31:30.4548063Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/CONTRIBUTING.md' 2024-12-17T23:31:30.4549304Z find: ‘pytorch-release_2.6/third_party/nlohmann/.github’: No such file or directory 2024-12-17T23:31:30.4549914Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/FUNDING.yml' 2024-12-17T23:31:30.4550602Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/config.yml' 2024-12-17T23:31:30.4551182Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/PULL_REQUEST_TEMPLATE.md' 2024-12-17T23:31:30.4551778Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/CODE_OF_CONDUCT.md' 2024-12-17T23:31:30.4552364Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/ISSUE_TEMPLATE/config.yml' 2024-12-17T23:31:30.4552965Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/ISSUE_TEMPLATE/bug.yaml' 2024-12-17T23:31:30.4553562Z removed directory 'pytorch-release_2.6/third_party/nlohmann/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.4554119Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/CODEOWNERS' 2024-12-17T23:31:30.4554655Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/workflows/windows.yml' 2024-12-17T23:31:30.4555224Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/workflows/macos.yml' 2024-12-17T23:31:30.4556130Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/workflows/codeql-analysis.yml' 2024-12-17T23:31:30.4556758Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/workflows/ubuntu.yml' 2024-12-17T23:31:30.4557327Z removed directory 'pytorch-release_2.6/third_party/nlohmann/.github/workflows' 2024-12-17T23:31:30.4557761Z removed 'pytorch-release_2.6/third_party/nlohmann/.github/stale.yml' 2024-12-17T23:31:30.4558156Z removed directory 'pytorch-release_2.6/third_party/nlohmann/.github' 2024-12-17T23:31:30.4562170Z removed 'pytorch-release_2.6/third_party/nlohmann/.git' 2024-12-17T23:31:30.4578417Z removed 'pytorch-release_2.6/third_party/psimd/.gitignore' 2024-12-17T23:31:30.4594403Z removed 'pytorch-release_2.6/third_party/psimd/.git' 2024-12-17T23:31:30.4625389Z removed 'pytorch-release_2.6/third_party/composable_kernel/.gitignore' 2024-12-17T23:31:30.4673090Z removed 'pytorch-release_2.6/third_party/composable_kernel/.github/dependabot.yml' 2024-12-17T23:31:30.4673691Z removed 'pytorch-release_2.6/third_party/composable_kernel/.github/ISSUE_TEMPLATE/issue_report.yml' 2024-12-17T23:31:30.4674725Z removed 'pytorch-release_2.6/third_party/composable_kernel/.github/ISSUE_TEMPLATE/config.yml' 2024-12-17T23:31:30.4675867Z removed directory 'pytorch-release_2.6/third_party/composable_kernel/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.4676744Z removed 'pytorch-release_2.6/third_party/composable_kernel/.github/CODEOWNERS' 2024-12-17T23:31:30.4677532Z removed directory 'pytorch-release_2.6/third_party/composable_kernel/.github' 2024-12-17T23:31:30.4678584Z find: ‘pytorch-release_2.6/third_party/composable_kernel/.github’: No such file or directory 2024-12-17T23:31:30.4756595Z removed 'pytorch-release_2.6/third_party/composable_kernel/.git' 2024-12-17T23:31:30.5312489Z removed 'pytorch-release_2.6/third_party/cpuinfo/.gitignore' 2024-12-17T23:31:30.5339633Z removed 'pytorch-release_2.6/third_party/cpuinfo/.github/workflows/build_bazel.yml' 2024-12-17T23:31:30.5340605Z removed 'pytorch-release_2.6/third_party/cpuinfo/.github/workflows/clang-format-check.yml' 2024-12-17T23:31:30.5341410Z removed 'pytorch-release_2.6/third_party/cpuinfo/.github/workflows/build.yml' 2024-12-17T23:31:30.5342047Z removed directory 'pytorch-release_2.6/third_party/cpuinfo/.github/workflows' 2024-12-17T23:31:30.5342747Z removed directory 'pytorch-release_2.6/third_party/cpuinfo/.github' 2024-12-17T23:31:30.5343639Z find: ‘pytorch-release_2.6/third_party/cpuinfo/.github’: No such file or directory 2024-12-17T23:31:30.5357100Z removed 'pytorch-release_2.6/third_party/cpuinfo/.git' 2024-12-17T23:31:30.5373945Z removed 'pytorch-release_2.6/third_party/cpuinfo/deps/clog/.gitignore' 2024-12-17T23:31:30.5391545Z removed 'pytorch-release_2.6/third_party/fbgemm/.gitmodules' 2024-12-17T23:31:30.5407510Z removed 'pytorch-release_2.6/third_party/fbgemm/.gitignore' 2024-12-17T23:31:30.5439119Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/setup_env.bash' 2024-12-17T23:31:30.5440074Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/fbgemm_gpu_install.bash' 2024-12-17T23:31:30.5441486Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/fbgemm_gpu_test.bash' 2024-12-17T23:31:30.5442568Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/fbgemm_gpu_lint.bash' 2024-12-17T23:31:30.5443644Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/nova_prescript.bash' 2024-12-17T23:31:30.5444262Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/nova_dir.bash' 2024-12-17T23:31:30.5444852Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/utils_conda.bash' 2024-12-17T23:31:30.5445432Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/utils_build.bash' 2024-12-17T23:31:30.5446041Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/test_torchrec.bash' 2024-12-17T23:31:30.5446667Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/fbgemm_gpu_docs.bash' 2024-12-17T23:31:30.5447311Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/fbgemm_gpu_build.bash' 2024-12-17T23:31:30.5447963Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/utils_pytorch.bash' 2024-12-17T23:31:30.5448585Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/nova_postscript.bash' 2024-12-17T23:31:30.5449187Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/utils_base.bash' 2024-12-17T23:31:30.5449668Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/utils_cuda.bash' 2024-12-17T23:31:30.5450119Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/utils_pip.bash' 2024-12-17T23:31:30.5450586Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/utils_system.bash' 2024-12-17T23:31:30.5451052Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/scripts/utils_rocm.bash' 2024-12-17T23:31:30.5451495Z removed directory 'pytorch-release_2.6/third_party/fbgemm/.github/scripts' 2024-12-17T23:31:30.5451970Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/workflows/fbgemm_gpu_lint.yml' 2024-12-17T23:31:30.5452501Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/workflows/fbgemm_gpu_cuda_release.yml' 2024-12-17T23:31:30.5453085Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/workflows/build_wheels_linux_aarch64.yml' 2024-12-17T23:31:30.5453626Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/workflows/fbgemm_gpu_pip.yml' 2024-12-17T23:31:30.5454153Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/workflows/fbgemm_gpu_cuda_nightly.yml' 2024-12-17T23:31:30.5454668Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/workflows/fbgemm_ci.yml' 2024-12-17T23:31:30.5455148Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/workflows/fbgemm_gpu_docs.yml' 2024-12-17T23:31:30.5455667Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/workflows/fbgemm_gpu_cpu_release.yml' 2024-12-17T23:31:30.5456356Z find: ‘pytorch-release_2.6/third_party/fbgemm/.github’: No such file or directory 2024-12-17T23:31:30.5457060Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/workflows/fbgemm_gpu_ci.yml' 2024-12-17T23:31:30.5457603Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/workflows/fbgemm_gpu_cpu_nightly.yml' 2024-12-17T23:31:30.5458407Z removed 'pytorch-release_2.6/third_party/fbgemm/.github/workflows/build_wheels_linux_x86.yml' 2024-12-17T23:31:30.5459286Z removed directory 'pytorch-release_2.6/third_party/fbgemm/.github/workflows' 2024-12-17T23:31:30.5460023Z removed directory 'pytorch-release_2.6/third_party/fbgemm/.github' 2024-12-17T23:31:30.5460742Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/asmjit/.gitignore' 2024-12-17T23:31:30.5478318Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/asmjit/.github/FUNDING.yml' 2024-12-17T23:31:30.5478951Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/asmjit/.github/workflows/build-config.json' 2024-12-17T23:31:30.5480476Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/asmjit/.github/workflows/build.yml' 2024-12-17T23:31:30.5481769Z removed directory 'pytorch-release_2.6/third_party/fbgemm/third_party/asmjit/.github/workflows' 2024-12-17T23:31:30.5482446Z removed directory 'pytorch-release_2.6/third_party/fbgemm/third_party/asmjit/.github' 2024-12-17T23:31:30.5483317Z find: ‘pytorch-release_2.6/third_party/fbgemm/third_party/asmjit/.github’: No such file or directory 2024-12-17T23:31:30.5494919Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/asmjit/.git' 2024-12-17T23:31:30.5560752Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/cutlass/.gitmodules' 2024-12-17T23:31:30.5576417Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/cutlass/.gitignore' 2024-12-17T23:31:30.5624057Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/cutlass/.github/ISSUE_TEMPLATE/submit_question.md' 2024-12-17T23:31:30.5624906Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/cutlass/.github/ISSUE_TEMPLATE/feature_request.md' 2024-12-17T23:31:30.5626070Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/cutlass/.github/ISSUE_TEMPLATE/bug_report.md' 2024-12-17T23:31:30.5627245Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/cutlass/.github/ISSUE_TEMPLATE/documentation_request.md' 2024-12-17T23:31:30.5628328Z removed directory 'pytorch-release_2.6/third_party/fbgemm/third_party/cutlass/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.5629033Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/cutlass/.github/workflows/new-issues-to-triage-projects.yml' 2024-12-17T23:31:30.5629712Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/cutlass/.github/workflows/labeler.yml' 2024-12-17T23:31:30.5630298Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/cutlass/.github/workflows/stale.yml' 2024-12-17T23:31:30.5630872Z removed directory 'pytorch-release_2.6/third_party/fbgemm/third_party/cutlass/.github/workflows' 2024-12-17T23:31:30.5631414Z removed directory 'pytorch-release_2.6/third_party/fbgemm/third_party/cutlass/.github' 2024-12-17T23:31:30.5632121Z find: ‘pytorch-release_2.6/third_party/fbgemm/third_party/cutlass/.github’: No such file or directory 2024-12-17T23:31:30.5643475Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/cutlass/.git' 2024-12-17T23:31:30.5659977Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/hipify_torch/.git' 2024-12-17T23:31:30.5681289Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/cpuinfo/.gitignore' 2024-12-17T23:31:30.5700687Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/cpuinfo/.git' 2024-12-17T23:31:30.5717655Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/cpuinfo/deps/clog/.gitignore' 2024-12-17T23:31:30.5734516Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/googletest/.gitignore' 2024-12-17T23:31:30.5753132Z removed 'pytorch-release_2.6/third_party/fbgemm/third_party/googletest/.git' 2024-12-17T23:31:30.5772964Z removed 'pytorch-release_2.6/third_party/fbgemm/.git' 2024-12-17T23:31:30.5789451Z removed 'pytorch-release_2.6/third_party/FXdiv/.gitignore' 2024-12-17T23:31:30.5807618Z removed 'pytorch-release_2.6/third_party/FXdiv/.git' 2024-12-17T23:31:30.5836519Z removed 'pytorch-release_2.6/third_party/flatbuffers/.gitattributes' 2024-12-17T23:31:30.5853839Z removed 'pytorch-release_2.6/third_party/flatbuffers/.gitignore' 2024-12-17T23:31:30.5869838Z removed 'pytorch-release_2.6/third_party/flatbuffers/python/.gitignore' 2024-12-17T23:31:30.5893013Z removed 'pytorch-release_2.6/third_party/flatbuffers/tests/rust_usage_test/outdir/.gitignore' 2024-12-17T23:31:30.5910272Z removed 'pytorch-release_2.6/third_party/flatbuffers/tests/FlatBuffers.Test/.gitignore' 2024-12-17T23:31:30.5926825Z removed 'pytorch-release_2.6/third_party/flatbuffers/tests/fuzzer/.gitignore' 2024-12-17T23:31:30.5973649Z removed 'pytorch-release_2.6/third_party/flatbuffers/.github/ISSUE_TEMPLATE.md' 2024-12-17T23:31:30.5974575Z removed 'pytorch-release_2.6/third_party/flatbuffers/.github/PULL_REQUEST_TEMPLATE.md' 2024-12-17T23:31:30.5975662Z removed 'pytorch-release_2.6/third_party/flatbuffers/.github/labeler.yml' 2024-12-17T23:31:30.5976684Z removed 'pytorch-release_2.6/third_party/flatbuffers/.github/workflows/label.yml' 2024-12-17T23:31:30.5977525Z removed 'pytorch-release_2.6/third_party/flatbuffers/.github/workflows/main.yml' 2024-12-17T23:31:30.5978377Z removed 'pytorch-release_2.6/third_party/flatbuffers/.github/workflows/scorecards.yml' 2024-12-17T23:31:30.5978955Z removed 'pytorch-release_2.6/third_party/flatbuffers/.github/workflows/release.yml' 2024-12-17T23:31:30.5979465Z removed 'pytorch-release_2.6/third_party/flatbuffers/.github/workflows/extrabuild.yml' 2024-12-17T23:31:30.5979965Z removed 'pytorch-release_2.6/third_party/flatbuffers/.github/workflows/build.yml' 2024-12-17T23:31:30.5980441Z removed 'pytorch-release_2.6/third_party/flatbuffers/.github/workflows/stale.yml' 2024-12-17T23:31:30.5980913Z removed 'pytorch-release_2.6/third_party/flatbuffers/.github/workflows/codeql.yml' 2024-12-17T23:31:30.5981395Z removed directory 'pytorch-release_2.6/third_party/flatbuffers/.github/workflows' 2024-12-17T23:31:30.5981837Z removed directory 'pytorch-release_2.6/third_party/flatbuffers/.github' 2024-12-17T23:31:30.5982452Z find: ‘pytorch-release_2.6/third_party/flatbuffers/.github’: No such file or directory 2024-12-17T23:31:30.5992619Z removed 'pytorch-release_2.6/third_party/flatbuffers/android/app/.gitignore' 2024-12-17T23:31:30.6017230Z removed 'pytorch-release_2.6/third_party/flatbuffers/grpc/examples/go/greeter/.gitignore' 2024-12-17T23:31:30.6039702Z removed 'pytorch-release_2.6/third_party/flatbuffers/rust/flexbuffers/.gitignore' 2024-12-17T23:31:30.6056169Z removed 'pytorch-release_2.6/third_party/flatbuffers/.git' 2024-12-17T23:31:30.6080458Z removed 'pytorch-release_2.6/third_party/cudnn_frontend/.github/ISSUE_TEMPLATE/bug_report.md' 2024-12-17T23:31:30.6081040Z removed directory 'pytorch-release_2.6/third_party/cudnn_frontend/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.6081920Z removed directory 'pytorch-release_2.6/third_party/cudnn_frontend/.github' 2024-12-17T23:31:30.6082951Z find: ‘pytorch-release_2.6/third_party/cudnn_frontend/.github’: No such file or directory 2024-12-17T23:31:30.6099451Z removed 'pytorch-release_2.6/third_party/cudnn_frontend/.git' 2024-12-17T23:31:30.6116061Z removed 'pytorch-release_2.6/third_party/ittapi/.gitignore' 2024-12-17T23:31:30.6134832Z removed 'pytorch-release_2.6/third_party/ittapi/src/ittnotify_refcol/.gitignore' 2024-12-17T23:31:30.6151692Z removed 'pytorch-release_2.6/third_party/ittapi/.github/workflows/main.yml' 2024-12-17T23:31:30.6152241Z removed directory 'pytorch-release_2.6/third_party/ittapi/.github/workflows' 2024-12-17T23:31:30.6153007Z removed directory 'pytorch-release_2.6/third_party/ittapi/.github' 2024-12-17T23:31:30.6153945Z find: ‘pytorch-release_2.6/third_party/ittapi/.github’: No such file or directory 2024-12-17T23:31:30.6170688Z removed 'pytorch-release_2.6/third_party/ittapi/rust/scripts/.gitignore' 2024-12-17T23:31:30.6187672Z removed 'pytorch-release_2.6/third_party/ittapi/rust/.gitignore' 2024-12-17T23:31:30.6203964Z removed 'pytorch-release_2.6/third_party/ittapi/.git' 2024-12-17T23:31:30.6222144Z removed 'pytorch-release_2.6/third_party/cpp-httplib/.gitignore' 2024-12-17T23:31:30.6239451Z removed 'pytorch-release_2.6/third_party/cpp-httplib/.github/workflows/test.yaml' 2024-12-17T23:31:30.6240002Z removed 'pytorch-release_2.6/third_party/cpp-httplib/.github/workflows/cifuzz.yaml' 2024-12-17T23:31:30.6240818Z removed directory 'pytorch-release_2.6/third_party/cpp-httplib/.github/workflows' 2024-12-17T23:31:30.6241622Z removed directory 'pytorch-release_2.6/third_party/cpp-httplib/.github' 2024-12-17T23:31:30.6242615Z find: ‘pytorch-release_2.6/third_party/cpp-httplib/.github’: No such file or directory 2024-12-17T23:31:30.6256194Z removed 'pytorch-release_2.6/third_party/cpp-httplib/.git' 2024-12-17T23:31:30.6272513Z removed 'pytorch-release_2.6/third_party/tensorpipe/.gitmodules' 2024-12-17T23:31:30.6288878Z removed 'pytorch-release_2.6/third_party/tensorpipe/.gitignore' 2024-12-17T23:31:30.6306472Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/libnop/.gitignore' 2024-12-17T23:31:30.6324833Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/libnop/.git' 2024-12-17T23:31:30.6342032Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/pybind11/.gitmodules' 2024-12-17T23:31:30.6358090Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/pybind11/.gitignore' 2024-12-17T23:31:30.6377318Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/pybind11/tools/clang/.gitignore' 2024-12-17T23:31:30.6393082Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/pybind11/tools/clang/.git' 2024-12-17T23:31:30.6409084Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/pybind11/.git' 2024-12-17T23:31:30.6435787Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/libuv/.gitattributes' 2024-12-17T23:31:30.6452844Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/libuv/.gitignore' 2024-12-17T23:31:30.6472169Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/libuv/.github/ISSUE_TEMPLATE.md' 2024-12-17T23:31:30.6473029Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/libuv/.github/workflows/CI.yml' 2024-12-17T23:31:30.6473949Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/libuv/.github/workflows/sanitizer.yml' 2024-12-17T23:31:30.6474701Z removed directory 'pytorch-release_2.6/third_party/tensorpipe/third_party/libuv/.github/workflows' 2024-12-17T23:31:30.6475261Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/libuv/.github/stale.yml' 2024-12-17T23:31:30.6475995Z removed directory 'pytorch-release_2.6/third_party/tensorpipe/third_party/libuv/.github' 2024-12-17T23:31:30.6476736Z find: ‘pytorch-release_2.6/third_party/tensorpipe/third_party/libuv/.github’: No such file or directory 2024-12-17T23:31:30.6490658Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/libuv/m4/.gitignore' 2024-12-17T23:31:30.6506859Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/libuv/.git' 2024-12-17T23:31:30.6523299Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/googletest/.gitignore' 2024-12-17T23:31:30.6542053Z removed 'pytorch-release_2.6/third_party/tensorpipe/third_party/googletest/.git' 2024-12-17T23:31:30.6564143Z removed 'pytorch-release_2.6/third_party/tensorpipe/.git' 2024-12-17T23:31:30.6589149Z removed 'pytorch-release_2.6/third_party/googletest/.gitignore' 2024-12-17T23:31:30.6609476Z removed 'pytorch-release_2.6/third_party/googletest/.github/ISSUE_TEMPLATE/10-feature_request.yml' 2024-12-17T23:31:30.6610283Z removed 'pytorch-release_2.6/third_party/googletest/.github/ISSUE_TEMPLATE/config.yml' 2024-12-17T23:31:30.6611208Z removed 'pytorch-release_2.6/third_party/googletest/.github/ISSUE_TEMPLATE/00-bug_report.yml' 2024-12-17T23:31:30.6611830Z removed directory 'pytorch-release_2.6/third_party/googletest/.github/ISSUE_TEMPLATE' 2024-12-17T23:31:30.6612317Z removed directory 'pytorch-release_2.6/third_party/googletest/.github' 2024-12-17T23:31:30.6612930Z find: ‘pytorch-release_2.6/third_party/googletest/.github’: No such file or directory 2024-12-17T23:31:30.6627282Z removed 'pytorch-release_2.6/third_party/googletest/.git' 2024-12-17T23:31:30.6750118Z removed 'pytorch-release_2.6/android/libs/fbjni/.gitignore' 2024-12-17T23:31:30.6772209Z removed 'pytorch-release_2.6/android/libs/fbjni/.github/ISSUE_TEMPLATE.md' 2024-12-17T23:31:30.6773084Z removed 'pytorch-release_2.6/android/libs/fbjni/.github/PULL_REQUEST_TEMPLATE.md' 2024-12-17T23:31:30.6773946Z removed 'pytorch-release_2.6/android/libs/fbjni/.github/workflows/android.yml' 2024-12-17T23:31:30.6774781Z removed 'pytorch-release_2.6/android/libs/fbjni/.github/workflows/release.yml' 2024-12-17T23:31:30.6775587Z removed directory 'pytorch-release_2.6/android/libs/fbjni/.github/workflows' 2024-12-17T23:31:30.6776052Z removed directory 'pytorch-release_2.6/android/libs/fbjni/.github' 2024-12-17T23:31:30.6776839Z find: ‘pytorch-release_2.6/android/libs/fbjni/.github’: No such file or directory 2024-12-17T23:31:30.6790508Z removed 'pytorch-release_2.6/android/libs/fbjni/.git' 2024-12-17T23:31:30.6806917Z removed 'pytorch-release_2.6/android/.gitignore' 2024-12-17T23:31:30.6823029Z removed 'pytorch-release_2.6/android/test_app/.gitignore' 2024-12-17T23:31:30.6840647Z removed 'pytorch-release_2.6/android/test_app/app/src/main/assets/.gitignore' 2024-12-17T23:31:30.6864183Z removed 'pytorch-release_2.6/.git-blame-ignore-revs' 2024-12-17T23:31:30.6904749Z removed 'pytorch-release_2.6/.git/info/exclude' 2024-12-17T23:31:30.6905195Z removed directory 'pytorch-release_2.6/.git/info' 2024-12-17T23:31:30.6905670Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/info/exclude' 2024-12-17T23:31:30.6906249Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/info' 2024-12-17T23:31:30.6906840Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/branches' 2024-12-17T23:31:30.6907405Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/HEAD' 2024-12-17T23:31:30.6907935Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/packed-refs' 2024-12-17T23:31:30.6908474Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/config' 2024-12-17T23:31:30.6909004Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/description' 2024-12-17T23:31:30.6909552Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/index' 2024-12-17T23:31:30.6910130Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/refs/heads/master' 2024-12-17T23:31:30.6910745Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/refs/heads' 2024-12-17T23:31:30.6911396Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.6912097Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/refs/remotes/origin' 2024-12-17T23:31:30.6912735Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/refs/remotes' 2024-12-17T23:31:30.6913351Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/refs/tags' 2024-12-17T23:31:30.6913925Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/refs' 2024-12-17T23:31:30.6914468Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/logs/HEAD' 2024-12-17T23:31:30.6915025Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/logs/refs/heads/master' 2024-12-17T23:31:30.6915897Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/logs/refs/heads' 2024-12-17T23:31:30.6916622Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.6917305Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/logs/refs/remotes/origin' 2024-12-17T23:31:30.6917985Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/logs/refs/remotes' 2024-12-17T23:31:30.6918610Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/logs/refs' 2024-12-17T23:31:30.6919184Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/logs' 2024-12-17T23:31:30.6919761Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/objects/info' 2024-12-17T23:31:30.6920543Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/objects/pack/pack-22fa65971eacc842233f5deb4a91f045ef0084e6.rev' 2024-12-17T23:31:30.6921527Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/objects/pack/pack-22fa65971eacc842233f5deb4a91f045ef0084e6.idx' 2024-12-17T23:31:30.6922584Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/objects/pack/pack-87082965462a52b21be4b63f8421366c4f1dc66b.idx' 2024-12-17T23:31:30.6923387Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/objects/pack/pack-87082965462a52b21be4b63f8421366c4f1dc66b.pack' 2024-12-17T23:31:30.6924359Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/objects/pack/pack-22fa65971eacc842233f5deb4a91f045ef0084e6.pack' 2024-12-17T23:31:30.6925265Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/objects/pack/pack-87082965462a52b21be4b63f8421366c4f1dc66b.rev' 2024-12-17T23:31:30.6925901Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/objects/pack' 2024-12-17T23:31:30.6926392Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/objects' 2024-12-17T23:31:30.6926855Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/FETCH_HEAD' 2024-12-17T23:31:30.6927363Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.6927907Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/hooks/post-update.sample' 2024-12-17T23:31:30.6928452Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.6929018Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.6929556Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/hooks/pre-rebase.sample' 2024-12-17T23:31:30.6930070Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/hooks/pre-commit.sample' 2024-12-17T23:31:30.6930578Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/hooks/commit-msg.sample' 2024-12-17T23:31:30.6931109Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.6931633Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/hooks/pre-push.sample' 2024-12-17T23:31:30.6932162Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.6932725Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.6933259Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/hooks/pre-receive.sample' 2024-12-17T23:31:30.6933756Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/hooks/update.sample' 2024-12-17T23:31:30.6934275Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.6934981Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/hooks' 2024-12-17T23:31:30.6935507Z removed 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl/shallow' 2024-12-17T23:31:30.6935935Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl/nccl' 2024-12-17T23:31:30.6936371Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nccl' 2024-12-17T23:31:30.6936788Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/info/exclude' 2024-12-17T23:31:30.6937234Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/info' 2024-12-17T23:31:30.6937697Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/branches' 2024-12-17T23:31:30.6938137Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/HEAD' 2024-12-17T23:31:30.6938557Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/packed-refs' 2024-12-17T23:31:30.6938987Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/config' 2024-12-17T23:31:30.6939400Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/description' 2024-12-17T23:31:30.6939812Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/index' 2024-12-17T23:31:30.6940517Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/refs/heads/dev' 2024-12-17T23:31:30.6941063Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/refs/heads' 2024-12-17T23:31:30.6941569Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.6942096Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/refs/remotes/origin' 2024-12-17T23:31:30.6942627Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/refs/remotes' 2024-12-17T23:31:30.6943245Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/refs/tags' 2024-12-17T23:31:30.6943823Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/refs' 2024-12-17T23:31:30.6944455Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/logs/HEAD' 2024-12-17T23:31:30.6944989Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/logs/refs/heads/dev' 2024-12-17T23:31:30.6945489Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/logs/refs/heads' 2024-12-17T23:31:30.6946067Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.6946623Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/logs/refs/remotes/origin' 2024-12-17T23:31:30.6947173Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/logs/refs/remotes' 2024-12-17T23:31:30.6947675Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/logs/refs' 2024-12-17T23:31:30.6948144Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/logs' 2024-12-17T23:31:30.6948621Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/objects/info' 2024-12-17T23:31:30.6949265Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/objects/pack/pack-385c84f89eab76efc6aab5517a8c5a621031741e.rev' 2024-12-17T23:31:30.6950045Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/objects/pack/pack-dfdcf42dcbdf9a9670b3fe32858edcd18231f231.idx' 2024-12-17T23:31:30.6950814Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/objects/pack/pack-dfdcf42dcbdf9a9670b3fe32858edcd18231f231.rev' 2024-12-17T23:31:30.6951595Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/objects/pack/pack-385c84f89eab76efc6aab5517a8c5a621031741e.pack' 2024-12-17T23:31:30.6952408Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/objects/pack/pack-dfdcf42dcbdf9a9670b3fe32858edcd18231f231.pack' 2024-12-17T23:31:30.6953182Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/objects/pack/pack-385c84f89eab76efc6aab5517a8c5a621031741e.idx' 2024-12-17T23:31:30.6953813Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/objects/pack' 2024-12-17T23:31:30.6954301Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/objects' 2024-12-17T23:31:30.6954754Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/FETCH_HEAD' 2024-12-17T23:31:30.6955255Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.6956115Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/hooks/post-update.sample' 2024-12-17T23:31:30.6956802Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.6957361Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.6957894Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/hooks/pre-rebase.sample' 2024-12-17T23:31:30.6958415Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/hooks/pre-commit.sample' 2024-12-17T23:31:30.6958913Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/hooks/commit-msg.sample' 2024-12-17T23:31:30.6959430Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.6959951Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/hooks/pre-push.sample' 2024-12-17T23:31:30.6960461Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.6961220Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.6961780Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/hooks/pre-receive.sample' 2024-12-17T23:31:30.6962282Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/hooks/update.sample' 2024-12-17T23:31:30.6962956Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.6963590Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc/hooks' 2024-12-17T23:31:30.6964034Z removed 'pytorch-release_2.6/.git/modules/third_party/mimalloc/shallow' 2024-12-17T23:31:30.6964459Z removed directory 'pytorch-release_2.6/.git/modules/third_party/mimalloc' 2024-12-17T23:31:30.6964884Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/info/exclude' 2024-12-17T23:31:30.6965321Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/info' 2024-12-17T23:31:30.6966142Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/info/exclude' 2024-12-17T23:31:30.6966836Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/info' 2024-12-17T23:31:30.6967600Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/info/exclude' 2024-12-17T23:31:30.6968454Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/info' 2024-12-17T23:31:30.6969324Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/branches' 2024-12-17T23:31:30.6970153Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/HEAD' 2024-12-17T23:31:30.6970967Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/packed-refs' 2024-12-17T23:31:30.6971792Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config' 2024-12-17T23:31:30.6972617Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/description' 2024-12-17T23:31:30.6973421Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/index' 2024-12-17T23:31:30.6974265Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/refs/heads/develop' 2024-12-17T23:31:30.6975155Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/refs/heads' 2024-12-17T23:31:30.6976220Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.6977166Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/refs/remotes/origin' 2024-12-17T23:31:30.6978099Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/refs/remotes' 2024-12-17T23:31:30.6978996Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/refs/tags' 2024-12-17T23:31:30.6979866Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/refs' 2024-12-17T23:31:30.6980698Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs/HEAD' 2024-12-17T23:31:30.6981568Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs/refs/heads/develop' 2024-12-17T23:31:30.6982493Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs/refs/heads' 2024-12-17T23:31:30.6983744Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.6984863Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs/refs/remotes/origin' 2024-12-17T23:31:30.6985827Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs/refs/remotes' 2024-12-17T23:31:30.6986737Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs/refs' 2024-12-17T23:31:30.6987609Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs' 2024-12-17T23:31:30.6988486Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/info' 2024-12-17T23:31:30.6989560Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/pack/pack-34161f66ff4c35918d834d067aeedf2f2ba9dfb6.pack' 2024-12-17T23:31:30.6990777Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/pack/pack-34161f66ff4c35918d834d067aeedf2f2ba9dfb6.rev' 2024-12-17T23:31:30.6991984Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/pack/pack-6e09b3764c88310596eabde2341a16d205b40de6.rev' 2024-12-17T23:31:30.6993401Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/pack/pack-34161f66ff4c35918d834d067aeedf2f2ba9dfb6.idx' 2024-12-17T23:31:30.6994611Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/pack/pack-6e09b3764c88310596eabde2341a16d205b40de6.pack' 2024-12-17T23:31:30.6996027Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/pack/pack-6e09b3764c88310596eabde2341a16d205b40de6.idx' 2024-12-17T23:31:30.6997092Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/pack' 2024-12-17T23:31:30.6997984Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects' 2024-12-17T23:31:30.6998836Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/FETCH_HEAD' 2024-12-17T23:31:30.6999756Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7000881Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/post-update.sample' 2024-12-17T23:31:30.7001849Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7002825Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7003778Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7004701Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/pre-commit.sample' 2024-12-17T23:31:30.7005623Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/commit-msg.sample' 2024-12-17T23:31:30.7006720Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7007784Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/pre-push.sample' 2024-12-17T23:31:30.7008720Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7009837Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7010826Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/pre-receive.sample' 2024-12-17T23:31:30.7011752Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/update.sample' 2024-12-17T23:31:30.7012683Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7013593Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks' 2024-12-17T23:31:30.7014436Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/shallow' 2024-12-17T23:31:30.7015249Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json' 2024-12-17T23:31:30.7016080Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/info/exclude' 2024-12-17T23:31:30.7016915Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/info' 2024-12-17T23:31:30.7017778Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/branches' 2024-12-17T23:31:30.7018757Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/HEAD' 2024-12-17T23:31:30.7019570Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/packed-refs' 2024-12-17T23:31:30.7020382Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config' 2024-12-17T23:31:30.7021195Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/description' 2024-12-17T23:31:30.7022019Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/index' 2024-12-17T23:31:30.7022845Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/refs/heads/master' 2024-12-17T23:31:30.7023725Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/refs/heads' 2024-12-17T23:31:30.7024629Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7025565Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/refs/remotes/origin' 2024-12-17T23:31:30.7026487Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/refs/remotes' 2024-12-17T23:31:30.7027509Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/refs/tags' 2024-12-17T23:31:30.7028502Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/refs' 2024-12-17T23:31:30.7029438Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs/HEAD' 2024-12-17T23:31:30.7030292Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs/refs/heads/master' 2024-12-17T23:31:30.7031212Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs/refs/heads' 2024-12-17T23:31:30.7032158Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7033133Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs/refs/remotes/origin' 2024-12-17T23:31:30.7034087Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs/refs/remotes' 2024-12-17T23:31:30.7035161Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs/refs' 2024-12-17T23:31:30.7036286Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs' 2024-12-17T23:31:30.7037165Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/info' 2024-12-17T23:31:30.7038207Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/pack/pack-085c0784929bb1400722c49f210f390cfcd1f959.idx' 2024-12-17T23:31:30.7039406Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/pack/pack-085c0784929bb1400722c49f210f390cfcd1f959.pack' 2024-12-17T23:31:30.7040599Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/pack/pack-085c0784929bb1400722c49f210f390cfcd1f959.rev' 2024-12-17T23:31:30.7041790Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/pack/pack-1041bd52d9d2161015981debcd81e0074bcda2e0.pack' 2024-12-17T23:31:30.7042973Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/pack/pack-1041bd52d9d2161015981debcd81e0074bcda2e0.rev' 2024-12-17T23:31:30.7044153Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/pack/pack-1041bd52d9d2161015981debcd81e0074bcda2e0.idx' 2024-12-17T23:31:30.7045193Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/pack' 2024-12-17T23:31:30.7046236Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects' 2024-12-17T23:31:30.7047081Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/FETCH_HEAD' 2024-12-17T23:31:30.7047988Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7048953Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/post-update.sample' 2024-12-17T23:31:30.7049905Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7051034Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7052458Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7053375Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/pre-commit.sample' 2024-12-17T23:31:30.7054296Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/commit-msg.sample' 2024-12-17T23:31:30.7055373Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7056320Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/pre-push.sample' 2024-12-17T23:31:30.7057252Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7058210Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7059146Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/pre-receive.sample' 2024-12-17T23:31:30.7060054Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/update.sample' 2024-12-17T23:31:30.7060967Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7061870Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks' 2024-12-17T23:31:30.7062696Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/shallow' 2024-12-17T23:31:30.7063539Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr' 2024-12-17T23:31:30.7064369Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/info/exclude' 2024-12-17T23:31:30.7065224Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/info' 2024-12-17T23:31:30.7066125Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/info/exclude' 2024-12-17T23:31:30.7067070Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/info' 2024-12-17T23:31:30.7068035Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/branches' 2024-12-17T23:31:30.7068965Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/HEAD' 2024-12-17T23:31:30.7069874Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/packed-refs' 2024-12-17T23:31:30.7070782Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config' 2024-12-17T23:31:30.7071693Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/description' 2024-12-17T23:31:30.7072746Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/index' 2024-12-17T23:31:30.7073785Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/refs/heads/master' 2024-12-17T23:31:30.7074762Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/refs/heads' 2024-12-17T23:31:30.7076099Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7077166Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/refs/remotes/origin' 2024-12-17T23:31:30.7078200Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/refs/remotes' 2024-12-17T23:31:30.7079194Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/refs/tags' 2024-12-17T23:31:30.7080162Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/refs' 2024-12-17T23:31:30.7081095Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs/HEAD' 2024-12-17T23:31:30.7082288Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs/refs/heads/master' 2024-12-17T23:31:30.7083301Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs/refs/heads' 2024-12-17T23:31:30.7084347Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7085422Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs/refs/remotes/origin' 2024-12-17T23:31:30.7086484Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs/refs/remotes' 2024-12-17T23:31:30.7087486Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs/refs' 2024-12-17T23:31:30.7088451Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs' 2024-12-17T23:31:30.7089430Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/info' 2024-12-17T23:31:30.7090733Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/pack/pack-dc37b731e11148a7ad0dd157270bdb1559e6ba10.rev' 2024-12-17T23:31:30.7092063Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/pack/pack-dc37b731e11148a7ad0dd157270bdb1559e6ba10.pack' 2024-12-17T23:31:30.7093375Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/pack/pack-dc37b731e11148a7ad0dd157270bdb1559e6ba10.idx' 2024-12-17T23:31:30.7094526Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/pack' 2024-12-17T23:31:30.7095796Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/84/11df715cf522606e3b1aca386ddfc0b63d34b4' 2024-12-17T23:31:30.7097026Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/84' 2024-12-17T23:31:30.7098128Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/bf/ccd82299ee210d3ae13fbf718479d66102039d' 2024-12-17T23:31:30.7099225Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/bf' 2024-12-17T23:31:30.7100456Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/2f/95332627860ced1b134061c240476622e6c7ac' 2024-12-17T23:31:30.7101562Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/2f' 2024-12-17T23:31:30.7102552Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects' 2024-12-17T23:31:30.7103499Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/FETCH_HEAD' 2024-12-17T23:31:30.7104510Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7105570Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/post-update.sample' 2024-12-17T23:31:30.7106631Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7107716Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7108763Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7109919Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/pre-commit.sample' 2024-12-17T23:31:30.7110933Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/commit-msg.sample' 2024-12-17T23:31:30.7111979Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7113019Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/pre-push.sample' 2024-12-17T23:31:30.7114048Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7115099Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7116359Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/pre-receive.sample' 2024-12-17T23:31:30.7117367Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/update.sample' 2024-12-17T23:31:30.7118649Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7119837Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks' 2024-12-17T23:31:30.7120778Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/shallow' 2024-12-17T23:31:30.7121687Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc' 2024-12-17T23:31:30.7122587Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules' 2024-12-17T23:31:30.7123475Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/branches' 2024-12-17T23:31:30.7124338Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/HEAD' 2024-12-17T23:31:30.7125173Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/packed-refs' 2024-12-17T23:31:30.7126001Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config' 2024-12-17T23:31:30.7126834Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/description' 2024-12-17T23:31:30.7127810Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/index' 2024-12-17T23:31:30.7128662Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/refs/heads/master' 2024-12-17T23:31:30.7129556Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/refs/heads' 2024-12-17T23:31:30.7130487Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7131447Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/refs/remotes/origin' 2024-12-17T23:31:30.7132398Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/refs/remotes' 2024-12-17T23:31:30.7133295Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/refs/tags' 2024-12-17T23:31:30.7134183Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/refs' 2024-12-17T23:31:30.7135048Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs/HEAD' 2024-12-17T23:31:30.7136002Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs/refs/heads/master' 2024-12-17T23:31:30.7136991Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs/refs/heads' 2024-12-17T23:31:30.7137951Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7138940Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs/refs/remotes/origin' 2024-12-17T23:31:30.7140043Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs/refs/remotes' 2024-12-17T23:31:30.7141087Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs/refs' 2024-12-17T23:31:30.7141969Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs' 2024-12-17T23:31:30.7142962Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/c5/3a128de51535c91e2aaf2d1a076d768f5b27d3' 2024-12-17T23:31:30.7143979Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/c5' 2024-12-17T23:31:30.7145041Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/info' 2024-12-17T23:31:30.7146067Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/ec/dd4658dc1fc7f860677d192a21a0af0a23cda7' 2024-12-17T23:31:30.7147079Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/ec' 2024-12-17T23:31:30.7148083Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/65/7a1f4d413ba0cf5225b6bd68229a8156cdb8f4' 2024-12-17T23:31:30.7149078Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/65' 2024-12-17T23:31:30.7150088Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/76/d7eddf752d3027f2a25e710fbdb99cfbe78c04' 2024-12-17T23:31:30.7151096Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/76' 2024-12-17T23:31:30.7152133Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/e8/f8c4d7827b9760f20c6a65bd606683fa87518e' 2024-12-17T23:31:30.7153166Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/e8' 2024-12-17T23:31:30.7154290Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/4b/84f7e3d5dc689d6ba9525d95b765aeb9677d5e' 2024-12-17T23:31:30.7155295Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/4b' 2024-12-17T23:31:30.7156478Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/0e/7ccdd6df17a1b7c57c34b55b9f1513c189b417' 2024-12-17T23:31:30.7157480Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/0e' 2024-12-17T23:31:30.7158482Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/6e/5267c1e41f80527fe7dfe1bafddb130819b296' 2024-12-17T23:31:30.7159485Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/6e' 2024-12-17T23:31:30.7160492Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/53/3fd61007af2efe3cf59f273ae731b6eb467611' 2024-12-17T23:31:30.7161646Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/53' 2024-12-17T23:31:30.7162725Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/pack/pack-dc37b731e11148a7ad0dd157270bdb1559e6ba10.rev' 2024-12-17T23:31:30.7164260Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/pack/pack-dc37b731e11148a7ad0dd157270bdb1559e6ba10.pack' 2024-12-17T23:31:30.7165484Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/pack/pack-dc37b731e11148a7ad0dd157270bdb1559e6ba10.idx' 2024-12-17T23:31:30.7166543Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/pack' 2024-12-17T23:31:30.7167568Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/aa/2072c575fee406fdb0b904d6c0fcb3f91a76e9' 2024-12-17T23:31:30.7168574Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/aa' 2024-12-17T23:31:30.7169583Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/4c/d1e69702a3b6e44659faf969280e6f1806f93a' 2024-12-17T23:31:30.7170688Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/4c/404fd6ca35a69e9af5b5ee9df110eb68f292f1' 2024-12-17T23:31:30.7171694Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/4c' 2024-12-17T23:31:30.7172837Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/d0/39e5c88312e40e3eb089b0c10be9f3ebd5dc83' 2024-12-17T23:31:30.7173846Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/d0' 2024-12-17T23:31:30.7174849Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/8f/5aa0babb38c243cc2f16f8048d2223d0ba6440' 2024-12-17T23:31:30.7175855Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/8f' 2024-12-17T23:31:30.7176862Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/7b/218b90d1525632860bc2eacc3feddc44517206' 2024-12-17T23:31:30.7177865Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/7b' 2024-12-17T23:31:30.7178862Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/a8/51b8f8b154914c345a5a6bf764c6f32572be4a' 2024-12-17T23:31:30.7179974Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/a8/cba2bf5c06116c8835a582ceb5f294837629fa' 2024-12-17T23:31:30.7180984Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/a8' 2024-12-17T23:31:30.7182126Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/3d/952a88ea0de789484857f5311536bd0a894b2b' 2024-12-17T23:31:30.7183131Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/3d' 2024-12-17T23:31:30.7184264Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/a5/12c2a2e6ec54d2ce3bc83bd9b24ace9f1c17ab' 2024-12-17T23:31:30.7185383Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/a5' 2024-12-17T23:31:30.7186382Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/6d/b509260199be10212c9181d574c8b741aa5222' 2024-12-17T23:31:30.7187374Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/6d' 2024-12-17T23:31:30.7188378Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/80/df818eba38a20203d8846eca87f51f24a5e4e3' 2024-12-17T23:31:30.7189381Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/80' 2024-12-17T23:31:30.7190533Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/e1/71aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-12-17T23:31:30.7191548Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/e1' 2024-12-17T23:31:30.7192572Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/b2/7e5fda11440a2881a3a16fff4240b6e4d53d9c' 2024-12-17T23:31:30.7193579Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/b2' 2024-12-17T23:31:30.7194594Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/29/be922faeb393ac6635211e6ccbcf0bee7f32b7' 2024-12-17T23:31:30.7195746Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/29' 2024-12-17T23:31:30.7196725Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects' 2024-12-17T23:31:30.7197592Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/FETCH_HEAD' 2024-12-17T23:31:30.7198511Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7199617Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/post-update.sample' 2024-12-17T23:31:30.7200603Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7201602Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7202572Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7203504Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/pre-commit.sample' 2024-12-17T23:31:30.7204441Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/commit-msg.sample' 2024-12-17T23:31:30.7205398Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7206501Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/pre-push.sample' 2024-12-17T23:31:30.7207566Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7208685Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7209649Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/pre-receive.sample' 2024-12-17T23:31:30.7210576Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/update.sample' 2024-12-17T23:31:30.7211505Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7212434Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks' 2024-12-17T23:31:30.7213285Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/shallow' 2024-12-17T23:31:30.7214106Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags' 2024-12-17T23:31:30.7214936Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/info/exclude' 2024-12-17T23:31:30.7215769Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/info' 2024-12-17T23:31:30.7216700Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/branches' 2024-12-17T23:31:30.7217589Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/HEAD' 2024-12-17T23:31:30.7218397Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/packed-refs' 2024-12-17T23:31:30.7219216Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config' 2024-12-17T23:31:30.7220024Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/description' 2024-12-17T23:31:30.7220823Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/index' 2024-12-17T23:31:30.7221648Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/refs/heads/master' 2024-12-17T23:31:30.7222533Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/refs/heads' 2024-12-17T23:31:30.7223442Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7224373Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/refs/remotes/origin' 2024-12-17T23:31:30.7225434Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/refs/remotes' 2024-12-17T23:31:30.7226330Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/refs/tags' 2024-12-17T23:31:30.7227199Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/refs' 2024-12-17T23:31:30.7228159Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs/HEAD' 2024-12-17T23:31:30.7229145Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs/refs/heads/master' 2024-12-17T23:31:30.7230056Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs/refs/heads' 2024-12-17T23:31:30.7230986Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7231955Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs/refs/remotes/origin' 2024-12-17T23:31:30.7232916Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs/refs/remotes' 2024-12-17T23:31:30.7233826Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs/refs' 2024-12-17T23:31:30.7234689Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs' 2024-12-17T23:31:30.7235559Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/info' 2024-12-17T23:31:30.7236831Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/pack/pack-9368e5f253aef8a7fb4facd9e37988fc86ac3638.idx' 2024-12-17T23:31:30.7238037Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/pack/pack-9368e5f253aef8a7fb4facd9e37988fc86ac3638.pack' 2024-12-17T23:31:30.7239402Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/pack/pack-d9602c64c529e967684087d9b9077bb40e00953e.rev' 2024-12-17T23:31:30.7240591Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/pack/pack-d9602c64c529e967684087d9b9077bb40e00953e.idx' 2024-12-17T23:31:30.7241775Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/pack/pack-d9602c64c529e967684087d9b9077bb40e00953e.pack' 2024-12-17T23:31:30.7242971Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/pack/pack-9368e5f253aef8a7fb4facd9e37988fc86ac3638.rev' 2024-12-17T23:31:30.7244014Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/pack' 2024-12-17T23:31:30.7244890Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects' 2024-12-17T23:31:30.7245737Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/FETCH_HEAD' 2024-12-17T23:31:30.7246784Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7247741Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/post-update.sample' 2024-12-17T23:31:30.7248689Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7249664Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7250762Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7251797Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/pre-commit.sample' 2024-12-17T23:31:30.7252745Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/commit-msg.sample' 2024-12-17T23:31:30.7253699Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7254665Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/pre-push.sample' 2024-12-17T23:31:30.7255601Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7256583Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7257537Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/pre-receive.sample' 2024-12-17T23:31:30.7258450Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/update.sample' 2024-12-17T23:31:30.7259369Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7260434Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks' 2024-12-17T23:31:30.7261273Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/shallow' 2024-12-17T23:31:30.7262095Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt' 2024-12-17T23:31:30.7262924Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/info/exclude' 2024-12-17T23:31:30.7263775Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/info' 2024-12-17T23:31:30.7264648Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/branches' 2024-12-17T23:31:30.7265483Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/HEAD' 2024-12-17T23:31:30.7266297Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/packed-refs' 2024-12-17T23:31:30.7267131Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config' 2024-12-17T23:31:30.7267958Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/description' 2024-12-17T23:31:30.7268769Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/index' 2024-12-17T23:31:30.7269606Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs/heads/master' 2024-12-17T23:31:30.7270494Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs/heads' 2024-12-17T23:31:30.7271406Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7272654Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs/remotes/origin' 2024-12-17T23:31:30.7273704Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs/remotes' 2024-12-17T23:31:30.7274683Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs/tags/v3.3.9' 2024-12-17T23:31:30.7275561Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs/tags' 2024-12-17T23:31:30.7276697Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs' 2024-12-17T23:31:30.7277536Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs/HEAD' 2024-12-17T23:31:30.7278409Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs/refs/heads/master' 2024-12-17T23:31:30.7279334Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs/refs/heads' 2024-12-17T23:31:30.7280274Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7281256Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs/refs/remotes/origin' 2024-12-17T23:31:30.7282225Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs/refs/remotes' 2024-12-17T23:31:30.7283139Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs/refs' 2024-12-17T23:31:30.7284259Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs' 2024-12-17T23:31:30.7285153Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/info' 2024-12-17T23:31:30.7286220Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/pack/pack-77e5d7e0dfc4d086633b533bd298f652f3bc3075.rev' 2024-12-17T23:31:30.7287430Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/pack/pack-df8847933e59580265c1686ea9334909c6dde567.rev' 2024-12-17T23:31:30.7288636Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/pack/pack-df8847933e59580265c1686ea9334909c6dde567.pack' 2024-12-17T23:31:30.7289852Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/pack/pack-77e5d7e0dfc4d086633b533bd298f652f3bc3075.pack' 2024-12-17T23:31:30.7291070Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/pack/pack-df8847933e59580265c1686ea9334909c6dde567.idx' 2024-12-17T23:31:30.7292275Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/pack/pack-77e5d7e0dfc4d086633b533bd298f652f3bc3075.idx' 2024-12-17T23:31:30.7293327Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/pack' 2024-12-17T23:31:30.7294226Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects' 2024-12-17T23:31:30.7295417Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/FETCH_HEAD' 2024-12-17T23:31:30.7296467Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7297429Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/post-update.sample' 2024-12-17T23:31:30.7298395Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7299382Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7300341Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7301268Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/pre-commit.sample' 2024-12-17T23:31:30.7302190Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/commit-msg.sample' 2024-12-17T23:31:30.7303141Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7304086Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/pre-push.sample' 2024-12-17T23:31:30.7305021Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7306183Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7307145Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/pre-receive.sample' 2024-12-17T23:31:30.7308058Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/update.sample' 2024-12-17T23:31:30.7308988Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7309903Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks' 2024-12-17T23:31:30.7310745Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/shallow' 2024-12-17T23:31:30.7311561Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM' 2024-12-17T23:31:30.7312405Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/info/exclude' 2024-12-17T23:31:30.7313250Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/info' 2024-12-17T23:31:30.7314115Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/branches' 2024-12-17T23:31:30.7314944Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/HEAD' 2024-12-17T23:31:30.7315904Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/packed-refs' 2024-12-17T23:31:30.7317080Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config' 2024-12-17T23:31:30.7318027Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/description' 2024-12-17T23:31:30.7318833Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/index' 2024-12-17T23:31:30.7319658Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/refs/heads/main' 2024-12-17T23:31:30.7320528Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/refs/heads' 2024-12-17T23:31:30.7321429Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7322376Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/refs/remotes/origin' 2024-12-17T23:31:30.7323302Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/refs/remotes' 2024-12-17T23:31:30.7324198Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/refs/tags' 2024-12-17T23:31:30.7325053Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/refs' 2024-12-17T23:31:30.7325884Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs/HEAD' 2024-12-17T23:31:30.7326884Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs/refs/heads/main' 2024-12-17T23:31:30.7327802Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs/refs/heads' 2024-12-17T23:31:30.7328743Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7329717Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs/refs/remotes/origin' 2024-12-17T23:31:30.7330677Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs/refs/remotes' 2024-12-17T23:31:30.7331586Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs/refs' 2024-12-17T23:31:30.7332443Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs' 2024-12-17T23:31:30.7333424Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/85/e7b1b9bc4459e60509e11c0d528b84d23db7cd' 2024-12-17T23:31:30.7334424Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/85' 2024-12-17T23:31:30.7335317Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/info' 2024-12-17T23:31:30.7336313Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/32/0eff78f4dd50ab94a31127e1314c0055f662d4' 2024-12-17T23:31:30.7337316Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/32' 2024-12-17T23:31:30.7338438Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4f/49309ebb97ff2091f087bed51a81f397b05aea' 2024-12-17T23:31:30.7339533Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4f' 2024-12-17T23:31:30.7340675Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/f6/8a2fa8ea36c783bdd760371411fcb495aa3150' 2024-12-17T23:31:30.7341673Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/f6' 2024-12-17T23:31:30.7342668Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/16/c576fc532835a69d976d7dd4a4bbaf90dd2b62' 2024-12-17T23:31:30.7343655Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/16' 2024-12-17T23:31:30.7344643Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/3e/1437b982e079a89a2d1dafaa077a4896413d55' 2024-12-17T23:31:30.7345634Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/3e' 2024-12-17T23:31:30.7346625Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4b/f7f69cb1e215faa3f241f69930fe0aab249829' 2024-12-17T23:31:30.7347615Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4b' 2024-12-17T23:31:30.7348593Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/8c/25868ff749f2bda0f544b2c476609d736e2773' 2024-12-17T23:31:30.7349580Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/8c' 2024-12-17T23:31:30.7350570Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4d/4ed01c5b9c404ba71297702af678d4f9a1aa14' 2024-12-17T23:31:30.7351562Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4d' 2024-12-17T23:31:30.7352583Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/7f/104ca46f065b8bea0deeceb84ef593f33013f6' 2024-12-17T23:31:30.7353720Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/7f' 2024-12-17T23:31:30.7354720Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/03/09d26592d55ffb0a2473ffdcf171cca39c3c05' 2024-12-17T23:31:30.7355928Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/03' 2024-12-17T23:31:30.7356933Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/0e/dd1f3018e9e6bf2ace9f761a0c221d962b4e9d' 2024-12-17T23:31:30.7357926Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/0e' 2024-12-17T23:31:30.7358911Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ca/2985fc8b183097063f73dad288e11bb60f5470' 2024-12-17T23:31:30.7359900Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ca' 2024-12-17T23:31:30.7361032Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/5f/cad59b4bf4584553d4ed3336e42038af1d87af' 2024-12-17T23:31:30.7362302Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/5f' 2024-12-17T23:31:30.7363363Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/pack/pack-cf74eb7f301aec6a43a61eeab295bc7df3800582.idx' 2024-12-17T23:31:30.7364587Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/pack/pack-cf74eb7f301aec6a43a61eeab295bc7df3800582.pack' 2024-12-17T23:31:30.7365798Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/pack/pack-cf74eb7f301aec6a43a61eeab295bc7df3800582.rev' 2024-12-17T23:31:30.7366854Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/pack' 2024-12-17T23:31:30.7367897Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/b7/0b48cce991f0a920763b33a758cb3d6c4f4b57' 2024-12-17T23:31:30.7368887Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/b7' 2024-12-17T23:31:30.7369870Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/e0/8989323f5ab210220e29caff81c23e7a0ed048' 2024-12-17T23:31:30.7371061Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/e0' 2024-12-17T23:31:30.7372062Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/88/0b1da43e8bf3b143a6552557e75c8b9886f8ab' 2024-12-17T23:31:30.7373056Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/88' 2024-12-17T23:31:30.7374044Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/94/813540a3ea17dfcdab74f0337e80e8181806c2' 2024-12-17T23:31:30.7375032Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/94' 2024-12-17T23:31:30.7376019Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/7c/c4712a56312e4692809f9503429f5ebc16aeb8' 2024-12-17T23:31:30.7377000Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/7c' 2024-12-17T23:31:30.7377990Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/1c/f0e9fbda41eb065ead027c303a61ce40f9a6d3' 2024-12-17T23:31:30.7378981Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/1c' 2024-12-17T23:31:30.7379969Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/aa/9e8e1e6e6b3cca0be06b423da93783748e290c' 2024-12-17T23:31:30.7380958Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/aa' 2024-12-17T23:31:30.7381943Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/9a/a2d0f40e823e6e14e6bb79396a53f8e9423e2d' 2024-12-17T23:31:30.7383062Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/9a' 2024-12-17T23:31:30.7384057Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/69/60e2afa3f31b50849330dd42a16a7d923d279e' 2024-12-17T23:31:30.7385171Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/69' 2024-12-17T23:31:30.7386160Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ed/d03c9691124a7ec50ddd53badcd902c5ef24f7' 2024-12-17T23:31:30.7387151Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ed' 2024-12-17T23:31:30.7388139Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/64/46bed3e43b98c7a4f703448157a3dc5e27552c' 2024-12-17T23:31:30.7389129Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/64' 2024-12-17T23:31:30.7390121Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/67/aa16e1785c40cb1bda45b90284aac89468243b' 2024-12-17T23:31:30.7391110Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/67' 2024-12-17T23:31:30.7392106Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/e6/4a10c2fe450abde6be479ad2fd93fd15e66a9c' 2024-12-17T23:31:30.7393096Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/e6' 2024-12-17T23:31:30.7394080Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/f7/6a8b26634e4c4bb72d3826087486bb6c4e93dc' 2024-12-17T23:31:30.7395144Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/f7' 2024-12-17T23:31:30.7396288Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/fe/1c45619c0df5c52c224e0d4c9547bcf74f7134' 2024-12-17T23:31:30.7397275Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/fe' 2024-12-17T23:31:30.7398437Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/36/d3c436c54c9005ea05c99650f905fbe84cab45' 2024-12-17T23:31:30.7399834Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/36' 2024-12-17T23:31:30.7400837Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/09/112736823118f7baab7817dfff777e0f309321' 2024-12-17T23:31:30.7401830Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/09' 2024-12-17T23:31:30.7402816Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/05/30fa4e3a673fac5ec156c220fd3d867c143b5f' 2024-12-17T23:31:30.7403808Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/05' 2024-12-17T23:31:30.7404801Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/6f/30d32a6e765951b1b1865cf6b14229c49602d0' 2024-12-17T23:31:30.7405961Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/6f' 2024-12-17T23:31:30.7407082Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/06/2a23ddf5ab1fd53ea4e8f2aac4ae9a3eba6a30' 2024-12-17T23:31:30.7408196Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/06/e31e1cef63b2dd5dbf023d7a78c059a8757bfb' 2024-12-17T23:31:30.7409188Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/06' 2024-12-17T23:31:30.7410173Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/2c/421485b3fe0f5b4ad741f457818e059cb1d46b' 2024-12-17T23:31:30.7411152Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/2c' 2024-12-17T23:31:30.7412245Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4a/81987d84272503f45151e61b749d12ed2ff951' 2024-12-17T23:31:30.7413669Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4a' 2024-12-17T23:31:30.7414661Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/2e/c53aebd7ee50431698bd2f5ea735cbad5b771c' 2024-12-17T23:31:30.7415653Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/2e' 2024-12-17T23:31:30.7416647Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/3d/a6cf3b4a7a8bb31cdf1e2ac2789c7ea01442f1' 2024-12-17T23:31:30.7417639Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/3d' 2024-12-17T23:31:30.7418634Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/0b/fecbab28d9eaa1afd7a399ebee03647d8beae5' 2024-12-17T23:31:30.7419629Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/0b' 2024-12-17T23:31:30.7420138Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/52/315cdeb28ac535209a1dc66f5a67477f94a662' 2024-12-17T23:31:30.7420536Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/52' 2024-12-17T23:31:30.7421041Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/be/57481d36d3d599c0b2dddfc3b085e5d4800804' 2024-12-17T23:31:30.7421446Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/be' 2024-12-17T23:31:30.7421952Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/6d/b420a7cdda16664fb6ec75d77fc9e25be0082f' 2024-12-17T23:31:30.7422355Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/6d' 2024-12-17T23:31:30.7422862Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/cf/d8d4d5f82211501561adf8bb6b8eac992164de' 2024-12-17T23:31:30.7423366Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/cf/8954cc6e00a9749e852ddbb1b74b6809bbb9b6' 2024-12-17T23:31:30.7423899Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/cf' 2024-12-17T23:31:30.7424510Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ef/cf051dace6083b5f5e79dfc39579898a646080' 2024-12-17T23:31:30.7424917Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ef' 2024-12-17T23:31:30.7425425Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/eb/afe615cc867f4629d02d7cae9e545f4914826b' 2024-12-17T23:31:30.7425822Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/eb' 2024-12-17T23:31:30.7426650Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/d8/b064a7074c66c2f55da58be5a72b9dff9486db' 2024-12-17T23:31:30.7427277Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/d8' 2024-12-17T23:31:30.7427791Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/19/bac9f409e9a90c618086fd012a258c6219c79f' 2024-12-17T23:31:30.7428190Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/19' 2024-12-17T23:31:30.7428706Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/bf/d4dd169fa9374333b0f41df436f8fda673ce23' 2024-12-17T23:31:30.7429105Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/bf' 2024-12-17T23:31:30.7429613Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/5a/c5d0c79f19e590f73b57c538d5f161dff16b49' 2024-12-17T23:31:30.7430020Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/5a' 2024-12-17T23:31:30.7430530Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/2f/ee84e3ff9a28a79ed1fd35e30eb8e98d9905d4' 2024-12-17T23:31:30.7430936Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/2f' 2024-12-17T23:31:30.7431437Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/21/426e3159da4569802e484a732ed2fdf438a63f' 2024-12-17T23:31:30.7431840Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/21' 2024-12-17T23:31:30.7432353Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/b1/81c81d5d4acc9757e97c0ed92a9750e1dab0d4' 2024-12-17T23:31:30.7432748Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/b1' 2024-12-17T23:31:30.7433257Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/35/6bd5033abf11ff864c378090ac063a46ee0d04' 2024-12-17T23:31:30.7433658Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/35' 2024-12-17T23:31:30.7434284Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/fd/99def249e904fa25f873433ca8932035a02946' 2024-12-17T23:31:30.7434791Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/fd' 2024-12-17T23:31:30.7435297Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ff/3a6037364ca7de7f3463aa07cfee2806119fd3' 2024-12-17T23:31:30.7435940Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ff' 2024-12-17T23:31:30.7436459Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/14/a60cdaf7d52de1d235edfbd6628a903229da06' 2024-12-17T23:31:30.7436857Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/14' 2024-12-17T23:31:30.7437369Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/71/257a96046af4dfabee9b44c7c2493f0402b4f3' 2024-12-17T23:31:30.7437770Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/71' 2024-12-17T23:31:30.7438278Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/48/a833f62e2af96071ce75208c0ad97e60c1132f' 2024-12-17T23:31:30.7438675Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/48' 2024-12-17T23:31:30.7439180Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/98/aca6fae5b8659087fb637659c376ab9bb16def' 2024-12-17T23:31:30.7439711Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/98' 2024-12-17T23:31:30.7440603Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/a0/2326bcc75f1c7cefad8977d1c13ac002e9426e' 2024-12-17T23:31:30.7441191Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/a0/c4f545c0a8b8744c6822eee0a07af0eddf3d03' 2024-12-17T23:31:30.7441595Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/a0' 2024-12-17T23:31:30.7442102Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/c9/14e2b8f7d582b35fccf8695fb5bb32d698244c' 2024-12-17T23:31:30.7442506Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/c9' 2024-12-17T23:31:30.7443012Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/77/c7f683b5adf888c2bb26fa104554b97951776d' 2024-12-17T23:31:30.7443424Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/77' 2024-12-17T23:31:30.7443926Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/7a/32a831569acca123276916419758b93a8e729c' 2024-12-17T23:31:30.7444324Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/7a' 2024-12-17T23:31:30.7444848Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/f0/616f73c59fd3c0eafec9c81bd6743da7ca1e21' 2024-12-17T23:31:30.7445421Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/f0' 2024-12-17T23:31:30.7446052Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/56/40b45b28126190994d2209c31177a67d2dacf9' 2024-12-17T23:31:30.7446451Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/56' 2024-12-17T23:31:30.7446958Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/74/4dc5aad132e899b6a417705d4642e1add0af58' 2024-12-17T23:31:30.7447361Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/74' 2024-12-17T23:31:30.7447869Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ea/0ae32a201f8d39ee586c4874b8f6db7a648e08' 2024-12-17T23:31:30.7448273Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ea' 2024-12-17T23:31:30.7448672Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects' 2024-12-17T23:31:30.7449041Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/FETCH_HEAD' 2024-12-17T23:31:30.7449505Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7449934Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/post-update.sample' 2024-12-17T23:31:30.7450395Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7450849Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7451269Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7451689Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/pre-commit.sample' 2024-12-17T23:31:30.7452139Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/commit-msg.sample' 2024-12-17T23:31:30.7452589Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7453007Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/pre-push.sample' 2024-12-17T23:31:30.7453450Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7453898Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7454321Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/pre-receive.sample' 2024-12-17T23:31:30.7454732Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/update.sample' 2024-12-17T23:31:30.7455166Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7455928Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks' 2024-12-17T23:31:30.7456444Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/shallow' 2024-12-17T23:31:30.7456816Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs' 2024-12-17T23:31:30.7457204Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/info/exclude' 2024-12-17T23:31:30.7457589Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/info' 2024-12-17T23:31:30.7457988Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/branches' 2024-12-17T23:31:30.7458348Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/HEAD' 2024-12-17T23:31:30.7458728Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/packed-refs' 2024-12-17T23:31:30.7459092Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config' 2024-12-17T23:31:30.7459465Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/description' 2024-12-17T23:31:30.7459820Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/index' 2024-12-17T23:31:30.7460220Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/refs/heads/master' 2024-12-17T23:31:30.7460628Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/refs/heads' 2024-12-17T23:31:30.7461060Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7461497Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/refs/remotes/origin' 2024-12-17T23:31:30.7461906Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/refs/remotes' 2024-12-17T23:31:30.7462312Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/refs/tags' 2024-12-17T23:31:30.7462694Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/refs' 2024-12-17T23:31:30.7463076Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs/HEAD' 2024-12-17T23:31:30.7463495Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs/refs/heads/master' 2024-12-17T23:31:30.7463915Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs/refs/heads' 2024-12-17T23:31:30.7464360Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7464816Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs/refs/remotes/origin' 2024-12-17T23:31:30.7465253Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs/refs/remotes' 2024-12-17T23:31:30.7465765Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs/refs' 2024-12-17T23:31:30.7466248Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs' 2024-12-17T23:31:30.7466663Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/info' 2024-12-17T23:31:30.7467175Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f2/dd0de378e8b6155b60a37683c6dc497c614f06' 2024-12-17T23:31:30.7467583Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f2' 2024-12-17T23:31:30.7468095Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/12/0b6d6358cee5b8d7a7ab4b725e2998314b329e' 2024-12-17T23:31:30.7468605Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/12/cf00a967db899c7211e84c07d88cf24b7ca236' 2024-12-17T23:31:30.7469013Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/12' 2024-12-17T23:31:30.7469521Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f6/e1078f39a2eb3eecc3f7b5679ebf445366c704' 2024-12-17T23:31:30.7469928Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f6' 2024-12-17T23:31:30.7470440Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/30/bf9364ef92bfcc97b4cb53d3ec6ca16baa71ac' 2024-12-17T23:31:30.7470842Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/30' 2024-12-17T23:31:30.7471352Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/95/a573b16b8c91a19063e74300542e1434fffe24' 2024-12-17T23:31:30.7471754Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/95' 2024-12-17T23:31:30.7472269Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e8/2c597f990d0219dcb7bb6a6c2cc333a44a279f' 2024-12-17T23:31:30.7472783Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e8/105d111d92b3e27a4888278becb054aba49dca' 2024-12-17T23:31:30.7473187Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e8' 2024-12-17T23:31:30.7473701Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a7/1979f83fe27a3f16a54a4aa188ad534cd2570a' 2024-12-17T23:31:30.7474103Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a7' 2024-12-17T23:31:30.7474621Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1f/55eff435b8f1d289faaeb0975751fac4dfd889' 2024-12-17T23:31:30.7475022Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1f' 2024-12-17T23:31:30.7475845Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/4d/0a38bca72bb8d2e00eb10b8ed4d191187acf46' 2024-12-17T23:31:30.7476405Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/4d' 2024-12-17T23:31:30.7476919Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/7f/bf46336b01c3ec3f7ce33431316d9a0e8037e8' 2024-12-17T23:31:30.7477327Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/7f' 2024-12-17T23:31:30.7477833Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/c4/c99ccd737b1a718ab1d93bc083f4329f8ea33c' 2024-12-17T23:31:30.7478235Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/c4' 2024-12-17T23:31:30.7478749Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/cc/d5ba9745ae491591ce651b69096879846a93fc' 2024-12-17T23:31:30.7479152Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/cc' 2024-12-17T23:31:30.7479661Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/43/159832d7b0b64009666aa370d5dd971ebdf7de' 2024-12-17T23:31:30.7480060Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/43' 2024-12-17T23:31:30.7480575Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/73/492bda7a7786038ab5ab6d2003e2b3f4d8a8df' 2024-12-17T23:31:30.7480976Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/73' 2024-12-17T23:31:30.7481489Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/2d/07c5f89875cb3ffc47f923eb9cdcec7288503f' 2024-12-17T23:31:30.7481900Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/2d' 2024-12-17T23:31:30.7482472Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/pack/pack-0386db6e51d2b086c7eec4c68d49c5768fe2ad5e.pack' 2024-12-17T23:31:30.7483051Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/pack/pack-0386db6e51d2b086c7eec4c68d49c5768fe2ad5e.rev' 2024-12-17T23:31:30.7483612Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/pack/pack-0386db6e51d2b086c7eec4c68d49c5768fe2ad5e.idx' 2024-12-17T23:31:30.7484029Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/pack' 2024-12-17T23:31:30.7484546Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b7/b5cf6c6650ab93b6b02cb1c955dc43ebf4620e' 2024-12-17T23:31:30.7484947Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b7' 2024-12-17T23:31:30.7485457Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/75/26fc3466008cc043c8a38592bdc6da46b15ab5' 2024-12-17T23:31:30.7486004Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/75' 2024-12-17T23:31:30.7486515Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/bd/fdc8b650073c892e856bb73302003e90bd5efd' 2024-12-17T23:31:30.7487136Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/bd/fb3c5f14daa840bce4eafc8c534039bf60057f' 2024-12-17T23:31:30.7487851Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/bd' 2024-12-17T23:31:30.7488667Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f3/47b98148fb1e597150a4a00de111315a768cdf' 2024-12-17T23:31:30.7489072Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f3' 2024-12-17T23:31:30.7489587Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/0a/cdc72b623b881eef7b82075dcbd96a5861f5ca' 2024-12-17T23:31:30.7489998Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/0a' 2024-12-17T23:31:30.7490500Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1d/0e13ac307a11383393049e292727d44d6ddf9d' 2024-12-17T23:31:30.7490909Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1d' 2024-12-17T23:31:30.7491417Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1e/d14498fba31eb3688c6db6f8b4814ffc84e11b' 2024-12-17T23:31:30.7491822Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1e' 2024-12-17T23:31:30.7492331Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/89/d008eb97a84b41e7520c9444357347da7b970e' 2024-12-17T23:31:30.7492730Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/89' 2024-12-17T23:31:30.7493237Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/aa/48f531554211f17305b4d561a622b8fc2971f8' 2024-12-17T23:31:30.7493640Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/aa' 2024-12-17T23:31:30.7494151Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/4c/ce32cedeec0a5800f923ea879ca0a9dddb19e4' 2024-12-17T23:31:30.7494560Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/4c' 2024-12-17T23:31:30.7495066Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/de/3b05d6530f3735907222164fab87c8e35e62b6' 2024-12-17T23:31:30.7495474Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/de' 2024-12-17T23:31:30.7495982Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/96/397d0be9bcb87477f0e6f7bd3a0c5a6f68123f' 2024-12-17T23:31:30.7496390Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/96' 2024-12-17T23:31:30.7497025Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/63/c6a8e7203d36f852a1c671c0c3bfdc99ff5b0e' 2024-12-17T23:31:30.7497527Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/63' 2024-12-17T23:31:30.7498035Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/33/0f4650c638afd6a4948dd4283b1a6c61a3f1b3' 2024-12-17T23:31:30.7498433Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/33' 2024-12-17T23:31:30.7498941Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/61/5dce789c11c20e1f23b7f71487c9eb316b0fa1' 2024-12-17T23:31:30.7499344Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/61' 2024-12-17T23:31:30.7499855Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b9/bef4ea6f5edfded5461f98c372773fd7e59611' 2024-12-17T23:31:30.7500264Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b9' 2024-12-17T23:31:30.7500770Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/66/fec91e52316b4eab81421e5f5e41aab19191ea' 2024-12-17T23:31:30.7501177Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/66' 2024-12-17T23:31:30.7501682Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e4/78a3663ab2026bdd538ac2d10bbbc4dc3d9acd' 2024-12-17T23:31:30.7502084Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e4' 2024-12-17T23:31:30.7502594Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/97/244ab79aebd3264b61d0c7598f76a01dc74092' 2024-12-17T23:31:30.7502991Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/97' 2024-12-17T23:31:30.7503501Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e6/af56134a233e9fbf01e6d927135a0106129b75' 2024-12-17T23:31:30.7503998Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e6/144119283d14e69b01d965bf17493a44d6639d' 2024-12-17T23:31:30.7504400Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e6' 2024-12-17T23:31:30.7504915Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/72/8b5fe3cb37be590d0c5221cd995fca4f99a48b' 2024-12-17T23:31:30.7505316Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/72' 2024-12-17T23:31:30.7505829Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/dc/bb194c4b37ef194b4959c87de6966bb894f5cb' 2024-12-17T23:31:30.7506229Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/dc' 2024-12-17T23:31:30.7506843Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/38/396b580b37b961f2fc72b254de161cbafdc060' 2024-12-17T23:31:30.7507355Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/38/2f92259c8ed97f637714a4d83df1d6d2e35254' 2024-12-17T23:31:30.7507856Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/38' 2024-12-17T23:31:30.7508366Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/05/ab0f3e73ecfe02a95252287b0e395c1564020f' 2024-12-17T23:31:30.7508873Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/05/cb688cdb5fdb4467b9f026a0b0ec93c65811e0' 2024-12-17T23:31:30.7509273Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/05' 2024-12-17T23:31:30.7509784Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/d9/79b82c45fb5bce6d14576455b3a65dee94f228' 2024-12-17T23:31:30.7510184Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/d9' 2024-12-17T23:31:30.7510694Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/dd/c90b0a43f8d89f5c7a48b094cd62f59d7b863f' 2024-12-17T23:31:30.7511093Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/dd' 2024-12-17T23:31:30.7511597Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a6/4685c9e5cdbf78fe1fb1be22334a6874f598a5' 2024-12-17T23:31:30.7512009Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a6' 2024-12-17T23:31:30.7512521Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/2e/e9da0b4c827c9bfafdb9c8c83a86c085697a2b' 2024-12-17T23:31:30.7512935Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/2e' 2024-12-17T23:31:30.7513437Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/57/613614b89d8fbe552e8a1a6a0a26d0429a04f0' 2024-12-17T23:31:30.7513842Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/57' 2024-12-17T23:31:30.7514345Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/d3/b51e35529e4c5c8b441ade70122388d5ee2e03' 2024-12-17T23:31:30.7514747Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/d3' 2024-12-17T23:31:30.7515259Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/6b/883684065dcc3b4bee4924c8962293ef744613' 2024-12-17T23:31:30.7515877Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/6b' 2024-12-17T23:31:30.7516406Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/01/31f4922742a398347195561777b93f7f367f91' 2024-12-17T23:31:30.7516809Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/01' 2024-12-17T23:31:30.7517469Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e5/f8c2e01a9b4cb390ae2802989fa713506a6d41' 2024-12-17T23:31:30.7518025Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e5' 2024-12-17T23:31:30.7518544Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/0b/20d238636febaec94eb9bbe96bb9cedeb48dc0' 2024-12-17T23:31:30.7519053Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/0b/20ed2704fa88c4180b0ea2e32bee4192afa212' 2024-12-17T23:31:30.7519456Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/0b' 2024-12-17T23:31:30.7519970Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a5/0e44aff94e822c0e819f82234861068b20b203' 2024-12-17T23:31:30.7520380Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a5' 2024-12-17T23:31:30.7520881Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/84/6b4448d0791e0445b1d874f8978bd7ad006b00' 2024-12-17T23:31:30.7521286Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/84' 2024-12-17T23:31:30.7521788Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/10/c89f609e83c549b0e0e107d401923e4b5fc17d' 2024-12-17T23:31:30.7522190Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/10' 2024-12-17T23:31:30.7522701Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a1/07e9391906d15843cf06000db287e43493e710' 2024-12-17T23:31:30.7523104Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a1' 2024-12-17T23:31:30.7523619Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/55/b98b2d484f09d917fbcdf4ce1aa98b2ee97979' 2024-12-17T23:31:30.7524020Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/55' 2024-12-17T23:31:30.7524527Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/eb/e95b1cd7a6ccb9d0918aeb53e242ba34e04d76' 2024-12-17T23:31:30.7524934Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/eb' 2024-12-17T23:31:30.7525458Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/19/082cd5b441597067d06bdb899c07f327ba1af2' 2024-12-17T23:31:30.7525863Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/19' 2024-12-17T23:31:30.7526362Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/90/65173d256c52c57702c855517ff367d6aad40e' 2024-12-17T23:31:30.7526766Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/90' 2024-12-17T23:31:30.7527388Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/5a/8b515cd60408206e0d6dcc86d36595d13b14a8' 2024-12-17T23:31:30.7527897Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/5a/b241455d410538fbe55737c476e0a58f8684c3' 2024-12-17T23:31:30.7528407Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/5a' 2024-12-17T23:31:30.7528912Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b3/3e3bad4c46c8a6345525fd822af355e5ef9446' 2024-12-17T23:31:30.7529319Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b3' 2024-12-17T23:31:30.7529833Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/07/e28bce2f8fe494050d716e4f75a3373f7a19ff' 2024-12-17T23:31:30.7530238Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/07' 2024-12-17T23:31:30.7530750Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/27/e12544ed824b4755565b1016a1d8e796bbec35' 2024-12-17T23:31:30.7531149Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/27' 2024-12-17T23:31:30.7531661Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1b/0472aff4f8818d0a40dd4feac7116a47e59179' 2024-12-17T23:31:30.7532060Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1b' 2024-12-17T23:31:30.7532571Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b1/a30e1dfc3e6a29feba005a2a73a0b8239f7e9c' 2024-12-17T23:31:30.7533080Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b1/2adc12e5a3f8358e56763933a9345909b78a09' 2024-12-17T23:31:30.7533482Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b1' 2024-12-17T23:31:30.7533995Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a3/32f1a19963ec99d258cf57ce1beb10a2bfa7f9' 2024-12-17T23:31:30.7534396Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a3' 2024-12-17T23:31:30.7534905Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/93/b1acdeaedf965a44e8dfd6809622d1229c4994' 2024-12-17T23:31:30.7535316Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/93' 2024-12-17T23:31:30.7535820Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/80/bca86256154557257b65d0626a86548f72d443' 2024-12-17T23:31:30.7536228Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/80' 2024-12-17T23:31:30.7536738Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/bc/b12deace27b3fe8f032aabf90bd9d60a5887a1' 2024-12-17T23:31:30.7537137Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/bc' 2024-12-17T23:31:30.7537754Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b2/25b7ecd601c0d9f0d4825ff723741d20e84bd1' 2024-12-17T23:31:30.7538254Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b2' 2024-12-17T23:31:30.7538768Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/c9/ac1a4c14e64a93c994a3d1ebcd8b6c1585fcaa' 2024-12-17T23:31:30.7539171Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/c9' 2024-12-17T23:31:30.7539674Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/d4/bb47eea916c3414d18f5d200cad5ed17aa8fee' 2024-12-17T23:31:30.7540081Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/d4' 2024-12-17T23:31:30.7540581Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/5c/5c9c0da26285b0b1304e0a7f820af127f8dcd4' 2024-12-17T23:31:30.7540988Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/5c' 2024-12-17T23:31:30.7541490Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f0/022e7f31b886f4958a259e9a1179bbc2ba8bd3' 2024-12-17T23:31:30.7541888Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f0' 2024-12-17T23:31:30.7542398Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/fb/b5f9888eb1e1d57eb36ffad78532f5846a0b3a' 2024-12-17T23:31:30.7542801Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/fb' 2024-12-17T23:31:30.7543321Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/42/cdbbe0a3f46a5aaa295dcfabe5bd920029575f' 2024-12-17T23:31:30.7544144Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/42/08d9e2fd4215d6bdff29e6d892945961df73f5' 2024-12-17T23:31:30.7544556Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/42' 2024-12-17T23:31:30.7545069Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/9d/711ec62b5992e50c8ebf31f46b58a35b5f1f4d' 2024-12-17T23:31:30.7545476Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/9d' 2024-12-17T23:31:30.7545995Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/ea/d35895a8b8451d49bdc2e95a23f5d4c7b762a5' 2024-12-17T23:31:30.7546397Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/ea' 2024-12-17T23:31:30.7546907Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/26/78271ddf2b7796caabfb20fe80b05f05eb7f03' 2024-12-17T23:31:30.7547315Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/26' 2024-12-17T23:31:30.7547951Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/40/28ccc0fd06286c2f4c818a5f6fa9c6c2355f17' 2024-12-17T23:31:30.7548363Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/40' 2024-12-17T23:31:30.7548964Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/91/1970c98f82b7142dad16515677115c69b9fca4' 2024-12-17T23:31:30.7549368Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/91' 2024-12-17T23:31:30.7549766Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects' 2024-12-17T23:31:30.7550141Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/FETCH_HEAD' 2024-12-17T23:31:30.7550604Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7551034Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/post-update.sample' 2024-12-17T23:31:30.7551486Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7551973Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7552395Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7552816Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/pre-commit.sample' 2024-12-17T23:31:30.7553236Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/commit-msg.sample' 2024-12-17T23:31:30.7553683Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7554106Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/pre-push.sample' 2024-12-17T23:31:30.7554544Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7554991Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7555417Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/pre-receive.sample' 2024-12-17T23:31:30.7555966Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/update.sample' 2024-12-17T23:31:30.7556414Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7556802Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks' 2024-12-17T23:31:30.7557170Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/shallow' 2024-12-17T23:31:30.7557720Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog' 2024-12-17T23:31:30.7558604Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/info/exclude' 2024-12-17T23:31:30.7559051Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/info' 2024-12-17T23:31:30.7559620Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/branches' 2024-12-17T23:31:30.7559998Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/HEAD' 2024-12-17T23:31:30.7560398Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/packed-refs' 2024-12-17T23:31:30.7560775Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config' 2024-12-17T23:31:30.7561185Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/description' 2024-12-17T23:31:30.7561558Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/index' 2024-12-17T23:31:30.7561980Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/refs/heads/main' 2024-12-17T23:31:30.7562406Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/refs/heads' 2024-12-17T23:31:30.7562851Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7563321Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/refs/remotes/origin' 2024-12-17T23:31:30.7563759Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/refs/remotes' 2024-12-17T23:31:30.7564190Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/refs/tags' 2024-12-17T23:31:30.7564593Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/refs' 2024-12-17T23:31:30.7564981Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs/HEAD' 2024-12-17T23:31:30.7565416Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs/refs/heads/main' 2024-12-17T23:31:30.7565860Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs/refs/heads' 2024-12-17T23:31:30.7566330Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7566811Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs/refs/remotes/origin' 2024-12-17T23:31:30.7567261Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs/refs/remotes' 2024-12-17T23:31:30.7567687Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs/refs' 2024-12-17T23:31:30.7568095Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs' 2024-12-17T23:31:30.7568666Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/info' 2024-12-17T23:31:30.7569270Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/pack/pack-09b1f02656594cd0bb93ba3e2010d201cdbfba8f.pack' 2024-12-17T23:31:30.7569971Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.rev' 2024-12-17T23:31:30.7570556Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/pack/pack-09b1f02656594cd0bb93ba3e2010d201cdbfba8f.rev' 2024-12-17T23:31:30.7571135Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/pack/pack-09b1f02656594cd0bb93ba3e2010d201cdbfba8f.idx' 2024-12-17T23:31:30.7571774Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.idx' 2024-12-17T23:31:30.7572787Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.pack' 2024-12-17T23:31:30.7573307Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/pack' 2024-12-17T23:31:30.7573727Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects' 2024-12-17T23:31:30.7574120Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/FETCH_HEAD' 2024-12-17T23:31:30.7574610Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7575061Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/post-update.sample' 2024-12-17T23:31:30.7575539Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7576009Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7576452Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7576899Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/pre-commit.sample' 2024-12-17T23:31:30.7577340Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/commit-msg.sample' 2024-12-17T23:31:30.7577815Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7578252Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/pre-push.sample' 2024-12-17T23:31:30.7578709Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7579181Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7579753Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/pre-receive.sample' 2024-12-17T23:31:30.7580288Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/update.sample' 2024-12-17T23:31:30.7580747Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7581155Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks' 2024-12-17T23:31:30.7581543Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/shallow' 2024-12-17T23:31:30.7581931Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest' 2024-12-17T23:31:30.7582292Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party' 2024-12-17T23:31:30.7582612Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules' 2024-12-17T23:31:30.7582922Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/branches' 2024-12-17T23:31:30.7583198Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/HEAD' 2024-12-17T23:31:30.7583495Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/packed-refs' 2024-12-17T23:31:30.7583774Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config' 2024-12-17T23:31:30.7584062Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/description' 2024-12-17T23:31:30.7584336Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/index' 2024-12-17T23:31:30.7584646Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/refs/heads/main' 2024-12-17T23:31:30.7584967Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/refs/heads' 2024-12-17T23:31:30.7585302Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7585657Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/refs/remotes/origin' 2024-12-17T23:31:30.7586009Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/refs/remotes' 2024-12-17T23:31:30.7586553Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/refs/tags' 2024-12-17T23:31:30.7587060Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/refs' 2024-12-17T23:31:30.7587432Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs/HEAD' 2024-12-17T23:31:30.7587755Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs/refs/heads/main' 2024-12-17T23:31:30.7588091Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs/refs/heads' 2024-12-17T23:31:30.7588443Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7588817Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs/refs/remotes/origin' 2024-12-17T23:31:30.7589163Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs/refs/remotes' 2024-12-17T23:31:30.7589607Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs/refs' 2024-12-17T23:31:30.7590004Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs' 2024-12-17T23:31:30.7590329Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/info' 2024-12-17T23:31:30.7590813Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/pack/pack-fa64e11d429d095af188aa6dfbe55ed297d713ae.rev' 2024-12-17T23:31:30.7591295Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/pack/pack-fa64e11d429d095af188aa6dfbe55ed297d713ae.pack' 2024-12-17T23:31:30.7591767Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/pack/pack-6e9031315900aa1d37b217a6985f1897d25fa88f.idx' 2024-12-17T23:31:30.7592237Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/pack/pack-6e9031315900aa1d37b217a6985f1897d25fa88f.pack' 2024-12-17T23:31:30.7592701Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/pack/pack-6e9031315900aa1d37b217a6985f1897d25fa88f.rev' 2024-12-17T23:31:30.7593176Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/pack/pack-fa64e11d429d095af188aa6dfbe55ed297d713ae.idx' 2024-12-17T23:31:30.7593504Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/pack' 2024-12-17T23:31:30.7593820Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects' 2024-12-17T23:31:30.7594106Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/FETCH_HEAD' 2024-12-17T23:31:30.7594479Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7594826Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/post-update.sample' 2024-12-17T23:31:30.7595191Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7595557Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7596147Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7596483Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/pre-commit.sample' 2024-12-17T23:31:30.7596823Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/commit-msg.sample' 2024-12-17T23:31:30.7597176Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7597514Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/pre-push.sample' 2024-12-17T23:31:30.7597866Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7598220Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7598564Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/pre-receive.sample' 2024-12-17T23:31:30.7598881Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/update.sample' 2024-12-17T23:31:30.7599396Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7599827Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks' 2024-12-17T23:31:30.7600104Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/shallow' 2024-12-17T23:31:30.7600390Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog' 2024-12-17T23:31:30.7600666Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/info/exclude' 2024-12-17T23:31:30.7600946Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/info' 2024-12-17T23:31:30.7601263Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/branches' 2024-12-17T23:31:30.7601736Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/HEAD' 2024-12-17T23:31:30.7602109Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/packed-refs' 2024-12-17T23:31:30.7602376Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config' 2024-12-17T23:31:30.7602650Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/description' 2024-12-17T23:31:30.7602913Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/index' 2024-12-17T23:31:30.7603209Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/refs/heads/master' 2024-12-17T23:31:30.7603516Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/refs/heads' 2024-12-17T23:31:30.7603841Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7604180Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/refs/remotes/origin' 2024-12-17T23:31:30.7604496Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/refs/remotes' 2024-12-17T23:31:30.7604808Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/refs/tags' 2024-12-17T23:31:30.7605089Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/refs' 2024-12-17T23:31:30.7605364Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs/HEAD' 2024-12-17T23:31:30.7605675Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs/refs/heads/master' 2024-12-17T23:31:30.7605993Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs/refs/heads' 2024-12-17T23:31:30.7606338Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7606696Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs/refs/remotes/origin' 2024-12-17T23:31:30.7607031Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs/refs/remotes' 2024-12-17T23:31:30.7607328Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs/refs' 2024-12-17T23:31:30.7607608Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs' 2024-12-17T23:31:30.7607924Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/info' 2024-12-17T23:31:30.7608467Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/82/c0fd6a27532a77241150d8023615a425825598' 2024-12-17T23:31:30.7608782Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/82' 2024-12-17T23:31:30.7609393Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/3b/fb5bbd4034b109e5e12f3006132347f624d0f0' 2024-12-17T23:31:30.7609697Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/3b' 2024-12-17T23:31:30.7610115Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/17/c95cfe57ed2d97573a3866edbf6e5d11324a7f' 2024-12-17T23:31:30.7610416Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/17' 2024-12-17T23:31:30.7610830Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/ee/4b06fd5e724f55eb591584fa9cfe48fca6f610' 2024-12-17T23:31:30.7611137Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/ee' 2024-12-17T23:31:30.7611539Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f6/8157e32e7585578c468f4d4559481d024cd30c' 2024-12-17T23:31:30.7611845Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f6' 2024-12-17T23:31:30.7612252Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/30/ac9de70786e5ffd593b524eddae3a9ce9997fd' 2024-12-17T23:31:30.7612654Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/30/98d45849610c2a31151657dba4579d06182023' 2024-12-17T23:31:30.7612954Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/30' 2024-12-17T23:31:30.7613360Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/95/ceb3d08217d0e7d19958644dea6dc213fa5c3b' 2024-12-17T23:31:30.7613670Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/95' 2024-12-17T23:31:30.7614074Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/d1/21f7df2b7b470fc9f8490ecf0985bbe0ebf7d7' 2024-12-17T23:31:30.7614373Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/d1' 2024-12-17T23:31:30.7614786Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/1f/1cda74ef4700ec823c7d8fca4cceb5f3d2c6f1' 2024-12-17T23:31:30.7615085Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/1f' 2024-12-17T23:31:30.7615498Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/4e/df16cf23c8dacda9830734c6c4fbc001d80454' 2024-12-17T23:31:30.7615797Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/4e' 2024-12-17T23:31:30.7616202Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/31/a60e8faf1a6dc52a65e13b7581c6f87b316b0d' 2024-12-17T23:31:30.7616613Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/31/2e632bdccd661e26be3b619de58f21d3be98dc' 2024-12-17T23:31:30.7616911Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/31' 2024-12-17T23:31:30.7617320Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c4/a160688d4c2c12e59f3bfb8dfd9f4710e3f048' 2024-12-17T23:31:30.7617622Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c4' 2024-12-17T23:31:30.7618149Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/da/c9a30bddccfaaa81c05391de4c217974c7c02d' 2024-12-17T23:31:30.7618563Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/da' 2024-12-17T23:31:30.7618964Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/45/7857c4f8984d417eba2cfd2974098bb5f23234' 2024-12-17T23:31:30.7619268Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/45' 2024-12-17T23:31:30.7619723Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/pack/pack-d9602c64c529e967684087d9b9077bb40e00953e.rev' 2024-12-17T23:31:30.7620173Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/pack/pack-d9602c64c529e967684087d9b9077bb40e00953e.idx' 2024-12-17T23:31:30.7620636Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/pack/pack-d9602c64c529e967684087d9b9077bb40e00953e.pack' 2024-12-17T23:31:30.7620952Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/pack' 2024-12-17T23:31:30.7621359Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/00/41a40c1350ba702d475b9c4ad62da77caea164' 2024-12-17T23:31:30.7621661Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/00' 2024-12-17T23:31:30.7622063Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/59/2ac29190add538b3494f9273d6737fc11a447a' 2024-12-17T23:31:30.7622366Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/59' 2024-12-17T23:31:30.7622770Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f3/87903cf63488892ff7ff5eb7d732cb4f0ca208' 2024-12-17T23:31:30.7623087Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f3' 2024-12-17T23:31:30.7623487Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/7c/2a19b4084de8f8bb9376d91c9a508f396e50df' 2024-12-17T23:31:30.7623790Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/7c' 2024-12-17T23:31:30.7624196Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/28/5363a767656bf52c5675a00a2da8c160c84aef' 2024-12-17T23:31:30.7624497Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/28' 2024-12-17T23:31:30.7624895Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/96/45f832391f89d9e292b0657d0b698078bf609a' 2024-12-17T23:31:30.7625215Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/96' 2024-12-17T23:31:30.7625626Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/69/01918ede3031089b392d21481ebea9f6341004' 2024-12-17T23:31:30.7625937Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/69' 2024-12-17T23:31:30.7626341Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/8d/07cc672337358bcc0b5ccfeab98059e2d97119' 2024-12-17T23:31:30.7626646Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/8d' 2024-12-17T23:31:30.7627054Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/97/6402a42b66cded40ea11d61fbe945e590e2631' 2024-12-17T23:31:30.7627466Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/97' 2024-12-17T23:31:30.7627975Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c8/2e7378cd94d12bf36abce63eee275f17d58bac' 2024-12-17T23:31:30.7628420Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c8' 2024-12-17T23:31:30.7629113Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c1/b8e2198360fbfe82cf6a079d32af0d25f20d2a' 2024-12-17T23:31:30.7629640Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c1' 2024-12-17T23:31:30.7630332Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/6f/7214a8ff89c1031ff95e420d05dd43d7b8a01d' 2024-12-17T23:31:30.7630864Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/6f' 2024-12-17T23:31:30.7631565Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/df/55d340f018f5faae470f58fb06507148728e2c' 2024-12-17T23:31:30.7632082Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/df' 2024-12-17T23:31:30.7632646Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/4a/de52ab223d80bde55da94236b57c3fc91d5058' 2024-12-17T23:31:30.7632950Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/4a' 2024-12-17T23:31:30.7633366Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/57/fe7a5857ad30f32ee0c7dbd16dfcf8b33e8e49' 2024-12-17T23:31:30.7633674Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/57' 2024-12-17T23:31:30.7634079Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/3d/2572179ec29f73084d0f7fb0082823db4f4e76' 2024-12-17T23:31:30.7634388Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/3d' 2024-12-17T23:31:30.7634792Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/d3/f03b7f3855ba49eced1252cb1225d9af80b434' 2024-12-17T23:31:30.7635094Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/d3' 2024-12-17T23:31:30.7635501Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/25/7b6ead7a8f75415160109e06c81a667cd0153e' 2024-12-17T23:31:30.7635959Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/25' 2024-12-17T23:31:30.7636373Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/51/3626c24d9f8341ed127be2c42fab6c89f15d04' 2024-12-17T23:31:30.7636678Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/51' 2024-12-17T23:31:30.7637081Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/01/a61cee61fbde07b40e69f705a098b24050c7f4' 2024-12-17T23:31:30.7637483Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/01/4396b9461c40086998e4914d57210477c1ba72' 2024-12-17T23:31:30.7637783Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/01' 2024-12-17T23:31:30.7638188Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/a1/065ad33ea6272f0b35d69961399cd7a8444787' 2024-12-17T23:31:30.7638768Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/a1/b992b8c7b234970541fb04da722c9b0ea67f5b' 2024-12-17T23:31:30.7639200Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/a1' 2024-12-17T23:31:30.7639610Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/52/2f9e1d3bf7883820be8fad8ff4d9794c6ad2fd' 2024-12-17T23:31:30.7639912Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/52' 2024-12-17T23:31:30.7640319Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/55/a31d0a87dc788d2d10d7db17751632a5e4f4a6' 2024-12-17T23:31:30.7640623Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/55' 2024-12-17T23:31:30.7641031Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/5b/efcab6c58099d46b452eb8e31bd3b058406e1d' 2024-12-17T23:31:30.7641442Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/5b/4e213a0d3aeebf5de8b829eb01e5538babdfd2' 2024-12-17T23:31:30.7641750Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/5b' 2024-12-17T23:31:30.7642148Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/d8/30e7e5915b5f45f9317102effa954731816c5e' 2024-12-17T23:31:30.7642456Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/d8' 2024-12-17T23:31:30.7642854Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/19/72cce529203171996a4c7d8fe4e64f2867448c' 2024-12-17T23:31:30.7643338Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/19' 2024-12-17T23:31:30.7644042Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/5a/be38b27e420ac25bdc0c1fadcd8e6d0dd6ee7e' 2024-12-17T23:31:30.7644361Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/5a' 2024-12-17T23:31:30.7644770Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/07/b7eb3535ee9e4283c61550bf1cc8392e607750' 2024-12-17T23:31:30.7645072Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/07' 2024-12-17T23:31:30.7645479Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/2f/751ed7906c58a17961bde78d0fe6dea61b40ab' 2024-12-17T23:31:30.7645780Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/2f' 2024-12-17T23:31:30.7646186Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/ab/94209fa436ac55c9e49223408e4500fe32e8b2' 2024-12-17T23:31:30.7646595Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/ab/7b2bf732f1901ab314874471e84879c217c4c1' 2024-12-17T23:31:30.7646899Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/ab' 2024-12-17T23:31:30.7647304Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/39/1d3a248c26110e3bb165c6515b2a61ebd50bf7' 2024-12-17T23:31:30.7647604Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/39' 2024-12-17T23:31:30.7648090Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/27/3664997620cb0fdcb2bc592a2a6c965ead1c2c' 2024-12-17T23:31:30.7648401Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/27' 2024-12-17T23:31:30.7648931Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/ae/5252fc54c49a314aa64abea1a12b233921fd29' 2024-12-17T23:31:30.7649340Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/ae' 2024-12-17T23:31:30.7649741Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/b1/f39ed22202d5b334d359b6fd6c66e128312ee2' 2024-12-17T23:31:30.7650043Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/b1' 2024-12-17T23:31:30.7650450Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/db/27a5b2f8352b9f221d35009062d340d955831a' 2024-12-17T23:31:30.7650750Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/db' 2024-12-17T23:31:30.7651153Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/a4/c350bc0a0b79c379671c3dfe257a427bb86736' 2024-12-17T23:31:30.7651463Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/a4' 2024-12-17T23:31:30.7651864Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/fd/f02dce661813f261012fac03743d598c374fa5' 2024-12-17T23:31:30.7652202Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/fd' 2024-12-17T23:31:30.7652738Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/58/d57c69da43696bfe74bc061a0484553a23459a' 2024-12-17T23:31:30.7653252Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/58' 2024-12-17T23:31:30.7653775Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/0c/256a692bb13c134cd48dfaf3c65c1e89625d54' 2024-12-17T23:31:30.7654084Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/0c' 2024-12-17T23:31:30.7654486Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/87/fa53f8470580e318801da61e811b361591ee54' 2024-12-17T23:31:30.7654787Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/87' 2024-12-17T23:31:30.7655186Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/98/faef659f527278707b625ca798af44e233d94a' 2024-12-17T23:31:30.7655493Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/98' 2024-12-17T23:31:30.7655896Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f9/0ec7ef6ed063f9136ac7997e4a38589adf2ae7' 2024-12-17T23:31:30.7656203Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f9' 2024-12-17T23:31:30.7656609Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/b2/afc2c309f438b0120bd59a574cc7dfc5ee010e' 2024-12-17T23:31:30.7656912Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/b2' 2024-12-17T23:31:30.7657319Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c9/3123fd33532af3d7005e196603dbed2ee1f5a3' 2024-12-17T23:31:30.7657622Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c9' 2024-12-17T23:31:30.7658028Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/5c/85ea08ff4e1d39fd3ad4ddeeec3e533f151f56' 2024-12-17T23:31:30.7658461Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/5c' 2024-12-17T23:31:30.7658964Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f0/e9dd94ef3ae768642ee6e325a7b3732edd375f' 2024-12-17T23:31:30.7659269Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f0' 2024-12-17T23:31:30.7659670Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/56/dfae8014934997504c28a14cfae17bec65853a' 2024-12-17T23:31:30.7659971Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/56' 2024-12-17T23:31:30.7660381Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/fb/514ad761fc067d87c050abd45253c735a8ed9c' 2024-12-17T23:31:30.7660684Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/fb' 2024-12-17T23:31:30.7661095Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/9d/3b9bc1c917062ab7dfcea5705ae5c54f715bf4' 2024-12-17T23:31:30.7661401Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/9d' 2024-12-17T23:31:30.7661806Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/8a/1f86bcabe9c0993b78c485ad73eef4843e432a' 2024-12-17T23:31:30.7662178Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/8a' 2024-12-17T23:31:30.7662675Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects' 2024-12-17T23:31:30.7663120Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/FETCH_HEAD' 2024-12-17T23:31:30.7663486Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7663814Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/post-update.sample' 2024-12-17T23:31:30.7664173Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7664520Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7664840Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7665161Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/pre-commit.sample' 2024-12-17T23:31:30.7665481Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/commit-msg.sample' 2024-12-17T23:31:30.7665832Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7666146Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/pre-push.sample' 2024-12-17T23:31:30.7666486Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7666837Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7667159Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/pre-receive.sample' 2024-12-17T23:31:30.7667469Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/update.sample' 2024-12-17T23:31:30.7667806Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7668217Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks' 2024-12-17T23:31:30.7668610Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/shallow' 2024-12-17T23:31:30.7668880Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt' 2024-12-17T23:31:30.7669183Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/info/exclude' 2024-12-17T23:31:30.7669497Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/info' 2024-12-17T23:31:30.7669820Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/branches' 2024-12-17T23:31:30.7670104Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/HEAD' 2024-12-17T23:31:30.7670410Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/packed-refs' 2024-12-17T23:31:30.7670696Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config' 2024-12-17T23:31:30.7671001Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/description' 2024-12-17T23:31:30.7671280Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/index' 2024-12-17T23:31:30.7671596Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/refs/heads/main' 2024-12-17T23:31:30.7671924Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/refs/heads' 2024-12-17T23:31:30.7672270Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7672644Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/refs/remotes/origin' 2024-12-17T23:31:30.7672990Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/refs/remotes' 2024-12-17T23:31:30.7673315Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/refs/tags' 2024-12-17T23:31:30.7673627Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/refs' 2024-12-17T23:31:30.7673917Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs/HEAD' 2024-12-17T23:31:30.7674257Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs/refs/heads/main' 2024-12-17T23:31:30.7674602Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs/refs/heads' 2024-12-17T23:31:30.7674969Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7675357Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs/refs/remotes/origin' 2024-12-17T23:31:30.7675952Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs/refs/remotes' 2024-12-17T23:31:30.7676292Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs/refs' 2024-12-17T23:31:30.7676599Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs' 2024-12-17T23:31:30.7676936Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/info' 2024-12-17T23:31:30.7677585Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.rev' 2024-12-17T23:31:30.7678207Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/pack/pack-67e69b671d26217f4ffbf2197d1a1e5a96568b62.pack' 2024-12-17T23:31:30.7678697Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.idx' 2024-12-17T23:31:30.7679178Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/pack/pack-67e69b671d26217f4ffbf2197d1a1e5a96568b62.rev' 2024-12-17T23:31:30.7679657Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/pack/pack-67e69b671d26217f4ffbf2197d1a1e5a96568b62.idx' 2024-12-17T23:31:30.7680155Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.pack' 2024-12-17T23:31:30.7680497Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/pack' 2024-12-17T23:31:30.7680826Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects' 2024-12-17T23:31:30.7681122Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/FETCH_HEAD' 2024-12-17T23:31:30.7681501Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7681857Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/post-update.sample' 2024-12-17T23:31:30.7682229Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7682609Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7682956Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7683297Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/pre-commit.sample' 2024-12-17T23:31:30.7683645Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/commit-msg.sample' 2024-12-17T23:31:30.7684011Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7684349Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/pre-push.sample' 2024-12-17T23:31:30.7684716Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7685084Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7685443Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/pre-receive.sample' 2024-12-17T23:31:30.7685770Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/update.sample' 2024-12-17T23:31:30.7686129Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7686445Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks' 2024-12-17T23:31:30.7686735Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/shallow' 2024-12-17T23:31:30.7687141Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest' 2024-12-17T23:31:30.7687501Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto/third_party' 2024-12-17T23:31:30.7687722Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules/libkineto' 2024-12-17T23:31:30.7687919Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/modules' 2024-12-17T23:31:30.7688110Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/branches' 2024-12-17T23:31:30.7688263Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/HEAD' 2024-12-17T23:31:30.7688441Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/packed-refs' 2024-12-17T23:31:30.7688599Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/config' 2024-12-17T23:31:30.7688765Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/description' 2024-12-17T23:31:30.7688928Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/index' 2024-12-17T23:31:30.7689110Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/refs/heads/main' 2024-12-17T23:31:30.7689312Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/refs/heads' 2024-12-17T23:31:30.7689518Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7689741Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/refs/remotes/origin' 2024-12-17T23:31:30.7689951Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/refs/remotes' 2024-12-17T23:31:30.7690146Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/refs/tags' 2024-12-17T23:31:30.7690327Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/refs' 2024-12-17T23:31:30.7690497Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/logs/HEAD' 2024-12-17T23:31:30.7690691Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/logs/refs/heads/main' 2024-12-17T23:31:30.7690902Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/logs/refs/heads' 2024-12-17T23:31:30.7691129Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7691369Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/logs/refs/remotes/origin' 2024-12-17T23:31:30.7691592Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/logs/refs/remotes' 2024-12-17T23:31:30.7691785Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/logs/refs' 2024-12-17T23:31:30.7691963Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/logs' 2024-12-17T23:31:30.7692265Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/c5/ff6816b8b5ada299b87ea1abade4c61745386d' 2024-12-17T23:31:30.7692458Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/c5' 2024-12-17T23:31:30.7692748Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/85/1bd1442bfce09874e86d95c02f283f3ba2c6a9' 2024-12-17T23:31:30.7692950Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/85' 2024-12-17T23:31:30.7693150Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/info' 2024-12-17T23:31:30.7693443Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/bb/c33483ba49764031d27eaccfffcb6e48d9e5bc' 2024-12-17T23:31:30.7693636Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/bb' 2024-12-17T23:31:30.7693923Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/99/c629cfb5a7df213ecfb91cca53a3d44fac0dbe' 2024-12-17T23:31:30.7694126Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/99' 2024-12-17T23:31:30.7694407Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/32/67e11f9b7115b6b25471fbbf5f015d9f465303' 2024-12-17T23:31:30.7694844Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/32' 2024-12-17T23:31:30.7695467Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/4f/4311da0778514ff6c619d9160592501452d639' 2024-12-17T23:31:30.7695784Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/4f' 2024-12-17T23:31:30.7696082Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/6c/863cc5f428eb6a5a6be3edfcd02551a8d1a328' 2024-12-17T23:31:30.7696276Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/6c' 2024-12-17T23:31:30.7696557Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/9c/a062abf58245753361a96890a2ee1ccdec42fb' 2024-12-17T23:31:30.7696753Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/9c' 2024-12-17T23:31:30.7697040Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/12/fdd0fd258f08e09b9ac6e792dc772953a88ad4' 2024-12-17T23:31:30.7697234Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/12' 2024-12-17T23:31:30.7697524Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/ee/a7a1ae88f8576fe93b5c3a8f3fad80ecfde0b6' 2024-12-17T23:31:30.7697717Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/ee' 2024-12-17T23:31:30.7698000Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/83/8fc38ce60619977c3e096791241d7fc697562d' 2024-12-17T23:31:30.7698190Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/83' 2024-12-17T23:31:30.7698471Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/65/595b10855e64dffcf4e8f50e31fba9a2ad27f0' 2024-12-17T23:31:30.7698670Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/65' 2024-12-17T23:31:30.7698954Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/4b/09174fd3ad75c3bf79fc9e97fde3bb9edd50d6' 2024-12-17T23:31:30.7699145Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/4b' 2024-12-17T23:31:30.7699436Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/4e/adec84e9a2da93dcf9d45285852b9c4757aed3' 2024-12-17T23:31:30.7699629Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/4e' 2024-12-17T23:31:30.7699914Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/d5/fb054063bec4819211d08dc5574c727781a083' 2024-12-17T23:31:30.7700105Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/d5' 2024-12-17T23:31:30.7700396Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/ce/0cba35de7b752ea6dab966fd7febec77bf6f02' 2024-12-17T23:31:30.7700590Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/ce' 2024-12-17T23:31:30.7700874Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/d6/f0a2f92200a0db0db9ea1b25d0099e6f6043a2' 2024-12-17T23:31:30.7701068Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/d6' 2024-12-17T23:31:30.7701357Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/47/d21b245ff1c96f1970817b73c4210d631fff20' 2024-12-17T23:31:30.7701551Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/47' 2024-12-17T23:31:30.7701839Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/6e/21f25458b7c27c4243299667e459faf699644c' 2024-12-17T23:31:30.7702027Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/6e' 2024-12-17T23:31:30.7702314Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/ca/1bbab006efbe3c7d3bec3a017f11de9311d18b' 2024-12-17T23:31:30.7702510Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/ca' 2024-12-17T23:31:30.7702858Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/pack/pack-d915c0d0804e03eeb1c79eecd8f03cafdeb57ac1.rev' 2024-12-17T23:31:30.7703413Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/pack/pack-d915c0d0804e03eeb1c79eecd8f03cafdeb57ac1.idx' 2024-12-17T23:31:30.7704206Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/pack/pack-d915c0d0804e03eeb1c79eecd8f03cafdeb57ac1.pack' 2024-12-17T23:31:30.7704566Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/pack' 2024-12-17T23:31:30.7705064Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/b7/1773505c4473934340a0e573ebfcfe3db6f6a4' 2024-12-17T23:31:30.7705396Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/b7' 2024-12-17T23:31:30.7705881Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/cb/015e44c960f9b4a99eadc965916948cbe9f9cb' 2024-12-17T23:31:30.7706221Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/cb' 2024-12-17T23:31:30.7706707Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/7c/09d9b82b3473729bc68bd999977f869b7d7a1e' 2024-12-17T23:31:30.7706911Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/7c' 2024-12-17T23:31:30.7707200Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/b5/c92f4747604496cb09b766ed4f610d711583c1' 2024-12-17T23:31:30.7707388Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/b5' 2024-12-17T23:31:30.7707681Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/1e/7bc6ba4a6169015eb4d818707b202a0a81ca49' 2024-12-17T23:31:30.7707963Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/1e/7917d13d6b1cfe46bda1e9e3f24310ccec3db1' 2024-12-17T23:31:30.7708154Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/1e' 2024-12-17T23:31:30.7708439Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/89/95c2f9b6a978efcda2839d370886a7080dee5e' 2024-12-17T23:31:30.7708628Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/89' 2024-12-17T23:31:30.7708915Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/aa/bb93663b1d54b2b2c0da805de1acc9d8fbb7b0' 2024-12-17T23:31:30.7709111Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/aa' 2024-12-17T23:31:30.7709391Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/de/4c034aa3ee8ad85833085a0047b4267b2a9d51' 2024-12-17T23:31:30.7709588Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/de' 2024-12-17T23:31:30.7709872Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/fa/d2b52fcdd4f977ff9e8e5629f38dd193e09a1d' 2024-12-17T23:31:30.7710060Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/fa' 2024-12-17T23:31:30.7710342Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/33/f368450280a227ba8b8c775e4a61900a5c143d' 2024-12-17T23:31:30.7710622Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/33/8140f58a28d599da3434ced4fd2d75dd1a213d' 2024-12-17T23:31:30.7710816Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/33' 2024-12-17T23:31:30.7711104Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/8d/cff499550b925507b9f3bad79e394c5fb57165' 2024-12-17T23:31:30.7711294Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/8d' 2024-12-17T23:31:30.7711582Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/e7/5fa4f32b7a6185711e1f6ef62f523ebee19870' 2024-12-17T23:31:30.7711771Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/e7' 2024-12-17T23:31:30.7712054Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/97/2fa2af10395ec21e9bdf1c4234ba3c79cb2853' 2024-12-17T23:31:30.7712250Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/97' 2024-12-17T23:31:30.7712527Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/7d/957b72a65e3942f9e92d6287658fd27040946f' 2024-12-17T23:31:30.7712838Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/7d' 2024-12-17T23:31:30.7713227Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/3a/69cf70b881acc4588682fc4440cb5534541eb1' 2024-12-17T23:31:30.7713417Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/3a' 2024-12-17T23:31:30.7713707Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/72/bfdcadb7252df30b77b0f652cdbcbe5467be24' 2024-12-17T23:31:30.7713895Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/72' 2024-12-17T23:31:30.7714173Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/60/1a40307b826fe12439f7a88c4cd9c5369b757b' 2024-12-17T23:31:30.7714458Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/60/2cb45a7893806655b720bec1a14aad0a7ab5b3' 2024-12-17T23:31:30.7714647Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/60' 2024-12-17T23:31:30.7715053Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/7b/f37d9011c347ec0cfcf1188e09cfb850e94b0b' 2024-12-17T23:31:30.7715400Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/7b' 2024-12-17T23:31:30.7716025Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/11/6355a37acfc3f5bfc13142daf7e0532da7a8b8' 2024-12-17T23:31:30.7716362Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/11' 2024-12-17T23:31:30.7716850Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/df/881b05aba5400fbdead9b464a4951e99ea854a' 2024-12-17T23:31:30.7717176Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/df' 2024-12-17T23:31:30.7717668Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/f5/5a1bd165b1b291762ee9564cb7f6f37e6ac8e0' 2024-12-17T23:31:30.7717996Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/f5' 2024-12-17T23:31:30.7718445Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/f4/429c47eacc821b1a3e4462b3ecc4664d118eb2' 2024-12-17T23:31:30.7718659Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/f4' 2024-12-17T23:31:30.7718944Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/3d/ae52e351eaa75fc65788904de951cc68aba4ab' 2024-12-17T23:31:30.7719141Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/3d' 2024-12-17T23:31:30.7719418Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/0b/f3d8a8800726f754c0c987826290f10ff662f8' 2024-12-17T23:31:30.7719609Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/0b' 2024-12-17T23:31:30.7719899Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/0f/227c3e9c6b1dfa28f64031aae8a5b07bcf367e' 2024-12-17T23:31:30.7720087Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/0f' 2024-12-17T23:31:30.7720370Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/5a/f855b691cb3b588fd9450fcad305568bd2ca46' 2024-12-17T23:31:30.7720569Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/5a' 2024-12-17T23:31:30.7720848Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/27/039cd18f576b575088ca532862fed09ab1eb35' 2024-12-17T23:31:30.7721066Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/27' 2024-12-17T23:31:30.7721348Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/fc/d6bfb991327b987298c489072c03ffc1849c67' 2024-12-17T23:31:30.7721538Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/fc' 2024-12-17T23:31:30.7721830Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/ae/52c1f7e74c06b99b1e112f7ade657b052bc2c7' 2024-12-17T23:31:30.7722020Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/ae' 2024-12-17T23:31:30.7722476Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/1b/78981a2d407608f23dd90db9c6eec8bbafe19c' 2024-12-17T23:31:30.7722680Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/1b' 2024-12-17T23:31:30.7723084Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/ac/bbe236777b95d4d5e519e57d3541c1f23bd95a' 2024-12-17T23:31:30.7723370Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/ac/cd0755a893996746a2cb224d3fcfa38af4c63b' 2024-12-17T23:31:30.7723562Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/ac' 2024-12-17T23:31:30.7723846Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/41/c7e9e457f15e7ebce516a0362a6ff6efcb6a2d' 2024-12-17T23:31:30.7724135Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/41/93816edbb2f05cac1a3c4f59f04535e4b3bba9' 2024-12-17T23:31:30.7724327Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/41' 2024-12-17T23:31:30.7724615Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/ff/608df36bd9a8b2f7c40b4e9510d765495701cd' 2024-12-17T23:31:30.7724812Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/ff' 2024-12-17T23:31:30.7725149Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/3f/9af63860cd68c38bbd64a1d49d9244bcb31fb6' 2024-12-17T23:31:30.7725496Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/3f' 2024-12-17T23:31:30.7725984Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/b4/246bedc54de218e25de69ae768787c064f6f3f' 2024-12-17T23:31:30.7726312Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/b4' 2024-12-17T23:31:30.7726810Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/79/e9afc391bdc41785850e0ebb3522c97cc4ad53' 2024-12-17T23:31:30.7727138Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/79' 2024-12-17T23:31:30.7727623Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/a3/807634fdd0c927a25153a01d700088a14fa68d' 2024-12-17T23:31:30.7727960Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/a3' 2024-12-17T23:31:30.7728433Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/80/3e989c84300538cdda4c4dd96e83f444bdae36' 2024-12-17T23:31:30.7728635Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/80' 2024-12-17T23:31:30.7728917Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/48/376467afb830225d9999a0f7ec06ec1122dedc' 2024-12-17T23:31:30.7729107Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/48' 2024-12-17T23:31:30.7729393Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/f8/b23d6791c7b51488f90bfa10950c3f86f3fab4' 2024-12-17T23:31:30.7729583Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/f8' 2024-12-17T23:31:30.7729874Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/c9/27d5acbe658f9d80f4a251635b61cb05bee1ef' 2024-12-17T23:31:30.7730073Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/c9' 2024-12-17T23:31:30.7730359Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/b6/20b5ad775bb653ba5ae7ae1d75390823270c31' 2024-12-17T23:31:30.7730554Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/b6' 2024-12-17T23:31:30.7730839Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/37/088a6a4c30fa67bb1d833b6e8f0edfdf23356d' 2024-12-17T23:31:30.7731030Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/37' 2024-12-17T23:31:30.7731319Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/34/a3f3248b1887b840354ddbcc596b1baf950f4a' 2024-12-17T23:31:30.7731601Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/34/b7bbd2116aef55c2686f403fe735b2b36cfa38' 2024-12-17T23:31:30.7731914Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/34' 2024-12-17T23:31:30.7732208Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/e2/f30fc85530c83d13510d39cf07f156dc816506' 2024-12-17T23:31:30.7732506Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/e2' 2024-12-17T23:31:30.7732793Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/8a/1af502f5c91147b1ef4e764e84385d7cc11af7' 2024-12-17T23:31:30.7732984Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects/8a' 2024-12-17T23:31:30.7733172Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/objects' 2024-12-17T23:31:30.7733354Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/FETCH_HEAD' 2024-12-17T23:31:30.7733594Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7733804Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/hooks/post-update.sample' 2024-12-17T23:31:30.7734043Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7734274Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7734477Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7734682Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/hooks/pre-commit.sample' 2024-12-17T23:31:30.7734878Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/hooks/commit-msg.sample' 2024-12-17T23:31:30.7735149Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7735485Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/hooks/pre-push.sample' 2024-12-17T23:31:30.7735860Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7736248Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7736605Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/hooks/pre-receive.sample' 2024-12-17T23:31:30.7736934Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/hooks/update.sample' 2024-12-17T23:31:30.7737314Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7737628Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto/hooks' 2024-12-17T23:31:30.7737905Z removed 'pytorch-release_2.6/.git/modules/third_party/kineto/shallow' 2024-12-17T23:31:30.7738187Z removed directory 'pytorch-release_2.6/.git/modules/third_party/kineto' 2024-12-17T23:31:30.7738502Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/info/exclude' 2024-12-17T23:31:30.7738745Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/info' 2024-12-17T23:31:30.7738945Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/branches' 2024-12-17T23:31:30.7739107Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/HEAD' 2024-12-17T23:31:30.7739296Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/packed-refs' 2024-12-17T23:31:30.7739460Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/config' 2024-12-17T23:31:30.7739634Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/description' 2024-12-17T23:31:30.7739804Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/index' 2024-12-17T23:31:30.7739989Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/refs/heads/cpp' 2024-12-17T23:31:30.7740199Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/refs/heads' 2024-12-17T23:31:30.7740414Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7740648Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/refs/remotes/origin' 2024-12-17T23:31:30.7741007Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/refs/remotes' 2024-12-17T23:31:30.7741214Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/refs/tags' 2024-12-17T23:31:30.7741503Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/refs' 2024-12-17T23:31:30.7741681Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/logs/HEAD' 2024-12-17T23:31:30.7741879Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/logs/refs/heads/cpp' 2024-12-17T23:31:30.7742098Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/logs/refs/heads' 2024-12-17T23:31:30.7742335Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7742586Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/logs/refs/remotes/origin' 2024-12-17T23:31:30.7742818Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/logs/refs/remotes' 2024-12-17T23:31:30.7743020Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/logs/refs' 2024-12-17T23:31:30.7743215Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/logs' 2024-12-17T23:31:30.7743430Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/objects/info' 2024-12-17T23:31:30.7743788Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/objects/pack/pack-6806a18abcebea60a05812dd95c4e042ec3f95f6.idx' 2024-12-17T23:31:30.7744137Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/objects/pack/pack-6806a18abcebea60a05812dd95c4e042ec3f95f6.rev' 2024-12-17T23:31:30.7744499Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/objects/pack/pack-6806a18abcebea60a05812dd95c4e042ec3f95f6.pack' 2024-12-17T23:31:30.7744831Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/objects/pack' 2024-12-17T23:31:30.7745347Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/objects/9b/9058954f7f2e27a5396db47ee570e71d6d820f' 2024-12-17T23:31:30.7745700Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/objects/9b' 2024-12-17T23:31:30.7746210Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/objects/33/0c3c73dfd9a79f9096936f450626ce031cbb1b' 2024-12-17T23:31:30.7746568Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/objects/33' 2024-12-17T23:31:30.7747072Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/objects/e5/dd07545c2e9054fc34371a19b5f795e97260ca' 2024-12-17T23:31:30.7747419Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/objects/e5' 2024-12-17T23:31:30.7747933Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/objects/9d/3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-12-17T23:31:30.7748143Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/objects/9d' 2024-12-17T23:31:30.7748344Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/objects' 2024-12-17T23:31:30.7748523Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/FETCH_HEAD' 2024-12-17T23:31:30.7748772Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7749000Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/hooks/post-update.sample' 2024-12-17T23:31:30.7749240Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7749475Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7749695Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7749904Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/hooks/pre-commit.sample' 2024-12-17T23:31:30.7750119Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/hooks/commit-msg.sample' 2024-12-17T23:31:30.7750477Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7750689Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/hooks/pre-push.sample' 2024-12-17T23:31:30.7751027Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7751260Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7751475Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/hooks/pre-receive.sample' 2024-12-17T23:31:30.7751679Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/hooks/update.sample' 2024-12-17T23:31:30.7751903Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7752138Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft/hooks' 2024-12-17T23:31:30.7752306Z removed 'pytorch-release_2.6/.git/modules/third_party/pocketfft/shallow' 2024-12-17T23:31:30.7752485Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pocketfft' 2024-12-17T23:31:30.7752672Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/info/exclude' 2024-12-17T23:31:30.7752859Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/info' 2024-12-17T23:31:30.7753054Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/branches' 2024-12-17T23:31:30.7753218Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/HEAD' 2024-12-17T23:31:30.7753394Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/packed-refs' 2024-12-17T23:31:30.7753554Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/config' 2024-12-17T23:31:30.7753733Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/description' 2024-12-17T23:31:30.7753889Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/index' 2024-12-17T23:31:30.7754076Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/refs/heads/master' 2024-12-17T23:31:30.7754283Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/refs/heads' 2024-12-17T23:31:30.7754493Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7754725Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/refs/remotes/origin' 2024-12-17T23:31:30.7754930Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/refs/remotes' 2024-12-17T23:31:30.7755126Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/refs/tags' 2024-12-17T23:31:30.7755314Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/refs' 2024-12-17T23:31:30.7755479Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/logs/HEAD' 2024-12-17T23:31:30.7755944Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/logs/refs/heads/master' 2024-12-17T23:31:30.7756321Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/logs/refs/heads' 2024-12-17T23:31:30.7756712Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7757142Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/logs/refs/remotes/origin' 2024-12-17T23:31:30.7757521Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/logs/refs/remotes' 2024-12-17T23:31:30.7757862Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/logs/refs' 2024-12-17T23:31:30.7758180Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/logs' 2024-12-17T23:31:30.7758527Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/objects/info' 2024-12-17T23:31:30.7759138Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/objects/pack/pack-dc32dd6151e016734f12f9d5af8dfd3d2141371e.pack' 2024-12-17T23:31:30.7759496Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/objects/pack/pack-d525d64f1e9373caebfe97e159d1624088831b44.idx' 2024-12-17T23:31:30.7759994Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/objects/pack/pack-dc32dd6151e016734f12f9d5af8dfd3d2141371e.rev' 2024-12-17T23:31:30.7760466Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/objects/pack/pack-dc32dd6151e016734f12f9d5af8dfd3d2141371e.idx' 2024-12-17T23:31:30.7760804Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/objects/pack/pack-d525d64f1e9373caebfe97e159d1624088831b44.rev' 2024-12-17T23:31:30.7761146Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/objects/pack/pack-d525d64f1e9373caebfe97e159d1624088831b44.pack' 2024-12-17T23:31:30.7761357Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/objects/pack' 2024-12-17T23:31:30.7761551Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/objects' 2024-12-17T23:31:30.7761721Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/FETCH_HEAD' 2024-12-17T23:31:30.7761968Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7762183Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/hooks/post-update.sample' 2024-12-17T23:31:30.7762426Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7762659Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7762868Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7763078Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/hooks/pre-commit.sample' 2024-12-17T23:31:30.7763285Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/hooks/commit-msg.sample' 2024-12-17T23:31:30.7763521Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7763728Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/hooks/pre-push.sample' 2024-12-17T23:31:30.7763953Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7764187Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7764398Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/hooks/pre-receive.sample' 2024-12-17T23:31:30.7764592Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/hooks/update.sample' 2024-12-17T23:31:30.7764874Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7765197Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11/hooks' 2024-12-17T23:31:30.7765473Z removed 'pytorch-release_2.6/.git/modules/third_party/pybind11/shallow' 2024-12-17T23:31:30.7765773Z removed directory 'pytorch-release_2.6/.git/modules/third_party/pybind11' 2024-12-17T23:31:30.7766056Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/info/exclude' 2024-12-17T23:31:30.7766361Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/info' 2024-12-17T23:31:30.7766687Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/branches' 2024-12-17T23:31:30.7766948Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/HEAD' 2024-12-17T23:31:30.7767243Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/packed-refs' 2024-12-17T23:31:30.7767501Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/config' 2024-12-17T23:31:30.7767780Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/description' 2024-12-17T23:31:30.7768042Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/index' 2024-12-17T23:31:30.7768320Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/refs/heads/master' 2024-12-17T23:31:30.7768516Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/refs/heads' 2024-12-17T23:31:30.7768720Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7769063Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/refs/remotes/origin' 2024-12-17T23:31:30.7769380Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/refs/remotes' 2024-12-17T23:31:30.7769567Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/refs/tags/nightly' 2024-12-17T23:31:30.7769757Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/refs/tags' 2024-12-17T23:31:30.7769942Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/refs' 2024-12-17T23:31:30.7770103Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/logs/HEAD' 2024-12-17T23:31:30.7770293Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/logs/refs/heads/master' 2024-12-17T23:31:30.7770502Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/logs/refs/heads' 2024-12-17T23:31:30.7770719Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7770951Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/logs/refs/remotes/origin' 2024-12-17T23:31:30.7771169Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/logs/refs/remotes' 2024-12-17T23:31:30.7771357Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/logs/refs' 2024-12-17T23:31:30.7771533Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/logs' 2024-12-17T23:31:30.7771731Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/objects/info' 2024-12-17T23:31:30.7772071Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/objects/pack/pack-5cda74129081855f1f1f42ce24d84ce3555bec6c.pack' 2024-12-17T23:31:30.7772412Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/objects/pack/pack-86bd29cc2ab9f8e3681f83229894003e5b27fde3.idx' 2024-12-17T23:31:30.7772737Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/objects/pack/pack-5cda74129081855f1f1f42ce24d84ce3555bec6c.rev' 2024-12-17T23:31:30.7773065Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/objects/pack/pack-86bd29cc2ab9f8e3681f83229894003e5b27fde3.rev' 2024-12-17T23:31:30.7773397Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/objects/pack/pack-5cda74129081855f1f1f42ce24d84ce3555bec6c.idx' 2024-12-17T23:31:30.7773729Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/objects/pack/pack-86bd29cc2ab9f8e3681f83229894003e5b27fde3.pack' 2024-12-17T23:31:30.7773929Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/objects/pack' 2024-12-17T23:31:30.7774193Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/objects' 2024-12-17T23:31:30.7774471Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/FETCH_HEAD' 2024-12-17T23:31:30.7774872Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7775214Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/hooks/post-update.sample' 2024-12-17T23:31:30.7775605Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7776001Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7776340Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7776676Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/hooks/pre-commit.sample' 2024-12-17T23:31:30.7777015Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/hooks/commit-msg.sample' 2024-12-17T23:31:30.7777401Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7777641Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/hooks/pre-push.sample' 2024-12-17T23:31:30.7777854Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7778072Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7778405Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/hooks/pre-receive.sample' 2024-12-17T23:31:30.7778697Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/hooks/update.sample' 2024-12-17T23:31:30.7778909Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7779094Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen/hooks' 2024-12-17T23:31:30.7779251Z removed 'pytorch-release_2.6/.git/modules/third_party/eigen/shallow' 2024-12-17T23:31:30.7779419Z removed directory 'pytorch-release_2.6/.git/modules/third_party/eigen' 2024-12-17T23:31:30.7779587Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/info/exclude' 2024-12-17T23:31:30.7779764Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/info' 2024-12-17T23:31:30.7779981Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/info/exclude' 2024-12-17T23:31:30.7780205Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/info' 2024-12-17T23:31:30.7780439Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/branches' 2024-12-17T23:31:30.7780636Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/HEAD' 2024-12-17T23:31:30.7780847Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/packed-refs' 2024-12-17T23:31:30.7781038Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/config' 2024-12-17T23:31:30.7781250Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/description' 2024-12-17T23:31:30.7781441Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/index' 2024-12-17T23:31:30.7781665Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/refs/heads/main' 2024-12-17T23:31:30.7781905Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/refs/heads' 2024-12-17T23:31:30.7782162Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7782441Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/refs/remotes/origin' 2024-12-17T23:31:30.7782687Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/refs/remotes' 2024-12-17T23:31:30.7782924Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/refs/tags' 2024-12-17T23:31:30.7783166Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/refs' 2024-12-17T23:31:30.7783529Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/logs/HEAD' 2024-12-17T23:31:30.7783944Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/logs/refs/heads/main' 2024-12-17T23:31:30.7784382Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/logs/refs/heads' 2024-12-17T23:31:30.7784854Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7785352Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/logs/refs/remotes/origin' 2024-12-17T23:31:30.7785802Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/logs/refs/remotes' 2024-12-17T23:31:30.7786207Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/logs/refs' 2024-12-17T23:31:30.7786587Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/logs' 2024-12-17T23:31:30.7786837Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/objects/info' 2024-12-17T23:31:30.7787241Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/objects/pack/pack-faec4fbfe51a9b517c4602473001a7514aeef8ba.idx' 2024-12-17T23:31:30.7787753Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/objects/pack/pack-faec4fbfe51a9b517c4602473001a7514aeef8ba.rev' 2024-12-17T23:31:30.7788236Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/objects/pack/pack-03a888f7a7e6e0ea9a55e63a6cc3f92f542f79d3.idx' 2024-12-17T23:31:30.7788624Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/objects/pack/pack-03a888f7a7e6e0ea9a55e63a6cc3f92f542f79d3.rev' 2024-12-17T23:31:30.7789016Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/objects/pack/pack-03a888f7a7e6e0ea9a55e63a6cc3f92f542f79d3.pack' 2024-12-17T23:31:30.7789412Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/objects/pack/pack-faec4fbfe51a9b517c4602473001a7514aeef8ba.pack' 2024-12-17T23:31:30.7789660Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/objects/pack' 2024-12-17T23:31:30.7789888Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/objects' 2024-12-17T23:31:30.7790102Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/FETCH_HEAD' 2024-12-17T23:31:30.7790387Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7790643Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/post-update.sample' 2024-12-17T23:31:30.7790931Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7791211Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7791467Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7791716Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/pre-commit.sample' 2024-12-17T23:31:30.7791959Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/commit-msg.sample' 2024-12-17T23:31:30.7792240Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7792487Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/pre-push.sample' 2024-12-17T23:31:30.7792754Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7793032Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7793289Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/pre-receive.sample' 2024-12-17T23:31:30.7793533Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/update.sample' 2024-12-17T23:31:30.7793797Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7794029Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/hooks' 2024-12-17T23:31:30.7794234Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn/shallow' 2024-12-17T23:31:30.7794445Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules/mkl-dnn' 2024-12-17T23:31:30.7794633Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/modules' 2024-12-17T23:31:30.7794825Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/branches' 2024-12-17T23:31:30.7794980Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/HEAD' 2024-12-17T23:31:30.7795156Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/packed-refs' 2024-12-17T23:31:30.7795400Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/config' 2024-12-17T23:31:30.7795854Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/description' 2024-12-17T23:31:30.7796128Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/index' 2024-12-17T23:31:30.7796641Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/refs/heads/master' 2024-12-17T23:31:30.7796986Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/refs/heads' 2024-12-17T23:31:30.7797506Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7797883Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/refs/remotes/origin' 2024-12-17T23:31:30.7798224Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/refs/remotes' 2024-12-17T23:31:30.7798555Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/refs/tags' 2024-12-17T23:31:30.7798849Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/refs' 2024-12-17T23:31:30.7799023Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/logs/HEAD' 2024-12-17T23:31:30.7799217Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/logs/refs/heads/master' 2024-12-17T23:31:30.7799426Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/logs/refs/heads' 2024-12-17T23:31:30.7799654Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7799893Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/logs/refs/remotes/origin' 2024-12-17T23:31:30.7800104Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/logs/refs/remotes' 2024-12-17T23:31:30.7800297Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/logs/refs' 2024-12-17T23:31:30.7800473Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/logs' 2024-12-17T23:31:30.7800768Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/85/07cd06d175eb99b4665d7fc9b476a18e88e7db' 2024-12-17T23:31:30.7800968Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/85' 2024-12-17T23:31:30.7801253Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/ba/84ec9341e7cfd685ec9c88f2d543e16e37a98c' 2024-12-17T23:31:30.7801457Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/ba' 2024-12-17T23:31:30.7801668Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/info' 2024-12-17T23:31:30.7801963Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/f2/91fdd3ed5ed9ed74b90fc40d27c2f3deb4a1c4' 2024-12-17T23:31:30.7802160Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/f2' 2024-12-17T23:31:30.7802443Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/17/6005f12ad3639a279bcfa78c5bceaab957e277' 2024-12-17T23:31:30.7802633Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/17' 2024-12-17T23:31:30.7802916Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/83/d95458de877b5ed557e20e514109248a656164' 2024-12-17T23:31:30.7803104Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/83' 2024-12-17T23:31:30.7803392Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/76/17b49f61137bbe00098ac60822a0ba1b1f9511' 2024-12-17T23:31:30.7803583Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/76' 2024-12-17T23:31:30.7803864Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/2b/81b00a0fd5e86a14f6e5f16763054e6c11c098' 2024-12-17T23:31:30.7804059Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/2b' 2024-12-17T23:31:30.7804335Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/4e/57933adafa4015261378c335e263b65e21f09f' 2024-12-17T23:31:30.7804523Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/4e' 2024-12-17T23:31:30.7804805Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/49/b42bf254aa54b51148a08b17c6c6774f83ddc0' 2024-12-17T23:31:30.7804991Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/49' 2024-12-17T23:31:30.7805400Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/81/35e62c2c68da0f41e20fc90479fa66cffad35f' 2024-12-17T23:31:30.7805636Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/81' 2024-12-17T23:31:30.7806330Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/3c/3f1e58dde97b63bd74fcf2ffaabecbabfdabaa' 2024-12-17T23:31:30.7806670Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/3c' 2024-12-17T23:31:30.7807157Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/73/304266bd671de2c1bf7b78bff6b3e6f63ffa69' 2024-12-17T23:31:30.7807481Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/73' 2024-12-17T23:31:30.7807977Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/53/0aa622b4d93b47abf783eab4f1c639beea2000' 2024-12-17T23:31:30.7808302Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/53' 2024-12-17T23:31:30.7808902Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/pack/pack-8eda5b44e37f4f295045435e62eddafd5b56f39f.pack' 2024-12-17T23:31:30.7809267Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/pack/pack-8eda5b44e37f4f295045435e62eddafd5b56f39f.idx' 2024-12-17T23:31:30.7809610Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/pack/pack-8eda5b44e37f4f295045435e62eddafd5b56f39f.rev' 2024-12-17T23:31:30.7809813Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/pack' 2024-12-17T23:31:30.7810092Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/e0/1567477b710b1576ebbeee4537e088abd8a70e' 2024-12-17T23:31:30.7810282Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/e0' 2024-12-17T23:31:30.7810563Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/00/103eb0b3040533175d6173bce2caa1211d2b91' 2024-12-17T23:31:30.7810750Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/00' 2024-12-17T23:31:30.7811041Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/75/feb02fd82eb6991620db5d3dc36ce57e10b514' 2024-12-17T23:31:30.7811230Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/75' 2024-12-17T23:31:30.7811507Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/cb/8dbd560939d65f490648c12fe30a3da012d867' 2024-12-17T23:31:30.7811696Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/cb' 2024-12-17T23:31:30.7811975Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/94/98b67ce95e88f5956c1da9a2fb1046c81a6e27' 2024-12-17T23:31:30.7812163Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/94' 2024-12-17T23:31:30.7812447Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/b5/29b207adae3dd7c2606175ed265794a152806d' 2024-12-17T23:31:30.7812637Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/b5' 2024-12-17T23:31:30.7812929Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/22/6096e9bebaabc73de43076e7984ebe3fd64b43' 2024-12-17T23:31:30.7813116Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/22' 2024-12-17T23:31:30.7813402Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/9a/5c40e606594824d376da257882f102e50b25a9' 2024-12-17T23:31:30.7813596Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/9a' 2024-12-17T23:31:30.7813879Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/20/6c50ed252fcd485e62c780ff6624a2d58dcb10' 2024-12-17T23:31:30.7814171Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/20/c9daf8e3e5d268bdfd42247a2cd3ac9eb59b76' 2024-12-17T23:31:30.7814363Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/20' 2024-12-17T23:31:30.7814639Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/96/e086d9a6aa4b257ff90c8671232815f643e186' 2024-12-17T23:31:30.7814951Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/96' 2024-12-17T23:31:30.7815236Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/63/696c4b00c032b91df1fbab43fed29a44cd289b' 2024-12-17T23:31:30.7815527Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/63' 2024-12-17T23:31:30.7815808Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/69/980ae31476b88650e4029b3f92b6df8feb182c' 2024-12-17T23:31:30.7815995Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/69' 2024-12-17T23:31:30.7816274Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/38/de4fe80a6050862292526d35bd3e01ad83757a' 2024-12-17T23:31:30.7816465Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/38' 2024-12-17T23:31:30.7816744Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/09/960ad894e5fecac88bd4d3d778187ed0ad3258' 2024-12-17T23:31:30.7816936Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/09' 2024-12-17T23:31:30.7817215Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/8b/b93108dffa0f5c33b66d402d5960f669ee0e4e' 2024-12-17T23:31:30.7817405Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/8b' 2024-12-17T23:31:30.7817688Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/05/fc32329cd856eec48476a6e34cc9b6f0f0fb18' 2024-12-17T23:31:30.7817873Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/05' 2024-12-17T23:31:30.7818149Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/5e/db0535081fb14798382b19777a460eae6052bf' 2024-12-17T23:31:30.7818342Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/5e' 2024-12-17T23:31:30.7818615Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/4a/88b146612457cc50065782a57359fdc492e48e' 2024-12-17T23:31:30.7818811Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/4a' 2024-12-17T23:31:30.7819098Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/a1/bb4e7ecdba37940b8f0dd5cd208f5e699fbc70' 2024-12-17T23:31:30.7819290Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/a1' 2024-12-17T23:31:30.7819577Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/55/3da9ec0f26916bae2cfe5dcf7162f68193877c' 2024-12-17T23:31:30.7819763Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/55' 2024-12-17T23:31:30.7820045Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/cd/b9bfd8d196b8f44a115dd639097cef0f47567b' 2024-12-17T23:31:30.7820237Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/cd' 2024-12-17T23:31:30.7820513Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/fc/bf0260017d97f960cdf4468e9208e6b6b00ebe' 2024-12-17T23:31:30.7820704Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/fc' 2024-12-17T23:31:30.7820992Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/c7/ccd5bdbe5434ba156f4e856dcef0601637334b' 2024-12-17T23:31:30.7821184Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/c7' 2024-12-17T23:31:30.7821468Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/79/54e3567eeff0249afb8a55c41154506d3eac14' 2024-12-17T23:31:30.7821655Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/79' 2024-12-17T23:31:30.7821931Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/c9/59617f298064a3614db9cfae8694e72923f08d' 2024-12-17T23:31:30.7822124Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/c9' 2024-12-17T23:31:30.7822400Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/fb/0eb1cf6db398637a817a1228a08231c07f4ddd' 2024-12-17T23:31:30.7822594Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/fb' 2024-12-17T23:31:30.7822985Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/37/f8d547e6aff8413a53b4fce45286a3cec8c712' 2024-12-17T23:31:30.7823276Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects/37' 2024-12-17T23:31:30.7823464Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/objects' 2024-12-17T23:31:30.7823627Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/FETCH_HEAD' 2024-12-17T23:31:30.7823859Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7824067Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/hooks/post-update.sample' 2024-12-17T23:31:30.7824303Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7824526Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7824733Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7824934Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/hooks/pre-commit.sample' 2024-12-17T23:31:30.7825135Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/hooks/commit-msg.sample' 2024-12-17T23:31:30.7825356Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7825551Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/hooks/pre-push.sample' 2024-12-17T23:31:30.7825771Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7825992Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7826194Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/hooks/pre-receive.sample' 2024-12-17T23:31:30.7826386Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/hooks/update.sample' 2024-12-17T23:31:30.7826603Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7826793Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep/hooks' 2024-12-17T23:31:30.7826954Z removed 'pytorch-release_2.6/.git/modules/third_party/ideep/shallow' 2024-12-17T23:31:30.7827118Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ideep' 2024-12-17T23:31:30.7827325Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/info/exclude' 2024-12-17T23:31:30.7827538Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/info' 2024-12-17T23:31:30.7827811Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/info/exclude' 2024-12-17T23:31:30.7828097Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/info' 2024-12-17T23:31:30.7828390Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/branches' 2024-12-17T23:31:30.7828638Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/HEAD' 2024-12-17T23:31:30.7829094Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/packed-refs' 2024-12-17T23:31:30.7829525Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config' 2024-12-17T23:31:30.7829989Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/description' 2024-12-17T23:31:30.7830411Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/index' 2024-12-17T23:31:30.7830899Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/refs/heads/master' 2024-12-17T23:31:30.7831412Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/refs/heads' 2024-12-17T23:31:30.7831950Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7832456Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/refs/remotes/origin' 2024-12-17T23:31:30.7832865Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/refs/remotes' 2024-12-17T23:31:30.7833157Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/refs/tags' 2024-12-17T23:31:30.7833435Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/refs' 2024-12-17T23:31:30.7833703Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs/HEAD' 2024-12-17T23:31:30.7834005Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs/refs/heads/master' 2024-12-17T23:31:30.7834326Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs/refs/heads' 2024-12-17T23:31:30.7834660Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7835013Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs/refs/remotes/origin' 2024-12-17T23:31:30.7835332Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs/refs/remotes' 2024-12-17T23:31:30.7835921Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs/refs' 2024-12-17T23:31:30.7836219Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs' 2024-12-17T23:31:30.7836520Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/info' 2024-12-17T23:31:30.7837276Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/pack/pack-e32fa93db2408e94eb08f2775ea1e8c6291cf855.pack' 2024-12-17T23:31:30.7838066Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/pack/pack-2e319a9fd1793606bf2324b2d7f46c656d55212f.rev' 2024-12-17T23:31:30.7838852Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/pack/pack-2e319a9fd1793606bf2324b2d7f46c656d55212f.idx' 2024-12-17T23:31:30.7839648Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/pack/pack-2e319a9fd1793606bf2324b2d7f46c656d55212f.pack' 2024-12-17T23:31:30.7840297Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/pack/pack-e32fa93db2408e94eb08f2775ea1e8c6291cf855.idx' 2024-12-17T23:31:30.7840758Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/pack/pack-e32fa93db2408e94eb08f2775ea1e8c6291cf855.rev' 2024-12-17T23:31:30.7841069Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/pack' 2024-12-17T23:31:30.7841357Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects' 2024-12-17T23:31:30.7841631Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/FETCH_HEAD' 2024-12-17T23:31:30.7841982Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7842298Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/post-update.sample' 2024-12-17T23:31:30.7842648Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7842989Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7843491Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7843803Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/pre-commit.sample' 2024-12-17T23:31:30.7844234Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/commit-msg.sample' 2024-12-17T23:31:30.7844571Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7844875Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/pre-push.sample' 2024-12-17T23:31:30.7845206Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7845538Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7845851Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/pre-receive.sample' 2024-12-17T23:31:30.7846152Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/update.sample' 2024-12-17T23:31:30.7846479Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7846758Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks' 2024-12-17T23:31:30.7847015Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/shallow' 2024-12-17T23:31:30.7847276Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg' 2024-12-17T23:31:30.7847528Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/tools' 2024-12-17T23:31:30.7847855Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/info/exclude' 2024-12-17T23:31:30.7848340Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/info' 2024-12-17T23:31:30.7848941Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/branches' 2024-12-17T23:31:30.7849335Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/HEAD' 2024-12-17T23:31:30.7849666Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/packed-refs' 2024-12-17T23:31:30.7849972Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config' 2024-12-17T23:31:30.7850292Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/description' 2024-12-17T23:31:30.7850601Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/index' 2024-12-17T23:31:30.7850946Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/refs/heads/master' 2024-12-17T23:31:30.7851303Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/refs/heads' 2024-12-17T23:31:30.7851683Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7852098Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/refs/remotes/origin' 2024-12-17T23:31:30.7852466Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/refs/remotes' 2024-12-17T23:31:30.7852817Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/refs/tags' 2024-12-17T23:31:30.7853278Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/refs' 2024-12-17T23:31:30.7853701Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs/HEAD' 2024-12-17T23:31:30.7854061Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs/refs/heads/master' 2024-12-17T23:31:30.7854439Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs/refs/heads' 2024-12-17T23:31:30.7854822Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7855226Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs/refs/remotes/origin' 2024-12-17T23:31:30.7855613Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs/refs/remotes' 2024-12-17T23:31:30.7855965Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs/refs' 2024-12-17T23:31:30.7856304Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs' 2024-12-17T23:31:30.7856660Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/info' 2024-12-17T23:31:30.7857187Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/03/988a2c979dab8e2babdd8fe5eb21c43570971d' 2024-12-17T23:31:30.7857808Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/03' 2024-12-17T23:31:30.7858491Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/pack/pack-e07be81670e5e2af58ef027d2d6bb3fc32302c77.pack' 2024-12-17T23:31:30.7859015Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/pack/pack-e07be81670e5e2af58ef027d2d6bb3fc32302c77.idx' 2024-12-17T23:31:30.7859519Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/pack/pack-e07be81670e5e2af58ef027d2d6bb3fc32302c77.rev' 2024-12-17T23:31:30.7859879Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/pack' 2024-12-17T23:31:30.7860343Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/06/b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-12-17T23:31:30.7860691Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/06' 2024-12-17T23:31:30.7861154Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/7b/3cd20975bf6b3be9abae0678932f1e2a7e8b86' 2024-12-17T23:31:30.7861505Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/7b' 2024-12-17T23:31:30.7861847Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects' 2024-12-17T23:31:30.7862171Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/FETCH_HEAD' 2024-12-17T23:31:30.7862568Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7862940Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/post-update.sample' 2024-12-17T23:31:30.7863468Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7863971Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7864346Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7864711Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/pre-commit.sample' 2024-12-17T23:31:30.7865071Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/commit-msg.sample' 2024-12-17T23:31:30.7865465Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7865829Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/pre-push.sample' 2024-12-17T23:31:30.7866348Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7867012Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7867453Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/pre-receive.sample' 2024-12-17T23:31:30.7867810Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/update.sample' 2024-12-17T23:31:30.7868191Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7868531Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks' 2024-12-17T23:31:30.7868844Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/shallow' 2024-12-17T23:31:30.7869162Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp' 2024-12-17T23:31:30.7869473Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/info/exclude' 2024-12-17T23:31:30.7869782Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/info' 2024-12-17T23:31:30.7870108Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/branches' 2024-12-17T23:31:30.7870392Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/HEAD' 2024-12-17T23:31:30.7870690Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/packed-refs' 2024-12-17T23:31:30.7870981Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config' 2024-12-17T23:31:30.7871281Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/description' 2024-12-17T23:31:30.7871562Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/index' 2024-12-17T23:31:30.7871876Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/refs/heads/main' 2024-12-17T23:31:30.7872206Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/refs/heads' 2024-12-17T23:31:30.7872557Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7872916Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/refs/remotes/origin' 2024-12-17T23:31:30.7873396Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/refs/remotes' 2024-12-17T23:31:30.7873829Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/refs/tags' 2024-12-17T23:31:30.7874140Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/refs' 2024-12-17T23:31:30.7874430Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs/HEAD' 2024-12-17T23:31:30.7874761Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs/refs/heads/main' 2024-12-17T23:31:30.7875107Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs/refs/heads' 2024-12-17T23:31:30.7875838Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7876471Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs/refs/remotes/origin' 2024-12-17T23:31:30.7876830Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs/refs/remotes' 2024-12-17T23:31:30.7877160Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs/refs' 2024-12-17T23:31:30.7877469Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs' 2024-12-17T23:31:30.7877808Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/info' 2024-12-17T23:31:30.7878307Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/pack/pack-9725a9fd63fed8da0dc3fd26fd0537e211f65176.pack' 2024-12-17T23:31:30.7878800Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/pack/pack-a34567602230f021b667e7f8e8ae6a0aecdcce79.pack' 2024-12-17T23:31:30.7879294Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/pack/pack-9725a9fd63fed8da0dc3fd26fd0537e211f65176.rev' 2024-12-17T23:31:30.7879777Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/pack/pack-a34567602230f021b667e7f8e8ae6a0aecdcce79.idx' 2024-12-17T23:31:30.7880267Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/pack/pack-9725a9fd63fed8da0dc3fd26fd0537e211f65176.idx' 2024-12-17T23:31:30.7880743Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/pack/pack-a34567602230f021b667e7f8e8ae6a0aecdcce79.rev' 2024-12-17T23:31:30.7881082Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/pack' 2024-12-17T23:31:30.7881409Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects' 2024-12-17T23:31:30.7881707Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/FETCH_HEAD' 2024-12-17T23:31:30.7882094Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7882444Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/post-update.sample' 2024-12-17T23:31:30.7882817Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7883364Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7883715Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7884205Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/pre-commit.sample' 2024-12-17T23:31:30.7884545Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/commit-msg.sample' 2024-12-17T23:31:30.7884912Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7885256Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/pre-push.sample' 2024-12-17T23:31:30.7885810Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7886433Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7886795Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/pre-receive.sample' 2024-12-17T23:31:30.7887122Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/update.sample' 2024-12-17T23:31:30.7887486Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7887799Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks' 2024-12-17T23:31:30.7888087Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/shallow' 2024-12-17T23:31:30.7888386Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark' 2024-12-17T23:31:30.7888704Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/info/exclude' 2024-12-17T23:31:30.7889033Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/info' 2024-12-17T23:31:30.7889371Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/branches' 2024-12-17T23:31:30.7889661Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/HEAD' 2024-12-17T23:31:30.7889981Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/packed-refs' 2024-12-17T23:31:30.7890278Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config' 2024-12-17T23:31:30.7890591Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/description' 2024-12-17T23:31:30.7890898Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/index' 2024-12-17T23:31:30.7891239Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/refs/heads/develop' 2024-12-17T23:31:30.7891588Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/refs/heads' 2024-12-17T23:31:30.7891949Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7892327Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/refs/remotes/origin' 2024-12-17T23:31:30.7892682Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/refs/remotes' 2024-12-17T23:31:30.7893145Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/refs/tags' 2024-12-17T23:31:30.7893578Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/refs' 2024-12-17T23:31:30.7893887Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs/HEAD' 2024-12-17T23:31:30.7894241Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs/refs/heads/develop' 2024-12-17T23:31:30.7894650Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs/refs/heads' 2024-12-17T23:31:30.7895298Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7895832Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs/refs/remotes/origin' 2024-12-17T23:31:30.7896207Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs/refs/remotes' 2024-12-17T23:31:30.7896550Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs/refs' 2024-12-17T23:31:30.7896878Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs' 2024-12-17T23:31:30.7897229Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/info' 2024-12-17T23:31:30.7897744Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/pack/pack-18f6c0d60dee2ace2e65466b55cbdb7cec713eae.pack' 2024-12-17T23:31:30.7898256Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/pack/pack-34161f66ff4c35918d834d067aeedf2f2ba9dfb6.pack' 2024-12-17T23:31:30.7898762Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/pack/pack-18f6c0d60dee2ace2e65466b55cbdb7cec713eae.rev' 2024-12-17T23:31:30.7899269Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/pack/pack-34161f66ff4c35918d834d067aeedf2f2ba9dfb6.rev' 2024-12-17T23:31:30.7899766Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/pack/pack-18f6c0d60dee2ace2e65466b55cbdb7cec713eae.idx' 2024-12-17T23:31:30.7900270Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/pack/pack-34161f66ff4c35918d834d067aeedf2f2ba9dfb6.idx' 2024-12-17T23:31:30.7900619Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/pack' 2024-12-17T23:31:30.7900956Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects' 2024-12-17T23:31:30.7901276Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/FETCH_HEAD' 2024-12-17T23:31:30.7901671Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7902046Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/post-update.sample' 2024-12-17T23:31:30.7902434Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7902818Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7903304Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7903664Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/pre-commit.sample' 2024-12-17T23:31:30.7904307Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/commit-msg.sample' 2024-12-17T23:31:30.7904951Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7905313Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/pre-push.sample' 2024-12-17T23:31:30.7905694Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7906071Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7906436Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/pre-receive.sample' 2024-12-17T23:31:30.7906785Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/update.sample' 2024-12-17T23:31:30.7907157Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7907490Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks' 2024-12-17T23:31:30.7907790Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/shallow' 2024-12-17T23:31:30.7908101Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json' 2024-12-17T23:31:30.7908399Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/info/exclude' 2024-12-17T23:31:30.7908695Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/info' 2024-12-17T23:31:30.7909019Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/branches' 2024-12-17T23:31:30.7909291Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/HEAD' 2024-12-17T23:31:30.7909583Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/packed-refs' 2024-12-17T23:31:30.7909863Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config' 2024-12-17T23:31:30.7910154Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/description' 2024-12-17T23:31:30.7910428Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/index' 2024-12-17T23:31:30.7910738Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/refs/heads/main' 2024-12-17T23:31:30.7911061Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/refs/heads' 2024-12-17T23:31:30.7911402Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7911749Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/refs/remotes/origin' 2024-12-17T23:31:30.7912077Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/refs/remotes' 2024-12-17T23:31:30.7912399Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/refs/tags' 2024-12-17T23:31:30.7912695Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/refs' 2024-12-17T23:31:30.7913108Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs/HEAD' 2024-12-17T23:31:30.7913554Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs/refs/heads/main' 2024-12-17T23:31:30.7913891Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs/refs/heads' 2024-12-17T23:31:30.7914249Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7914621Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs/refs/remotes/origin' 2024-12-17T23:31:30.7914962Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs/refs/remotes' 2024-12-17T23:31:30.7915288Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs/refs' 2024-12-17T23:31:30.7915585Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs' 2024-12-17T23:31:30.7916180Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/info' 2024-12-17T23:31:30.7916609Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f2/850ad43e7bbcfb46474d21f9718c5a4b2f05e7' 2024-12-17T23:31:30.7917094Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f2' 2024-12-17T23:31:30.7917811Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/99/0b8e19a7e61f4800b12256f0d46c4f3d40c8cd' 2024-12-17T23:31:30.7918146Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/99' 2024-12-17T23:31:30.7918575Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/32/dbf94c18e4bdbdeb2d972486f4912287fde5a7' 2024-12-17T23:31:30.7918897Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/32' 2024-12-17T23:31:30.7919311Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/6c/aaeea733f97cf56c26478a28612a2a1a406198' 2024-12-17T23:31:30.7919634Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/6c' 2024-12-17T23:31:30.7920045Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/9c/2fb96d859b792265e51b46d5d4f55636c0bbb8' 2024-12-17T23:31:30.7920361Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/9c' 2024-12-17T23:31:30.7920780Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/12/0b0c5a6085e58847a2736abb5289bb4784bb00' 2024-12-17T23:31:30.7921099Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/12' 2024-12-17T23:31:30.7921518Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/68/13b6cddecba6c0603423e86913769c67801524' 2024-12-17T23:31:30.7921835Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/68' 2024-12-17T23:31:30.7922247Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/3b/96117f150ff61a0aef71306d2476748a3c4610' 2024-12-17T23:31:30.7922570Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/3b' 2024-12-17T23:31:30.7923149Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/ec/9b2d1dd68c1b3dbbdfd544e50ff593f60eca49' 2024-12-17T23:31:30.7923598Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/ec' 2024-12-17T23:31:30.7924017Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/0d/74b13d3c9d638ab9ca851b72d21f78d7ec34c6' 2024-12-17T23:31:30.7924332Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/0d' 2024-12-17T23:31:30.7924750Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/c4/5b00c1146a076a0f022dc3f9924beae1a0ef92' 2024-12-17T23:31:30.7925069Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/c4' 2024-12-17T23:31:30.7925488Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/ce/c25a171d296f438bb4e77ef7385c82e1006fc6' 2024-12-17T23:31:30.7925807Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/ce' 2024-12-17T23:31:30.7926221Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/50/35687fab0551a416467b2f7edbbdaec7db172d' 2024-12-17T23:31:30.7926548Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/50' 2024-12-17T23:31:30.7926955Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/43/0788e41dff6ba05795d38e9244da7310733caa' 2024-12-17T23:31:30.7927276Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/43' 2024-12-17T23:31:30.7927686Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/3c/f6911074619ad28382761fbe643b2dc53f9b30' 2024-12-17T23:31:30.7928002Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/3c' 2024-12-17T23:31:30.7928420Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/ca/8222f888430f227400abbd23fc081a13afdfd6' 2024-12-17T23:31:30.7928832Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/ca/733ac647536a93374bbed3c61cb314d4f35744' 2024-12-17T23:31:30.7929154Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/ca' 2024-12-17T23:31:30.7929629Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/pack/pack-b1d02bffd758b97088f9d41cd31a0d13dc753f25.idx' 2024-12-17T23:31:30.7930107Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/pack/pack-b1d02bffd758b97088f9d41cd31a0d13dc753f25.pack' 2024-12-17T23:31:30.7930581Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/pack/pack-b1d02bffd758b97088f9d41cd31a0d13dc753f25.rev' 2024-12-17T23:31:30.7930985Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/pack' 2024-12-17T23:31:30.7931709Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/1a/6fb4b4ddaf1a12287ee90dc1fde8a7d4179108' 2024-12-17T23:31:30.7932145Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/1a' 2024-12-17T23:31:30.7932562Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f3/80b8f5f45cb87c0aff7915cbc5a76e4b4c296d' 2024-12-17T23:31:30.7933014Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f3' 2024-12-17T23:31:30.7933432Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/1d/375fd5ca25baa23e6a29c749eb4450539d1df2' 2024-12-17T23:31:30.7933854Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/1d' 2024-12-17T23:31:30.7934271Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/b9/560f59b2de82049fd0dc07be60b0bd793d147c' 2024-12-17T23:31:30.7934588Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/b9' 2024-12-17T23:31:30.7935004Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/e6/330bba93aa15fe16dff6a953324132bcc0c3ac' 2024-12-17T23:31:30.7935322Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/e6' 2024-12-17T23:31:30.7935738Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/3a/af8b8dbab425788123b98bd86da7cb0be053bd' 2024-12-17T23:31:30.7936064Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/3a' 2024-12-17T23:31:30.7936471Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/05/7813118f02e7fcce888d71986e8c74752a0841' 2024-12-17T23:31:30.7936793Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/05' 2024-12-17T23:31:30.7937198Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/6f/4529395c5b7c2d661812257cd6780c67e54afa' 2024-12-17T23:31:30.7937516Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/6f' 2024-12-17T23:31:30.7937932Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/8f/58602552aced5f13b1664fae547c07905fab85' 2024-12-17T23:31:30.7938251Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/8f' 2024-12-17T23:31:30.7938667Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f5/3c428ae3fa9b895396e704de8c19b6cdaea22f' 2024-12-17T23:31:30.7938984Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f5' 2024-12-17T23:31:30.7939398Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/2e/c0ebb71f83c3bdf25e5413367ab7007ceef14c' 2024-12-17T23:31:30.7939719Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/2e' 2024-12-17T23:31:30.7940128Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/a5/7955c177d9923d1f505669e3ebc1c87d5494a4' 2024-12-17T23:31:30.7940452Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/a5' 2024-12-17T23:31:30.7940866Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/d7/cadd9f09e4f657037bbc8e0289691ada4fd4f8' 2024-12-17T23:31:30.7941184Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/d7' 2024-12-17T23:31:30.7941602Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/84/da241dc2dd58779626fcee9547ec434b422490' 2024-12-17T23:31:30.7941917Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/84' 2024-12-17T23:31:30.7942440Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/10/13a24759174986ced0637b6e2141ee8749c765' 2024-12-17T23:31:30.7942856Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/10' 2024-12-17T23:31:30.7943265Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/be/2c7b8e89f9f8507922ee4a6e17c88997a2c88a' 2024-12-17T23:31:30.7943586Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/be' 2024-12-17T23:31:30.7943999Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/55/862ebdd20bd2c9c849f1b808b0df8ec8a1787a' 2024-12-17T23:31:30.7944319Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/55' 2024-12-17T23:31:30.7944734Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/6d/1f49f738ab8f193c657ef687ea580954c565b4' 2024-12-17T23:31:30.7945067Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/6d' 2024-12-17T23:31:30.7945808Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/d8/4ef4ffb8e6e58b4adfd2ae38d5b816ada7ad8d' 2024-12-17T23:31:30.7946288Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/d8' 2024-12-17T23:31:30.7946704Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/5a/18f1be824cd9aaf71aa7655e79992839d5bbe3' 2024-12-17T23:31:30.7947025Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/5a' 2024-12-17T23:31:30.7947433Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/1b/f27a5c52c6b880d32d6794459912774a723c48' 2024-12-17T23:31:30.7947758Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/1b' 2024-12-17T23:31:30.7948178Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/a4/bd7e63de3a2e47e5b3bb8e36f75ef64c0bce04' 2024-12-17T23:31:30.7948497Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/a4' 2024-12-17T23:31:30.7948912Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/87/4583da6731f0d0ff8624465c92ee38297ea4c4' 2024-12-17T23:31:30.7949228Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/87' 2024-12-17T23:31:30.7949645Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/d4/13e0333334aca937b53281028b4f1a4a859543' 2024-12-17T23:31:30.7949964Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/d4' 2024-12-17T23:31:30.7950381Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/7a/9f7fb776ebb00cafaf3f1cadacbb671efbc771' 2024-12-17T23:31:30.7950704Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/7a' 2024-12-17T23:31:30.7951122Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f0/c686bdaf9b0bd43a62fb692bb1758b66145142' 2024-12-17T23:31:30.7951445Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f0' 2024-12-17T23:31:30.7951859Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/78/a9cb04d1ee07b893cafafc3519645d4a9d98f7' 2024-12-17T23:31:30.7952339Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/78' 2024-12-17T23:31:30.7952779Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects' 2024-12-17T23:31:30.7953067Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/FETCH_HEAD' 2024-12-17T23:31:30.7953439Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7953786Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/post-update.sample' 2024-12-17T23:31:30.7954150Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7954516Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7954855Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/pre-rebase.sample' 2024-12-17T23:31:30.7955190Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/pre-commit.sample' 2024-12-17T23:31:30.7955524Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/commit-msg.sample' 2024-12-17T23:31:30.7956089Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.7956425Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/pre-push.sample' 2024-12-17T23:31:30.7956776Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.7957132Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.7957479Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/pre-receive.sample' 2024-12-17T23:31:30.7957799Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/update.sample' 2024-12-17T23:31:30.7958153Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.7958459Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks' 2024-12-17T23:31:30.7958740Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/shallow' 2024-12-17T23:31:30.7959036Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl' 2024-12-17T23:31:30.7959385Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/info/exclude' 2024-12-17T23:31:30.7959733Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/info' 2024-12-17T23:31:30.7960104Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/branches' 2024-12-17T23:31:30.7960417Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/HEAD' 2024-12-17T23:31:30.7960764Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/packed-refs' 2024-12-17T23:31:30.7961081Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config' 2024-12-17T23:31:30.7961591Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/description' 2024-12-17T23:31:30.7962332Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/index' 2024-12-17T23:31:30.7962850Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/refs/heads/main' 2024-12-17T23:31:30.7963231Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/refs/heads' 2024-12-17T23:31:30.7963613Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7964011Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/refs/remotes/origin' 2024-12-17T23:31:30.7964393Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/refs/remotes' 2024-12-17T23:31:30.7964752Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/refs/tags/v1.5.0' 2024-12-17T23:31:30.7965115Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/refs/tags' 2024-12-17T23:31:30.7965469Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/refs' 2024-12-17T23:31:30.7965799Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs/HEAD' 2024-12-17T23:31:30.7966172Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs/refs/heads/main' 2024-12-17T23:31:30.7966555Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs/refs/heads' 2024-12-17T23:31:30.7966955Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.7967379Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs/refs/remotes/origin' 2024-12-17T23:31:30.7967772Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs/refs/remotes' 2024-12-17T23:31:30.7968137Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs/refs' 2024-12-17T23:31:30.7968482Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs' 2024-12-17T23:31:30.7968956Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/f1/d608c875b5c1393d46f07b6678a7faf98c3902' 2024-12-17T23:31:30.7969328Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/f1' 2024-12-17T23:31:30.7969797Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/85/424067465c3c005fe1df8f38f02e056725f171' 2024-12-17T23:31:30.7970170Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/85' 2024-12-17T23:31:30.7970542Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/info' 2024-12-17T23:31:30.7971012Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/d5/0a691a96eb80ae27aa8dfd32ae4d2f20b8b213' 2024-12-17T23:31:30.7971379Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/d5' 2024-12-17T23:31:30.7971962Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/18/f8dedbfe1160b7fd53bbbc4cab44ae74ce8d69' 2024-12-17T23:31:30.7972335Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/18' 2024-12-17T23:31:30.7972966Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/pack/pack-5c74423d8ec67d60a07aad00632790f91aa49b57.idx' 2024-12-17T23:31:30.7973491Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/pack/pack-5c74423d8ec67d60a07aad00632790f91aa49b57.pack' 2024-12-17T23:31:30.7974015Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/pack/pack-5c74423d8ec67d60a07aad00632790f91aa49b57.rev' 2024-12-17T23:31:30.7974398Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/pack' 2024-12-17T23:31:30.7974877Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/e0/bfc35a44d0ca098c0d6107ad6b2d6cce9a6ff4' 2024-12-17T23:31:30.7975491Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/e0' 2024-12-17T23:31:30.7976149Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/59/900fd75152ca10da98dc1c4d2dad5d7f4cea6a' 2024-12-17T23:31:30.7976524Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/59' 2024-12-17T23:31:30.7976993Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/4c/a4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-12-17T23:31:30.7977460Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/4c/9716df20407e5a9efe707f8a28770100b98e1d' 2024-12-17T23:31:30.7977828Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/4c' 2024-12-17T23:31:30.7978294Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/20/7d234a90ce6b2a00fcc4a2247d3ee32f136485' 2024-12-17T23:31:30.7978666Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/20' 2024-12-17T23:31:30.7979129Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/33/94aee93383831a1d39dd6de688d8d81fb80d7b' 2024-12-17T23:31:30.7979499Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/33' 2024-12-17T23:31:30.7979971Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/69/dbcfcbd8ea1741b591f54d0e7205b87d90b4c2' 2024-12-17T23:31:30.7980434Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/69/76cf0ea6be35d93119d79a22799814ebe568e6' 2024-12-17T23:31:30.7980805Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/69' 2024-12-17T23:31:30.7981269Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/36/e0767d979c0aa02c74df333fd835fee68cac8c' 2024-12-17T23:31:30.7981638Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/36' 2024-12-17T23:31:30.7982099Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/05/848080cae8925df1d44094373944f3597c6c76' 2024-12-17T23:31:30.7982591Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/05' 2024-12-17T23:31:30.7983163Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/2c/689431bc59dfcde9e45d10a649d1b4e22f9ef1' 2024-12-17T23:31:30.7983526Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/2c' 2024-12-17T23:31:30.7983993Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/d2/2b11899f473428f851751f45755f15341a036a' 2024-12-17T23:31:30.7984356Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/d2' 2024-12-17T23:31:30.7984815Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/11/00c6219187084ef3b79a152857a301e912b45f' 2024-12-17T23:31:30.7985186Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/11' 2024-12-17T23:31:30.7985652Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/a8/6114283da8c6297b7e923341b131bd307e6240' 2024-12-17T23:31:30.7986021Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/a8' 2024-12-17T23:31:30.7986482Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/e5/2676f653763c15dd632a5d912fc7c499f62228' 2024-12-17T23:31:30.7986845Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/e5' 2024-12-17T23:31:30.7987321Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/a1/fdfa3ac97250b019e2a1267b0e3301a5ac024e' 2024-12-17T23:31:30.7987689Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/a1' 2024-12-17T23:31:30.7988157Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/13/2c53f24a3391e20dd384d919d8fa8241a3a399' 2024-12-17T23:31:30.7988520Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/13' 2024-12-17T23:31:30.7988987Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/ef/10dc4d9bada8252555f2e5fe68195bee81be0a' 2024-12-17T23:31:30.7989356Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/ef' 2024-12-17T23:31:30.7990086Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/ab/793a015e724e33feb93c9b3ac9791027e67015' 2024-12-17T23:31:30.7990631Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/ab' 2024-12-17T23:31:30.7991096Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/39/008e6d439dd88606817d1172ae5a9d2778f0dd' 2024-12-17T23:31:30.7991462Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/39' 2024-12-17T23:31:30.7991931Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/a4/bcb13cc83724c81334488d94d0680c0a78f21c' 2024-12-17T23:31:30.7992297Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/a4' 2024-12-17T23:31:30.7992908Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/5d/1f1cb6695536eac802aa3c64056b9fa43774dc' 2024-12-17T23:31:30.7993372Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/5d' 2024-12-17T23:31:30.7993834Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/87/336b13c372e8d98832b9758f5fe7671e8875e0' 2024-12-17T23:31:30.7994203Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/87' 2024-12-17T23:31:30.7994669Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/f9/b97dd74510f474c59a71cd7cfbb86c4fc2fcf4' 2024-12-17T23:31:30.7995038Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/f9' 2024-12-17T23:31:30.7995505Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/fb/3c5c59f525dc98e8731c3a73d3e07b7c62c775' 2024-12-17T23:31:30.7996152Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/fb' 2024-12-17T23:31:30.7996640Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/42/6dafe3aebe91196c2fa4dd4f3e57a7234e6505' 2024-12-17T23:31:30.7997006Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/42' 2024-12-17T23:31:30.7997373Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects' 2024-12-17T23:31:30.7997708Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/FETCH_HEAD' 2024-12-17T23:31:30.7998131Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.7998526Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/post-update.sample' 2024-12-17T23:31:30.7998940Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.7999355Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.7999735Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8000114Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/pre-commit.sample' 2024-12-17T23:31:30.8000500Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/commit-msg.sample' 2024-12-17T23:31:30.8000912Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8001290Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/pre-push.sample' 2024-12-17T23:31:30.8001685Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8002088Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8002477Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/pre-receive.sample' 2024-12-17T23:31:30.8002990Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/update.sample' 2024-12-17T23:31:30.8003507Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8004065Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks' 2024-12-17T23:31:30.8004617Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/shallow' 2024-12-17T23:31:30.8005000Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto' 2024-12-17T23:31:30.8005322Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/info/exclude' 2024-12-17T23:31:30.8005651Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/info' 2024-12-17T23:31:30.8006055Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/info/exclude' 2024-12-17T23:31:30.8006457Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/info' 2024-12-17T23:31:30.8006873Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/branches' 2024-12-17T23:31:30.8007233Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/HEAD' 2024-12-17T23:31:30.8007616Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/packed-refs' 2024-12-17T23:31:30.8007991Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config' 2024-12-17T23:31:30.8008377Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/description' 2024-12-17T23:31:30.8008746Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/index' 2024-12-17T23:31:30.8009143Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/refs/heads/main' 2024-12-17T23:31:30.8009559Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/refs/heads' 2024-12-17T23:31:30.8009997Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8010440Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/refs/remotes/origin' 2024-12-17T23:31:30.8010869Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/refs/remotes' 2024-12-17T23:31:30.8011283Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/refs/tags' 2024-12-17T23:31:30.8011675Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/refs' 2024-12-17T23:31:30.8012054Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs/HEAD' 2024-12-17T23:31:30.8012467Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs/refs/heads/main' 2024-12-17T23:31:30.8013026Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs/refs/heads' 2024-12-17T23:31:30.8013482Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8014050Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs/refs/remotes/origin' 2024-12-17T23:31:30.8014490Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs/refs/remotes' 2024-12-17T23:31:30.8014899Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs/refs' 2024-12-17T23:31:30.8015296Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs' 2024-12-17T23:31:30.8015718Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/info' 2024-12-17T23:31:30.8016299Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.rev' 2024-12-17T23:31:30.8016889Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/pack/pack-0e0debebc72cf555cbe7da94f6967fc73bf425e6.pack' 2024-12-17T23:31:30.8017661Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.idx' 2024-12-17T23:31:30.8018516Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/pack/pack-0e0debebc72cf555cbe7da94f6967fc73bf425e6.rev' 2024-12-17T23:31:30.8019101Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/pack/pack-0e0debebc72cf555cbe7da94f6967fc73bf425e6.idx' 2024-12-17T23:31:30.8019679Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.pack' 2024-12-17T23:31:30.8020106Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/pack' 2024-12-17T23:31:30.8020511Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects' 2024-12-17T23:31:30.8020899Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/FETCH_HEAD' 2024-12-17T23:31:30.8021364Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8021803Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/post-update.sample' 2024-12-17T23:31:30.8022270Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8022729Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8023162Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8023589Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/pre-commit.sample' 2024-12-17T23:31:30.8024136Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/commit-msg.sample' 2024-12-17T23:31:30.8024711Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8025129Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/pre-push.sample' 2024-12-17T23:31:30.8025580Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8026031Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8026466Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/pre-receive.sample' 2024-12-17T23:31:30.8026884Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/update.sample' 2024-12-17T23:31:30.8027327Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8027731Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks' 2024-12-17T23:31:30.8028100Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/shallow' 2024-12-17T23:31:30.8028478Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest' 2024-12-17T23:31:30.8028863Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/info/exclude' 2024-12-17T23:31:30.8029248Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/info' 2024-12-17T23:31:30.8029709Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/branches' 2024-12-17T23:31:30.8030322Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/HEAD' 2024-12-17T23:31:30.8030869Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/packed-refs' 2024-12-17T23:31:30.8031239Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config' 2024-12-17T23:31:30.8031616Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/description' 2024-12-17T23:31:30.8031983Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/index' 2024-12-17T23:31:30.8032386Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/refs/heads/master' 2024-12-17T23:31:30.8032793Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/refs/heads' 2024-12-17T23:31:30.8033217Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8033655Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/refs/remotes/origin' 2024-12-17T23:31:30.8034215Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/refs/remotes' 2024-12-17T23:31:30.8034623Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/refs/tags' 2024-12-17T23:31:30.8035106Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/refs' 2024-12-17T23:31:30.8035480Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs/HEAD' 2024-12-17T23:31:30.8036109Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs/refs/heads/master' 2024-12-17T23:31:30.8036539Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs/refs/heads' 2024-12-17T23:31:30.8036988Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8037447Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs/refs/remotes/origin' 2024-12-17T23:31:30.8037882Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs/refs/remotes' 2024-12-17T23:31:30.8038283Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs/refs' 2024-12-17T23:31:30.8038672Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs' 2024-12-17T23:31:30.8039083Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/info' 2024-12-17T23:31:30.8039653Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/pack/pack-645e53dcaa98ee1aeb8624a61445b15872f484b3.idx' 2024-12-17T23:31:30.8040227Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/pack/pack-43419d6dd8fd8fed5d51348e2d09187d8c7a0194.idx' 2024-12-17T23:31:30.8040962Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/pack/pack-43419d6dd8fd8fed5d51348e2d09187d8c7a0194.rev' 2024-12-17T23:31:30.8041826Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/pack/pack-43419d6dd8fd8fed5d51348e2d09187d8c7a0194.pack' 2024-12-17T23:31:30.8042398Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/pack/pack-645e53dcaa98ee1aeb8624a61445b15872f484b3.rev' 2024-12-17T23:31:30.8042974Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/pack/pack-645e53dcaa98ee1aeb8624a61445b15872f484b3.pack' 2024-12-17T23:31:30.8043402Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/pack' 2024-12-17T23:31:30.8043802Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects' 2024-12-17T23:31:30.8044180Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/FETCH_HEAD' 2024-12-17T23:31:30.8044640Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8045301Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/post-update.sample' 2024-12-17T23:31:30.8045883Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8046338Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8046766Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8047185Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/pre-commit.sample' 2024-12-17T23:31:30.8047609Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/commit-msg.sample' 2024-12-17T23:31:30.8048057Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8048476Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/pre-push.sample' 2024-12-17T23:31:30.8048924Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8049365Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8049794Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/pre-receive.sample' 2024-12-17T23:31:30.8050203Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/update.sample' 2024-12-17T23:31:30.8050834Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8051482Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks' 2024-12-17T23:31:30.8051855Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/shallow' 2024-12-17T23:31:30.8052263Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb' 2024-12-17T23:31:30.8052609Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules' 2024-12-17T23:31:30.8052953Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/branches' 2024-12-17T23:31:30.8053260Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/HEAD' 2024-12-17T23:31:30.8053589Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/packed-refs' 2024-12-17T23:31:30.8053892Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config' 2024-12-17T23:31:30.8054216Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/description' 2024-12-17T23:31:30.8054515Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/index' 2024-12-17T23:31:30.8054865Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/refs/heads/master' 2024-12-17T23:31:30.8055212Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/refs/heads' 2024-12-17T23:31:30.8055709Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8056227Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/refs/remotes/origin' 2024-12-17T23:31:30.8056584Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/refs/remotes' 2024-12-17T23:31:30.8056933Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/refs/tags' 2024-12-17T23:31:30.8057264Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/refs' 2024-12-17T23:31:30.8057578Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs/HEAD' 2024-12-17T23:31:30.8057944Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs/refs/heads/master' 2024-12-17T23:31:30.8058314Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs/refs/heads' 2024-12-17T23:31:30.8058694Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8059098Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs/refs/remotes/origin' 2024-12-17T23:31:30.8059474Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs/refs/remotes' 2024-12-17T23:31:30.8059827Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs/refs' 2024-12-17T23:31:30.8060156Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs' 2024-12-17T23:31:30.8060513Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/info' 2024-12-17T23:31:30.8061223Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/bb/92342ef8980ec0ba239fcc5d8f999ee1888aed' 2024-12-17T23:31:30.8061743Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/bb' 2024-12-17T23:31:30.8062202Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f2/5b19a40ac5df0a4a607443c86731c0c90dd7fa' 2024-12-17T23:31:30.8062547Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f2' 2024-12-17T23:31:30.8063003Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/99/cbe4d32421bb83ab7f604275c4e40af504eb6c' 2024-12-17T23:31:30.8063356Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/99' 2024-12-17T23:31:30.8063810Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/32/c47ec00abfaa84e918383ecab33d7a59a7198e' 2024-12-17T23:31:30.8064163Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/32' 2024-12-17T23:31:30.8064615Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/4f/e53eb9d818cc84b8dad81eeba14f63d9c52a58' 2024-12-17T23:31:30.8064960Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/4f' 2024-12-17T23:31:30.8065535Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/68/0f7f97e79b5a903b3f04affc057e324bd06451' 2024-12-17T23:31:30.8065991Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/68/413f11bbf06d9a65f559e0759b9dd9ee31b752' 2024-12-17T23:31:30.8066465Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/68' 2024-12-17T23:31:30.8066906Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ee/d38844fb80368c779f4293706cf6b206a6ea38' 2024-12-17T23:31:30.8067252Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ee' 2024-12-17T23:31:30.8067706Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f6/967b1795fff8aaaaaace65c731dc0466b7f31b' 2024-12-17T23:31:30.8068054Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f6' 2024-12-17T23:31:30.8068505Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/95/29abab38013189853ab4a3cf2637ce44ca5347' 2024-12-17T23:31:30.8068851Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/95' 2024-12-17T23:31:30.8069300Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/76/93a41ef3d64ede740d7282ed9815fa7fb7eee7' 2024-12-17T23:31:30.8069651Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/76' 2024-12-17T23:31:30.8070097Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a7/b4172e45ca270676e0178f60c5d1399b59e6df' 2024-12-17T23:31:30.8070452Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a7' 2024-12-17T23:31:30.8071083Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3e/fb7be373d0f6cd2ed45d222ebe05d2c7b96f73' 2024-12-17T23:31:30.8071781Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3e/f6bbe5bb79b5e3b1341c7847904bc6350da786' 2024-12-17T23:31:30.8072134Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3e' 2024-12-17T23:31:30.8072576Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/4b/7c9550fd90913c631ae35c17660909f9ffc0d5' 2024-12-17T23:31:30.8072928Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/4b' 2024-12-17T23:31:30.8073372Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c4/b8b430877c9712e7797955ec84c06568c04703' 2024-12-17T23:31:30.8073720Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c4' 2024-12-17T23:31:30.8074173Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/6a/4351ac2cb119668145a82442cbb1fcabecee33' 2024-12-17T23:31:30.8074620Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/6a/99f40eb48be5234ddbb58098c7e9a5f8d7a141' 2024-12-17T23:31:30.8074972Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/6a' 2024-12-17T23:31:30.8075421Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3c/605ede9ae014bfac5c6840f7ac9604802bf877' 2024-12-17T23:31:30.8076197Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3c' 2024-12-17T23:31:30.8076795Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5f/8df76f3dee590e4d8ed36655eae4b51e9d4673' 2024-12-17T23:31:30.8077143Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5f' 2024-12-17T23:31:30.8077656Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/pack/pack-34f52e11a86f1f6334bc9f24a3ce3de48c6a0572.rev' 2024-12-17T23:31:30.8078166Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/pack/pack-34f52e11a86f1f6334bc9f24a3ce3de48c6a0572.pack' 2024-12-17T23:31:30.8078675Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/pack/pack-34f52e11a86f1f6334bc9f24a3ce3de48c6a0572.idx' 2024-12-17T23:31:30.8079041Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/pack' 2024-12-17T23:31:30.8079496Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/0a/257c2c02354af7cbf84951de03d7ad8cd1240b' 2024-12-17T23:31:30.8079848Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/0a' 2024-12-17T23:31:30.8080298Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/1e/64af430c3e09179069bad79dbaa54e4864edc8' 2024-12-17T23:31:30.8080840Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/1e/6e9250a5336a13e8da58786040f270e64de344' 2024-12-17T23:31:30.8081448Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/1e' 2024-12-17T23:31:30.8082016Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/1c/35a8bb4509c2477e9edd82c6bb70faec06c1c5' 2024-12-17T23:31:30.8082474Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/1c/a691676bc17e84a54d8bff71976abaa611c7cf' 2024-12-17T23:31:30.8082924Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/1c/5ea8e1b5c144af78b0ac356fb87c411fb95d9f' 2024-12-17T23:31:30.8083277Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/1c' 2024-12-17T23:31:30.8083726Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/28/3679d65e8149ac149540eb93cdfb5b930cddd1' 2024-12-17T23:31:30.8084073Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/28' 2024-12-17T23:31:30.8084522Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/2a/934635b28d2736331c49d1a57644f8cad7b6b8' 2024-12-17T23:31:30.8084968Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/2a/0293fefbf7e531b3c6d73c8f5e6c54ed176b41' 2024-12-17T23:31:30.8085312Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/2a' 2024-12-17T23:31:30.8085766Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/24/ae110bd671dbbb34a39eca3176b58fc7ba6752' 2024-12-17T23:31:30.8086112Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/24' 2024-12-17T23:31:30.8086690Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/9b/2ad19d2d7508da1c7a0abbc14014e112ae35d0' 2024-12-17T23:31:30.8087238Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/9b/cbb6c099d8033393eb8dc157ef0c8c433af38b' 2024-12-17T23:31:30.8087585Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/9b' 2024-12-17T23:31:30.8088033Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/96/ca5f5989edf5379488a8336c9552d23104fc69' 2024-12-17T23:31:30.8088378Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/96' 2024-12-17T23:31:30.8088826Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ed/323fe325ceada7d676d8c9cc450cc4f5fd5190' 2024-12-17T23:31:30.8089179Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ed' 2024-12-17T23:31:30.8089630Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/67/cad280b86a061ac7a7fba9ff847a245aa09d5c' 2024-12-17T23:31:30.8090079Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/67/3f97f02254437b1f969b52258dd00eaf28640f' 2024-12-17T23:31:30.8090426Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/67' 2024-12-17T23:31:30.8090870Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/e6/2c62f8364a46b3d93b6f15bb22a40b32dfd712' 2024-12-17T23:31:30.8091221Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/e6' 2024-12-17T23:31:30.8091679Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3a/1a1b2da95b45d4b1e13af10ff2e6a4b4fcc584' 2024-12-17T23:31:30.8092141Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3a/f6856e21dfabf8b0ecc40d29b11ce44db9be42' 2024-12-17T23:31:30.8092486Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3a' 2024-12-17T23:31:30.8092932Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/fe/0d7d41f7548e3a9488075c2317a14df3692f73' 2024-12-17T23:31:30.8093284Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/fe' 2024-12-17T23:31:30.8093734Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/38/a28e08647bdbf74240b8b5f206eee7e7759639' 2024-12-17T23:31:30.8094089Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/38' 2024-12-17T23:31:30.8094540Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/36/23325260da41bc7e9440ebd5b765bd4e3de546' 2024-12-17T23:31:30.8094886Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/36' 2024-12-17T23:31:30.8095342Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/09/404b8437dc9e5ce8da6ab1a2ec77d0899da4de' 2024-12-17T23:31:30.8095688Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/09' 2024-12-17T23:31:30.8096589Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/60/9da5fefce457bef07dc84d91927b13146f3c6b' 2024-12-17T23:31:30.8097148Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/60/231c97f41d27745e95701d2dea1eb91014974a' 2024-12-17T23:31:30.8097608Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/60' 2024-12-17T23:31:30.8098061Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/8f/d099980edec938590670eedb13bc554f9c225b' 2024-12-17T23:31:30.8098407Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/8f' 2024-12-17T23:31:30.8098862Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a6/6cd04e49a3eb1dec9d283bc1e238d685497314' 2024-12-17T23:31:30.8099310Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a6/69c586bfd411b675787aa1218364826c0b181e' 2024-12-17T23:31:30.8099658Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a6' 2024-12-17T23:31:30.8100114Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/df/0ca8d30f85cd3c2947efdeb6a76d824b37971e' 2024-12-17T23:31:30.8100459Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/df' 2024-12-17T23:31:30.8100913Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f5/fc8496ba55a20c156e1e262fe199cfaf51bde8' 2024-12-17T23:31:30.8101258Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f5' 2024-12-17T23:31:30.8101707Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/57/ae4cc3ee5198177ac10d2be521c714b65a5180' 2024-12-17T23:31:30.8102060Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/57' 2024-12-17T23:31:30.8102506Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3d/07834160a14bd212f8603fba3b00ca580be05a' 2024-12-17T23:31:30.8102961Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3d/4a75be0bdb9e4582e13fe1c617577b17dd99bd' 2024-12-17T23:31:30.8103408Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3d/eb2db921e2d113042c3e0529830b27ed8383e7' 2024-12-17T23:31:30.8103856Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3d/0d9c2ae62e2493cae476bd3960a0618bff60a3' 2024-12-17T23:31:30.8104211Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3d' 2024-12-17T23:31:30.8104666Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/25/1fba2703fe30bd49dfcb21c445592e5bd26c88' 2024-12-17T23:31:30.8105017Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/25' 2024-12-17T23:31:30.8105462Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/0b/c072322c81004ef408094f7a60cc880fa48eae' 2024-12-17T23:31:30.8105806Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/0b' 2024-12-17T23:31:30.8106260Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a5/e251a16b1e3567a3cdc36965e3cc1fded4064e' 2024-12-17T23:31:30.8106820Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a5/f29bda48f7d6ae89521b00e7b0a9e5b5fa4da1' 2024-12-17T23:31:30.8107294Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a5' 2024-12-17T23:31:30.8107737Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/84/81c47a04d653e54ad1cbbf0ba692510876f724' 2024-12-17T23:31:30.8108339Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/84' 2024-12-17T23:31:30.8109001Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/10/d690e782ed24e56107be7ad1b248cfdacf6fea' 2024-12-17T23:31:30.8109350Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/10' 2024-12-17T23:31:30.8109805Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a1/2b6150e75ea0911b0c058b9066588bf268023f' 2024-12-17T23:31:30.8110150Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a1' 2024-12-17T23:31:30.8110599Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/6d/75e950c72d6ea2dee532d4bbcdd98854097d3a' 2024-12-17T23:31:30.8110950Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/6d' 2024-12-17T23:31:30.8111399Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5b/9959ae5cddf327ebca1dd6953f4f0ab65ad071' 2024-12-17T23:31:30.8111750Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5b' 2024-12-17T23:31:30.8112199Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ef/39d0538db9ccc0872a9b6333ccd4bdceb5686a' 2024-12-17T23:31:30.8112547Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ef' 2024-12-17T23:31:30.8113008Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/eb/045de2bda8dd6b705c20d0ed71345ab6f7d98a' 2024-12-17T23:31:30.8113353Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/eb' 2024-12-17T23:31:30.8113809Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/d8/9bd2b4bd1dec6fb01c0fe4d330149401cd30e7' 2024-12-17T23:31:30.8114154Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/d8' 2024-12-17T23:31:30.8114600Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/90/87e9bd67f3c3345ee65474d1189d7b785f84c3' 2024-12-17T23:31:30.8114955Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/90' 2024-12-17T23:31:30.8115402Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c0/0fb2bf845870a1bd042b6d56e82f9d9d2ce75c' 2024-12-17T23:31:30.8115966Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c0' 2024-12-17T23:31:30.8116422Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ad/f04039af02cac5f4177dad10784db5cd6aabd0' 2024-12-17T23:31:30.8116920Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ad' 2024-12-17T23:31:30.8117377Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5a/55001b81c7d74fafb9a5d51f6cf1af5c41b577' 2024-12-17T23:31:30.8117851Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5a' 2024-12-17T23:31:30.8118302Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/27/1eb33a8d481250e6921f599b3bfafc05f121bb' 2024-12-17T23:31:30.8118647Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/27' 2024-12-17T23:31:30.8119089Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/fc/1741461e424a234f5f37629dc1724e6a577676' 2024-12-17T23:31:30.8119446Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/fc' 2024-12-17T23:31:30.8119890Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/86/e462e2ebfa92d2099c8594d70c3927412e2da2' 2024-12-17T23:31:30.8120241Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/86' 2024-12-17T23:31:30.8120697Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c7/cb3f91f62b98952724d6dace74cff6d6cc958d' 2024-12-17T23:31:30.8121043Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c7' 2024-12-17T23:31:30.8121490Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/79/6fe41e496b869928b94372688d7417d94aaadc' 2024-12-17T23:31:30.8121839Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/79' 2024-12-17T23:31:30.8122285Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/b0/3ec5534d083441aff721bc3953b2f73bcda391' 2024-12-17T23:31:30.8122639Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/b0' 2024-12-17T23:31:30.8123079Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/87/48902116964a26292feba6d9cc6f04349cc7a1' 2024-12-17T23:31:30.8123431Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/87' 2024-12-17T23:31:30.8123881Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/e1/ec9d5d0af20f575f378a0a3c6e26b75223d353' 2024-12-17T23:31:30.8124329Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/e1/4e254ba4c438c69ee2558eed69e95b36bde77b' 2024-12-17T23:31:30.8124685Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/e1' 2024-12-17T23:31:30.8125135Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/bc/116edd2cb80301b1eead3c1ebc5904dcea83fb' 2024-12-17T23:31:30.8125487Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/bc' 2024-12-17T23:31:30.8125934Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c9/ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-12-17T23:31:30.8126280Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c9' 2024-12-17T23:31:30.8126842Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/b6/5cfb280f5108c41bf4f47a32072e8c050f30d7' 2024-12-17T23:31:30.8127289Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/b6' 2024-12-17T23:31:30.8127747Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5c/44beed9f53b868130d711855a2b0c620b1aecd' 2024-12-17T23:31:30.8128090Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5c' 2024-12-17T23:31:30.8128539Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f0/87586b6dbe276aa926d3ad9bff912dc852b7aa' 2024-12-17T23:31:30.8128889Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f0' 2024-12-17T23:31:30.8129337Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/26/7bf92bb0854c0128fa95d8e0d5a3144530c88b' 2024-12-17T23:31:30.8129799Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/26/e40e61e90f98aefeefebc5578cd8eead70f127' 2024-12-17T23:31:30.8130143Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/26' 2024-12-17T23:31:30.8130593Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/34/cd232c2f36f3e473f55e06d6161ebfe922dbaf' 2024-12-17T23:31:30.8130944Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/34' 2024-12-17T23:31:30.8131388Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/91/9625b74e76d040c2b0317ebeb99648c361fcf8' 2024-12-17T23:31:30.8131840Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/91/02c78a91e64050bc79fe71146d807c664c80d9' 2024-12-17T23:31:30.8132193Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/91' 2024-12-17T23:31:30.8132532Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects' 2024-12-17T23:31:30.8132855Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/FETCH_HEAD' 2024-12-17T23:31:30.8133256Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8133636Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/post-update.sample' 2024-12-17T23:31:30.8134032Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8134424Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8134795Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8135159Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/pre-commit.sample' 2024-12-17T23:31:30.8135523Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/commit-msg.sample' 2024-12-17T23:31:30.8135911Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8136382Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/pre-push.sample' 2024-12-17T23:31:30.8136774Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8137266Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8137635Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/pre-receive.sample' 2024-12-17T23:31:30.8137995Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/update.sample' 2024-12-17T23:31:30.8138373Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8138713Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks' 2024-12-17T23:31:30.8139025Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/shallow' 2024-12-17T23:31:30.8139342Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp' 2024-12-17T23:31:30.8139657Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/info/exclude' 2024-12-17T23:31:30.8139972Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/info' 2024-12-17T23:31:30.8140309Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/branches' 2024-12-17T23:31:30.8140594Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/HEAD' 2024-12-17T23:31:30.8140902Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/packed-refs' 2024-12-17T23:31:30.8141202Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config' 2024-12-17T23:31:30.8141508Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/description' 2024-12-17T23:31:30.8141792Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/index' 2024-12-17T23:31:30.8142116Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/refs/heads/main' 2024-12-17T23:31:30.8142451Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/refs/heads' 2024-12-17T23:31:30.8142809Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8143177Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/refs/remotes/origin' 2024-12-17T23:31:30.8143522Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/refs/remotes' 2024-12-17T23:31:30.8143861Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/refs/tags' 2024-12-17T23:31:30.8144177Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/refs' 2024-12-17T23:31:30.8144481Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs/HEAD' 2024-12-17T23:31:30.8144817Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs/refs/heads/main' 2024-12-17T23:31:30.8145167Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs/refs/heads' 2024-12-17T23:31:30.8145669Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8146154Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs/refs/remotes/origin' 2024-12-17T23:31:30.8146519Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs/refs/remotes' 2024-12-17T23:31:30.8146847Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs/refs' 2024-12-17T23:31:30.8147159Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs' 2024-12-17T23:31:30.8147506Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/info' 2024-12-17T23:31:30.8147998Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.rev' 2024-12-17T23:31:30.8148494Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/pack/pack-e5aa8f4387c95e0f6ca61b319ef8f8cae7fc0d7e.rev' 2024-12-17T23:31:30.8148987Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.idx' 2024-12-17T23:31:30.8149495Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/pack/pack-e5aa8f4387c95e0f6ca61b319ef8f8cae7fc0d7e.pack' 2024-12-17T23:31:30.8149994Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/pack/pack-e5aa8f4387c95e0f6ca61b319ef8f8cae7fc0d7e.idx' 2024-12-17T23:31:30.8150487Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.pack' 2024-12-17T23:31:30.8150838Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/pack' 2024-12-17T23:31:30.8151169Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects' 2024-12-17T23:31:30.8151472Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/FETCH_HEAD' 2024-12-17T23:31:30.8151858Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8152373Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/post-update.sample' 2024-12-17T23:31:30.8153018Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8153470Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8153826Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8154183Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/pre-commit.sample' 2024-12-17T23:31:30.8154529Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/commit-msg.sample' 2024-12-17T23:31:30.8154901Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8155249Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/pre-push.sample' 2024-12-17T23:31:30.8155800Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8156390Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8156876Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/pre-receive.sample' 2024-12-17T23:31:30.8157208Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/update.sample' 2024-12-17T23:31:30.8157579Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8157899Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks' 2024-12-17T23:31:30.8158199Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/shallow' 2024-12-17T23:31:30.8158500Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest' 2024-12-17T23:31:30.8158762Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules/third_party' 2024-12-17T23:31:30.8158995Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/modules' 2024-12-17T23:31:30.8159222Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/branches' 2024-12-17T23:31:30.8159409Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/HEAD' 2024-12-17T23:31:30.8159622Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/packed-refs' 2024-12-17T23:31:30.8159811Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/config' 2024-12-17T23:31:30.8160015Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/description' 2024-12-17T23:31:30.8160206Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/index' 2024-12-17T23:31:30.8160424Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/refs/heads/main' 2024-12-17T23:31:30.8160663Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/refs/heads' 2024-12-17T23:31:30.8160913Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8161173Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/refs/remotes/origin' 2024-12-17T23:31:30.8161415Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/refs/remotes' 2024-12-17T23:31:30.8161642Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/refs/tags' 2024-12-17T23:31:30.8161855Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/refs' 2024-12-17T23:31:30.8162059Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/logs/HEAD' 2024-12-17T23:31:30.8162288Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/logs/refs/heads/main' 2024-12-17T23:31:30.8162543Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/logs/refs/heads' 2024-12-17T23:31:30.8162806Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8163083Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/logs/refs/remotes/origin' 2024-12-17T23:31:30.8163340Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/logs/refs/remotes' 2024-12-17T23:31:30.8163565Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/logs/refs' 2024-12-17T23:31:30.8163775Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/logs' 2024-12-17T23:31:30.8164016Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/objects/info' 2024-12-17T23:31:30.8164512Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/objects/pack/pack-14de1dc44257532e04810f46db660544ea14c872.rev' 2024-12-17T23:31:30.8164902Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/objects/pack/pack-5c05c3ce1aecd09213e775e4c8b876587f457c71.rev' 2024-12-17T23:31:30.8165379Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/objects/pack/pack-5c05c3ce1aecd09213e775e4c8b876587f457c71.idx' 2024-12-17T23:31:30.8165759Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/objects/pack/pack-14de1dc44257532e04810f46db660544ea14c872.pack' 2024-12-17T23:31:30.8166146Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/objects/pack/pack-5c05c3ce1aecd09213e775e4c8b876587f457c71.pack' 2024-12-17T23:31:30.8166515Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/objects/pack/pack-14de1dc44257532e04810f46db660544ea14c872.idx' 2024-12-17T23:31:30.8166755Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/objects/pack' 2024-12-17T23:31:30.8166980Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/objects' 2024-12-17T23:31:30.8167182Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/FETCH_HEAD' 2024-12-17T23:31:30.8167464Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8167711Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/hooks/post-update.sample' 2024-12-17T23:31:30.8167980Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8168253Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8168495Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8168738Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/hooks/pre-commit.sample' 2024-12-17T23:31:30.8168982Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/hooks/commit-msg.sample' 2024-12-17T23:31:30.8169251Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8169491Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/hooks/pre-push.sample' 2024-12-17T23:31:30.8169746Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8170006Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8170256Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/hooks/pre-receive.sample' 2024-12-17T23:31:30.8170481Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/hooks/update.sample' 2024-12-17T23:31:30.8170743Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8170962Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/hooks' 2024-12-17T23:31:30.8171156Z removed 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp/shallow' 2024-12-17T23:31:30.8171362Z removed directory 'pytorch-release_2.6/.git/modules/third_party/opentelemetry-cpp' 2024-12-17T23:31:30.8171582Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/info/exclude' 2024-12-17T23:31:30.8171806Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/info' 2024-12-17T23:31:30.8172049Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/branches' 2024-12-17T23:31:30.8172241Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/HEAD' 2024-12-17T23:31:30.8172460Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/packed-refs' 2024-12-17T23:31:30.8172670Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/config' 2024-12-17T23:31:30.8173009Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/description' 2024-12-17T23:31:30.8173311Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/index' 2024-12-17T23:31:30.8173546Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/refs/heads/master' 2024-12-17T23:31:30.8173789Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/refs/heads' 2024-12-17T23:31:30.8174055Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8174329Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/refs/remotes/origin' 2024-12-17T23:31:30.8174579Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/refs/remotes' 2024-12-17T23:31:30.8174822Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/refs/tags' 2024-12-17T23:31:30.8175048Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/refs' 2024-12-17T23:31:30.8175266Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/logs/HEAD' 2024-12-17T23:31:30.8175515Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/logs/refs/heads/master' 2024-12-17T23:31:30.8175774Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/logs/refs/heads' 2024-12-17T23:31:30.8176061Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8176355Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/logs/refs/remotes/origin' 2024-12-17T23:31:30.8176621Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/logs/refs/remotes' 2024-12-17T23:31:30.8176866Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/logs/refs' 2024-12-17T23:31:30.8177092Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/logs' 2024-12-17T23:31:30.8177348Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/objects/info' 2024-12-17T23:31:30.8177759Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/objects/pack/pack-2f2a52ae8df819a3a0a503bb0f738742bbeceac4.pack' 2024-12-17T23:31:30.8178161Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/objects/pack/pack-2f2a52ae8df819a3a0a503bb0f738742bbeceac4.idx' 2024-12-17T23:31:30.8178560Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/objects/pack/pack-28724f3bbc4d0eb6a99212863b8bf091100b86dd.rev' 2024-12-17T23:31:30.8178952Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/objects/pack/pack-28724f3bbc4d0eb6a99212863b8bf091100b86dd.idx' 2024-12-17T23:31:30.8179362Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/objects/pack/pack-28724f3bbc4d0eb6a99212863b8bf091100b86dd.pack' 2024-12-17T23:31:30.8179756Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/objects/pack/pack-2f2a52ae8df819a3a0a503bb0f738742bbeceac4.rev' 2024-12-17T23:31:30.8180009Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/objects/pack' 2024-12-17T23:31:30.8180250Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/objects' 2024-12-17T23:31:30.8180461Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/FETCH_HEAD' 2024-12-17T23:31:30.8180763Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8181036Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/hooks/post-update.sample' 2024-12-17T23:31:30.8181326Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8181751Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8182124Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8182378Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-commit.sample' 2024-12-17T23:31:30.8182637Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/hooks/commit-msg.sample' 2024-12-17T23:31:30.8182916Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8183168Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-push.sample' 2024-12-17T23:31:30.8183445Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8183724Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8183991Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-receive.sample' 2024-12-17T23:31:30.8184231Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/hooks/update.sample' 2024-12-17T23:31:30.8184499Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8184731Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/hooks' 2024-12-17T23:31:30.8184932Z removed 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator/shallow' 2024-12-17T23:31:30.8185141Z removed directory 'pytorch-release_2.6/.git/modules/third_party/VulkanMemoryAllocator' 2024-12-17T23:31:30.8185328Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/info/exclude' 2024-12-17T23:31:30.8185515Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/info' 2024-12-17T23:31:30.8185721Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/branches' 2024-12-17T23:31:30.8185878Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/HEAD' 2024-12-17T23:31:30.8186060Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/packed-refs' 2024-12-17T23:31:30.8186230Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/config' 2024-12-17T23:31:30.8186406Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/description' 2024-12-17T23:31:30.8186566Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/index' 2024-12-17T23:31:30.8186757Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/refs/heads/main' 2024-12-17T23:31:30.8186962Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/refs/heads' 2024-12-17T23:31:30.8187176Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8187409Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/refs/remotes/origin' 2024-12-17T23:31:30.8187620Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/refs/remotes' 2024-12-17T23:31:30.8187828Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/refs/tags' 2024-12-17T23:31:30.8188016Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/refs' 2024-12-17T23:31:30.8188188Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/logs/HEAD' 2024-12-17T23:31:30.8188389Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/logs/refs/heads/main' 2024-12-17T23:31:30.8188607Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/logs/refs/heads' 2024-12-17T23:31:30.8188836Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8189086Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/logs/refs/remotes/origin' 2024-12-17T23:31:30.8189434Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/logs/refs/remotes' 2024-12-17T23:31:30.8189635Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/logs/refs' 2024-12-17T23:31:30.8189929Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/logs' 2024-12-17T23:31:30.8190133Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/objects/info' 2024-12-17T23:31:30.8190492Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/objects/pack/pack-498b42ebac97e8d5f519fc7875cc40b07b229c86.idx' 2024-12-17T23:31:30.8190848Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/objects/pack/pack-498b42ebac97e8d5f519fc7875cc40b07b229c86.pack' 2024-12-17T23:31:30.8191194Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/objects/pack/pack-498b42ebac97e8d5f519fc7875cc40b07b229c86.rev' 2024-12-17T23:31:30.8191549Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/objects/pack/pack-7fda68ed021690b0830fc3b515b49bf3af41a3c8.pack' 2024-12-17T23:31:30.8191896Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/objects/pack/pack-7fda68ed021690b0830fc3b515b49bf3af41a3c8.idx' 2024-12-17T23:31:30.8192248Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/objects/pack/pack-7fda68ed021690b0830fc3b515b49bf3af41a3c8.rev' 2024-12-17T23:31:30.8192455Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/objects/pack' 2024-12-17T23:31:30.8192651Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/objects' 2024-12-17T23:31:30.8192831Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/FETCH_HEAD' 2024-12-17T23:31:30.8193074Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8193290Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/hooks/post-update.sample' 2024-12-17T23:31:30.8193536Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8193776Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8193991Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8194204Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/hooks/pre-commit.sample' 2024-12-17T23:31:30.8194412Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/hooks/commit-msg.sample' 2024-12-17T23:31:30.8194651Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8194856Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/hooks/pre-push.sample' 2024-12-17T23:31:30.8195080Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8195319Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8195537Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/hooks/pre-receive.sample' 2024-12-17T23:31:30.8195946Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/hooks/update.sample' 2024-12-17T23:31:30.8196188Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8196380Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark/hooks' 2024-12-17T23:31:30.8196555Z removed 'pytorch-release_2.6/.git/modules/third_party/benchmark/shallow' 2024-12-17T23:31:30.8196730Z removed directory 'pytorch-release_2.6/.git/modules/third_party/benchmark' 2024-12-17T23:31:30.8196924Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/info/exclude' 2024-12-17T23:31:30.8197132Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/info' 2024-12-17T23:31:30.8197344Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/branches' 2024-12-17T23:31:30.8197515Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/HEAD' 2024-12-17T23:31:30.8197861Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/packed-refs' 2024-12-17T23:31:30.8198166Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/config' 2024-12-17T23:31:30.8198358Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/description' 2024-12-17T23:31:30.8198540Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/index' 2024-12-17T23:31:30.8198746Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/refs/heads/master' 2024-12-17T23:31:30.8198972Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/refs/heads' 2024-12-17T23:31:30.8199206Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8199453Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/refs/remotes/origin' 2024-12-17T23:31:30.8199687Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/refs/remotes' 2024-12-17T23:31:30.8199903Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/refs/tags' 2024-12-17T23:31:30.8200107Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/refs' 2024-12-17T23:31:30.8200296Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/logs/HEAD' 2024-12-17T23:31:30.8200518Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/logs/refs/heads/master' 2024-12-17T23:31:30.8200763Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/logs/refs/heads' 2024-12-17T23:31:30.8201011Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8201274Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/logs/refs/remotes/origin' 2024-12-17T23:31:30.8201522Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/logs/refs/remotes' 2024-12-17T23:31:30.8201740Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/logs/refs' 2024-12-17T23:31:30.8201946Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/logs' 2024-12-17T23:31:30.8202178Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/info' 2024-12-17T23:31:30.8202496Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/f2/887481083c1c2b177930ada974f7da78061850' 2024-12-17T23:31:30.8202724Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/f2' 2024-12-17T23:31:30.8203042Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/73/68c857e9ccb1fcc7d6f67b0051214f7023b262' 2024-12-17T23:31:30.8203262Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/73' 2024-12-17T23:31:30.8203638Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/pack/pack-de991ea5f84c94d482722b46503e02181f7d504a.rev' 2024-12-17T23:31:30.8204011Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/pack/pack-de991ea5f84c94d482722b46503e02181f7d504a.pack' 2024-12-17T23:31:30.8204376Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/pack/pack-de991ea5f84c94d482722b46503e02181f7d504a.idx' 2024-12-17T23:31:30.8204615Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/pack' 2024-12-17T23:31:30.8204929Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/4c/7d2f57d489b0e9a38d2126c375c5c8cae8e08e' 2024-12-17T23:31:30.8205154Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/4c' 2024-12-17T23:31:30.8205467Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/9a/9510edcb70c48f2d17816a28ff04f94f91050b' 2024-12-17T23:31:30.8205683Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/9a' 2024-12-17T23:31:30.8206119Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/8f/c2fdd6e67c8a6743c0f487fe85fe3cd14a7a4b' 2024-12-17T23:31:30.8206456Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/8f' 2024-12-17T23:31:30.8206767Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/f4/5429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-12-17T23:31:30.8206989Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/f4' 2024-12-17T23:31:30.8207300Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/52/40e081cdf89eaada5416b13ba2c7c279dd2aa2' 2024-12-17T23:31:30.8207520Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/52' 2024-12-17T23:31:30.8207834Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/5b/1b83acca21ca1569b8acce6ab046d4d841bbe3' 2024-12-17T23:31:30.8208051Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/5b' 2024-12-17T23:31:30.8208367Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/cd/a9077b9910facbbd2136fa1dc44eb5a6efd4b1' 2024-12-17T23:31:30.8208591Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/cd' 2024-12-17T23:31:30.8208902Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/71/27a189ca7ce1fd8d492c499cb0a4bd7231fa18' 2024-12-17T23:31:30.8209122Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/71' 2024-12-17T23:31:30.8209433Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/78/bdb04dcc5426e5bbe0ad2672a084bc8973accd' 2024-12-17T23:31:30.8209654Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects/78' 2024-12-17T23:31:30.8209864Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/objects' 2024-12-17T23:31:30.8210055Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/FETCH_HEAD' 2024-12-17T23:31:30.8210326Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8210567Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/hooks/post-update.sample' 2024-12-17T23:31:30.8210826Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8211090Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8211320Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8211555Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/hooks/pre-commit.sample' 2024-12-17T23:31:30.8211781Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/hooks/commit-msg.sample' 2024-12-17T23:31:30.8212036Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8212266Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/hooks/pre-push.sample' 2024-12-17T23:31:30.8212515Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8212777Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8213013Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/hooks/pre-receive.sample' 2024-12-17T23:31:30.8213241Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/hooks/update.sample' 2024-12-17T23:31:30.8213491Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8213699Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/hooks' 2024-12-17T23:31:30.8213881Z removed 'pytorch-release_2.6/.git/modules/third_party/python-peachpy/shallow' 2024-12-17T23:31:30.8214192Z removed directory 'pytorch-release_2.6/.git/modules/third_party/python-peachpy' 2024-12-17T23:31:30.8214465Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/info/exclude' 2024-12-17T23:31:30.8214646Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/info' 2024-12-17T23:31:30.8214841Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/branches' 2024-12-17T23:31:30.8214994Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/HEAD' 2024-12-17T23:31:30.8215169Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/packed-refs' 2024-12-17T23:31:30.8215323Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/config' 2024-12-17T23:31:30.8215489Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/description' 2024-12-17T23:31:30.8215646Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/index' 2024-12-17T23:31:30.8215831Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/refs/heads/master' 2024-12-17T23:31:30.8216027Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/refs/heads' 2024-12-17T23:31:30.8216238Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8216461Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/refs/remotes/origin' 2024-12-17T23:31:30.8216663Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/refs/remotes' 2024-12-17T23:31:30.8216860Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/refs/tags' 2024-12-17T23:31:30.8217039Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/refs' 2024-12-17T23:31:30.8217208Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/logs/HEAD' 2024-12-17T23:31:30.8217401Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/logs/refs/heads/master' 2024-12-17T23:31:30.8217609Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/logs/refs/heads' 2024-12-17T23:31:30.8217835Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8218076Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/logs/refs/remotes/origin' 2024-12-17T23:31:30.8218291Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/logs/refs/remotes' 2024-12-17T23:31:30.8218487Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/logs/refs' 2024-12-17T23:31:30.8218666Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/logs' 2024-12-17T23:31:30.8218864Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects/info' 2024-12-17T23:31:30.8219160Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects/0d/904501987603fd79348f9a69c8ed6ed95a4dce' 2024-12-17T23:31:30.8219352Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects/0d' 2024-12-17T23:31:30.8219706Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects/pack/pack-531b7d7bb0dd365755911e2d9db573368f468839.pack' 2024-12-17T23:31:30.8220045Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects/pack/pack-531b7d7bb0dd365755911e2d9db573368f468839.rev' 2024-12-17T23:31:30.8220373Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects/pack/pack-531b7d7bb0dd365755911e2d9db573368f468839.idx' 2024-12-17T23:31:30.8220579Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects/pack' 2024-12-17T23:31:30.8220861Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects/1c/20c905109929cd97402b498b167533669df765' 2024-12-17T23:31:30.8221054Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects/1c' 2024-12-17T23:31:30.8221345Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects/c0/7e3a0400713d546e0dea2d5466dd22ea389c73' 2024-12-17T23:31:30.8221537Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects/c0' 2024-12-17T23:31:30.8221945Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects/93/e58d08af649297231ec2b7ad3214b3f6e5d43a' 2024-12-17T23:31:30.8222239Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects/93' 2024-12-17T23:31:30.8222521Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects/29/26babb9a8747e598b488024b644b5542f856e5' 2024-12-17T23:31:30.8222718Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects/29' 2024-12-17T23:31:30.8222903Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/objects' 2024-12-17T23:31:30.8223070Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/FETCH_HEAD' 2024-12-17T23:31:30.8223310Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8223517Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/hooks/post-update.sample' 2024-12-17T23:31:30.8223753Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8224156Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8224501Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8224847Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/hooks/pre-commit.sample' 2024-12-17T23:31:30.8225058Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/hooks/commit-msg.sample' 2024-12-17T23:31:30.8225287Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8225490Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/hooks/pre-push.sample' 2024-12-17T23:31:30.8225706Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8225938Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8226146Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/hooks/pre-receive.sample' 2024-12-17T23:31:30.8226335Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/hooks/update.sample' 2024-12-17T23:31:30.8226562Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8226744Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK/hooks' 2024-12-17T23:31:30.8226903Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK/shallow' 2024-12-17T23:31:30.8227075Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK' 2024-12-17T23:31:30.8227250Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/info/exclude' 2024-12-17T23:31:30.8227432Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/info' 2024-12-17T23:31:30.8227714Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/info/exclude' 2024-12-17T23:31:30.8227996Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/info' 2024-12-17T23:31:30.8228296Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/branches' 2024-12-17T23:31:30.8228544Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/HEAD' 2024-12-17T23:31:30.8228817Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/packed-refs' 2024-12-17T23:31:30.8229075Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/config' 2024-12-17T23:31:30.8229343Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/description' 2024-12-17T23:31:30.8229594Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/index' 2024-12-17T23:31:30.8229882Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/refs/heads/main' 2024-12-17T23:31:30.8230304Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/refs/heads' 2024-12-17T23:31:30.8230728Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8231058Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/refs/remotes/origin' 2024-12-17T23:31:30.8231367Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/refs/remotes' 2024-12-17T23:31:30.8231666Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/refs/tags' 2024-12-17T23:31:30.8231939Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/refs' 2024-12-17T23:31:30.8232205Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs/HEAD' 2024-12-17T23:31:30.8232502Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs/refs/heads/main' 2024-12-17T23:31:30.8232821Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs/refs/heads' 2024-12-17T23:31:30.8233156Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8233501Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs/refs/remotes/origin' 2024-12-17T23:31:30.8233825Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs/refs/remotes' 2024-12-17T23:31:30.8234121Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs/refs' 2024-12-17T23:31:30.8234397Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs' 2024-12-17T23:31:30.8234815Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/f1/76f74a48f8fdaaf3505746fd91253da25d9e67' 2024-12-17T23:31:30.8235113Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/f1' 2024-12-17T23:31:30.8235522Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/c5/d9916d2ddea09bfd725679eab99b8b49817e1e' 2024-12-17T23:31:30.8236097Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/c5' 2024-12-17T23:31:30.8236410Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/info' 2024-12-17T23:31:30.8236818Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/bb/c2f9579023c8889833eb063ffab739a8e84eb9' 2024-12-17T23:31:30.8237125Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/bb' 2024-12-17T23:31:30.8237523Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/17/413706eaea75d66901cfaf7560d497753dddf2' 2024-12-17T23:31:30.8237828Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/17' 2024-12-17T23:31:30.8238232Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/70/66d235c2a5ff24c9201e12196b7dca69b0c8cb' 2024-12-17T23:31:30.8238626Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/70/6ad559db9c753fe02d24077600875684eb7682' 2024-12-17T23:31:30.8238924Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/70' 2024-12-17T23:31:30.8239320Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/83/457c9981cde477e74f7a61b06061490f325cdc' 2024-12-17T23:31:30.8239770Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/83' 2024-12-17T23:31:30.8240315Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/65/606ccd93d14f7bfa50d900c3e6a7a3a52b0c26' 2024-12-17T23:31:30.8240716Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/65/c0ae83f7c3ec755dcc084dba281ab4bff7ba82' 2024-12-17T23:31:30.8241017Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/65' 2024-12-17T23:31:30.8241575Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/a7/9d964e17bdce79941b281f99270bc96f3dca5f' 2024-12-17T23:31:30.8242264Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/a7/05654a269b0a7060af97efe52bb555ffad1d84' 2024-12-17T23:31:30.8242579Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/a7' 2024-12-17T23:31:30.8242983Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/4b/b6f71271cb00b6739a75dd93f2601fb456784c' 2024-12-17T23:31:30.8243390Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/4b/3f13fa55e123778ee7fcef26752ca6fbe5ba89' 2024-12-17T23:31:30.8243685Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/4b' 2024-12-17T23:31:30.8244091Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/8c/6a9ddc248fab0818852832f5c580b6c9e929e6' 2024-12-17T23:31:30.8244384Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/8c' 2024-12-17T23:31:30.8244787Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/7f/eb79e65f20896c685b15adf4ab47f1b51482d2' 2024-12-17T23:31:30.8245085Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/7f' 2024-12-17T23:31:30.8245490Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d5/4baaa0e8f8351dc93cc0e0d78bba648e0788c4' 2024-12-17T23:31:30.8245788Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d5' 2024-12-17T23:31:30.8246184Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d6/95e6d0017108e205072d16022ffb120bf1c30b' 2024-12-17T23:31:30.8246476Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d6' 2024-12-17T23:31:30.8246875Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/da/1794e63b92aa1739740b43e0443801433f72b7' 2024-12-17T23:31:30.8247170Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/da' 2024-12-17T23:31:30.8247571Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/81/7272d00bc52f0c3ea125327f19ed0e8c54a206' 2024-12-17T23:31:30.8247870Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/81' 2024-12-17T23:31:30.8248268Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/3c/1b4f2183edfe041fb31c532dc7768d679731aa' 2024-12-17T23:31:30.8248568Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/3c' 2024-12-17T23:31:30.8248969Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/73/bead2fb555b901f49eb07d04dd737799f6a722' 2024-12-17T23:31:30.8249387Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/73' 2024-12-17T23:31:30.8249803Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/6e/9256eea8a2dafc9bf15171b68ebae428e791b6' 2024-12-17T23:31:30.8250199Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/6e' 2024-12-17T23:31:30.8250603Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/a9/ae67147c5a7a90adc2733b089c5f4363c994ad' 2024-12-17T23:31:30.8250894Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/a9' 2024-12-17T23:31:30.8251295Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/2d/ec4a8b28ba8d3056574a1e2d2af18f0b58636c' 2024-12-17T23:31:30.8251594Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/2d' 2024-12-17T23:31:30.8251997Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/5f/461d05a0c64781bcd08ce380e6cfce1ecab3ad' 2024-12-17T23:31:30.8252437Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/5f/c5b4d9b8876e200a08b476c96171a6bd5de0f1' 2024-12-17T23:31:30.8252733Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/5f' 2024-12-17T23:31:30.8253254Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/pack/pack-7fda68ed021690b0830fc3b515b49bf3af41a3c8.pack' 2024-12-17T23:31:30.8253715Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/pack/pack-7fda68ed021690b0830fc3b515b49bf3af41a3c8.idx' 2024-12-17T23:31:30.8254167Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/pack/pack-7fda68ed021690b0830fc3b515b49bf3af41a3c8.rev' 2024-12-17T23:31:30.8254481Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/pack' 2024-12-17T23:31:30.8254883Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/b7/4d33c5899c4e58ec7ab094f9a517a1c44af32d' 2024-12-17T23:31:30.8255177Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/b7' 2024-12-17T23:31:30.8255694Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/e0/84f386b775cc179bffa1d10c6bd2768cf06cf8' 2024-12-17T23:31:30.8256194Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/e0' 2024-12-17T23:31:30.8256765Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/bd/3b0ffb4cb5fa9ac09b1626a11d11b253ca441e' 2024-12-17T23:31:30.8257068Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/bd' 2024-12-17T23:31:30.8257470Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/94/2887457f1e3b0f73ca50e50ef72c37224870d4' 2024-12-17T23:31:30.8257889Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/94/5c9a9fc4af3be7a4ab07db31448b33bf380122' 2024-12-17T23:31:30.8258183Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/94' 2024-12-17T23:31:30.8258580Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/23/1b0337933ace4cf70c99af3028c60689fe0be3' 2024-12-17T23:31:30.8258880Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/23' 2024-12-17T23:31:30.8259397Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/b5/5612b4655802a8ab502808e403c56ce098e688' 2024-12-17T23:31:30.8259695Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/b5' 2024-12-17T23:31:30.8260200Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/89/7a13866baecbac465bb89dad04df1dcc92e910' 2024-12-17T23:31:30.8260491Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/89' 2024-12-17T23:31:30.8260892Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/24/30d93bf9c52aea19027f921310ab98f8a6b223' 2024-12-17T23:31:30.8261291Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/24/4484b8b057a1c20eb0bd85cfa66b2260864169' 2024-12-17T23:31:30.8261690Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/24/746f6d27f9b9816526b3610bbc6d984eb73ab9' 2024-12-17T23:31:30.8261987Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/24' 2024-12-17T23:31:30.8262392Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/aa/cd453179d90137d5ebd7daf86db9b243a4edc0' 2024-12-17T23:31:30.8262689Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/aa' 2024-12-17T23:31:30.8263090Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/9a/bb60865eb4cd658d93986e920df03aff63e998' 2024-12-17T23:31:30.8263391Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/9a' 2024-12-17T23:31:30.8263790Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/33/975be55ecc1f8aba8cd060212e95fa701b8472' 2024-12-17T23:31:30.8264083Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/33' 2024-12-17T23:31:30.8264492Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/ed/70d820deecac5cf5c68b1ce75eda4c52640902' 2024-12-17T23:31:30.8264895Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/ed/f6ecc836ce927354bb4ca8c51661f2283475c9' 2024-12-17T23:31:30.8265291Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/ed/1aa044ee79f536a10ab5daa912886e788a49d2' 2024-12-17T23:31:30.8265589Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/ed' 2024-12-17T23:31:30.8265989Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/66/df48b31f8ac574aa58ee344dea78f86f76da95' 2024-12-17T23:31:30.8266287Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/66' 2024-12-17T23:31:30.8266688Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/e4/1cb4e3bbc52d069474aff0ad9f6005b99e6864' 2024-12-17T23:31:30.8266984Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/e4' 2024-12-17T23:31:30.8267382Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/8d/d948004597acda5a70464ac01bf810747f55ff' 2024-12-17T23:31:30.8267674Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/8d' 2024-12-17T23:31:30.8268074Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/3a/205295f0919d3f95dadaac9aa0769e02c4ef99' 2024-12-17T23:31:30.8268367Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/3a' 2024-12-17T23:31:30.8268875Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/f7/f1566f5693e878139237971720ce2f64a00fd5' 2024-12-17T23:31:30.8269465Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/f7' 2024-12-17T23:31:30.8270129Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d0/6e1031db141ad5a37991f9d54cc8c778e2fd1d' 2024-12-17T23:31:30.8270432Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d0' 2024-12-17T23:31:30.8270833Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/36/d2340471754ccd5cd790c25df90f7df70dd9e6' 2024-12-17T23:31:30.8271234Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/36/df088446c61f1a17b7a6fd7ffa0bc7dd96a0bd' 2024-12-17T23:31:30.8271536Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/36' 2024-12-17T23:31:30.8271935Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/dd/6865a31d7667253a35e7d5cc52b4adb6be20c0' 2024-12-17T23:31:30.8272238Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/dd' 2024-12-17T23:31:30.8272637Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/6f/19dd56ac317b5712939db593f5cb9f7a80a8f3' 2024-12-17T23:31:30.8272928Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/6f' 2024-12-17T23:31:30.8273331Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/2c/4460f0e30648b5449ac5ab5bd611b5085529d5' 2024-12-17T23:31:30.8273623Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/2c' 2024-12-17T23:31:30.8274025Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/62/d1154df0ea28e17bf82fe526aea1c81206fdf0' 2024-12-17T23:31:30.8274327Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/62' 2024-12-17T23:31:30.8274721Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/4a/4814334852ba4e476e6e196a37ebfd589a750c' 2024-12-17T23:31:30.8275018Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/4a' 2024-12-17T23:31:30.8275414Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d3/56875b63248c0fe605aedf014f340064774fef' 2024-12-17T23:31:30.8275914Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d3' 2024-12-17T23:31:30.8276335Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/01/e9736505e55cb1ee99ef4711c2a79d9c4be8de' 2024-12-17T23:31:30.8276742Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/01/5d33d9e49fc8319543252b82cbdd51dc78d8e0' 2024-12-17T23:31:30.8277045Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/01' 2024-12-17T23:31:30.8277446Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/0b/176ba27f1f7043b8d6c0a10e365bd199fb9ec7' 2024-12-17T23:31:30.8277842Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/0b/190b91a16e926af589dce482a4e34a4de3872a' 2024-12-17T23:31:30.8278142Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/0b' 2024-12-17T23:31:30.8278540Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/a5/91743c6a6ba93566c21eb1bbe17ab5cee08b7a' 2024-12-17T23:31:30.8279010Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/a5' 2024-12-17T23:31:30.8279739Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/5b/aca1a740a3f2b6b7ac0b2ef9d00d3da9e9fab0' 2024-12-17T23:31:30.8280233Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/5b/7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-12-17T23:31:30.8281035Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/5b' 2024-12-17T23:31:30.8281832Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/cd/4e7cfde57c100b5a128ce341ee93a8bd18272e' 2024-12-17T23:31:30.8282619Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/cd' 2024-12-17T23:31:30.8283409Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/c0/ca60e6beccd06654ec01a5a73f0eb45e78e2dd' 2024-12-17T23:31:30.8284482Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/c0' 2024-12-17T23:31:30.8285257Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/07/c237727549899458c0667e05903c79a489b0ed' 2024-12-17T23:31:30.8286242Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/07' 2024-12-17T23:31:30.8287105Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/2f/c92517a32c710626b84da0d9775c00d2996338' 2024-12-17T23:31:30.8288091Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/2f' 2024-12-17T23:31:30.8288901Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/39/51d685b7e2ce52bbd59751423f4809fe0b99d3' 2024-12-17T23:31:30.8289690Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/39' 2024-12-17T23:31:30.8290477Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/27/69b7a6b6300f360467679b99cb923f77a4990b' 2024-12-17T23:31:30.8291274Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/27' 2024-12-17T23:31:30.8292064Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/fc/e1a1acfbb33452050cdb94b677461c2f9ef399' 2024-12-17T23:31:30.8292844Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/fc' 2024-12-17T23:31:30.8293624Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/54/aa04a422472d1ce09a59c1d63c43b469e43cff' 2024-12-17T23:31:30.8294404Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/54' 2024-12-17T23:31:30.8295182Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/ae/d5151d39213170fe1f0eda9b8c0f90018e6f98' 2024-12-17T23:31:30.8296056Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/ae/278df4046c32598b2c147922776f1e85373c7d' 2024-12-17T23:31:30.8296829Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/ae' 2024-12-17T23:31:30.8297611Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/1b/a0a50adf857b24b6ebea3ee26974842f7c6d0a' 2024-12-17T23:31:30.8298385Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/1b' 2024-12-17T23:31:30.8299302Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/86/194357da628234bc2a8441581075322ce332fc' 2024-12-17T23:31:30.8300181Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/86' 2024-12-17T23:31:30.8300959Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/35/510645b084e91249b00053cacde2decccb6be9' 2024-12-17T23:31:30.8301731Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/35' 2024-12-17T23:31:30.8302512Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/8e/ac068b977f5c5552e9febeda0780cc09b8bfbb' 2024-12-17T23:31:30.8303391Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/8e/67b3b2a99cf62339e2118d663711b166b705b1' 2024-12-17T23:31:30.8304308Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/8e' 2024-12-17T23:31:30.8305108Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/bc/1f96d9315ae7b3be8aa14734ce723c942cfbf5' 2024-12-17T23:31:30.8305892Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/bc' 2024-12-17T23:31:30.8306668Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/f9/8551afe28491f41077dbfaa2b526231061968b' 2024-12-17T23:31:30.8307439Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/f9' 2024-12-17T23:31:30.8308218Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/7a/16466e208aca263e0f8bbe317d6847f5f1c156' 2024-12-17T23:31:30.8309097Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/7a/ac8069e5927f13b1b33c6d037a5d9176873b86' 2024-12-17T23:31:30.8309881Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/7a' 2024-12-17T23:31:30.8310660Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/42/51fe4c32ade5e4950fe404a4010caa0dc41d88' 2024-12-17T23:31:30.8311442Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/42' 2024-12-17T23:31:30.8312224Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/37/faed46d1344d730a9431ffd8c5a84ed5802b20' 2024-12-17T23:31:30.8312997Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/37' 2024-12-17T23:31:30.8313666Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects' 2024-12-17T23:31:30.8314310Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/FETCH_HEAD' 2024-12-17T23:31:30.8315014Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8316074Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/post-update.sample' 2024-12-17T23:31:30.8316838Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8317604Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8318341Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8319194Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/pre-commit.sample' 2024-12-17T23:31:30.8319952Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/commit-msg.sample' 2024-12-17T23:31:30.8320857Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8321707Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/pre-push.sample' 2024-12-17T23:31:30.8322428Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8323177Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8324039Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/pre-receive.sample' 2024-12-17T23:31:30.8324737Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/update.sample' 2024-12-17T23:31:30.8325450Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8326148Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks' 2024-12-17T23:31:30.8326776Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark/shallow' 2024-12-17T23:31:30.8327388Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/benchmark' 2024-12-17T23:31:30.8328023Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/info/exclude' 2024-12-17T23:31:30.8328679Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/info' 2024-12-17T23:31:30.8329340Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/branches' 2024-12-17T23:31:30.8329970Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/HEAD' 2024-12-17T23:31:30.8330595Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/packed-refs' 2024-12-17T23:31:30.8331214Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/config' 2024-12-17T23:31:30.8331830Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/description' 2024-12-17T23:31:30.8332443Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/index' 2024-12-17T23:31:30.8333068Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/refs/heads/main' 2024-12-17T23:31:30.8333771Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/refs/heads' 2024-12-17T23:31:30.8334659Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8335412Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/refs/remotes/origin' 2024-12-17T23:31:30.8336142Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/refs/remotes' 2024-12-17T23:31:30.8336949Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/refs/tags' 2024-12-17T23:31:30.8337612Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/refs' 2024-12-17T23:31:30.8338251Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/logs/HEAD' 2024-12-17T23:31:30.8338900Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/logs/refs/heads/main' 2024-12-17T23:31:30.8339606Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/logs/refs/heads' 2024-12-17T23:31:30.8340467Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8341274Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/logs/refs/remotes/origin' 2024-12-17T23:31:30.8342155Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/logs/refs/remotes' 2024-12-17T23:31:30.8342870Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/logs/refs' 2024-12-17T23:31:30.8343529Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/logs' 2024-12-17T23:31:30.8344207Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/info' 2024-12-17T23:31:30.8345061Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.rev' 2024-12-17T23:31:30.8346063Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/pack/pack-b0a6aa0c026f903ccfc7252aa72b2d5c2b69017f.rev' 2024-12-17T23:31:30.8347057Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/pack/pack-b0a6aa0c026f903ccfc7252aa72b2d5c2b69017f.idx' 2024-12-17T23:31:30.8348045Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.idx' 2024-12-17T23:31:30.8349247Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/pack/pack-b0a6aa0c026f903ccfc7252aa72b2d5c2b69017f.pack' 2024-12-17T23:31:30.8350265Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.pack' 2024-12-17T23:31:30.8351118Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/pack' 2024-12-17T23:31:30.8351818Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/objects' 2024-12-17T23:31:30.8352506Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/FETCH_HEAD' 2024-12-17T23:31:30.8353210Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8353968Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/post-update.sample' 2024-12-17T23:31:30.8354721Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8355490Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8356454Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8357186Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/pre-commit.sample' 2024-12-17T23:31:30.8357910Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/commit-msg.sample' 2024-12-17T23:31:30.8358646Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8359383Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/pre-push.sample' 2024-12-17T23:31:30.8360112Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8360864Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8361757Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/pre-receive.sample' 2024-12-17T23:31:30.8362618Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/update.sample' 2024-12-17T23:31:30.8363342Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8364051Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks' 2024-12-17T23:31:30.8364722Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest/shallow' 2024-12-17T23:31:30.8365513Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party/googletest' 2024-12-17T23:31:30.8366104Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules/third_party' 2024-12-17T23:31:30.8366614Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/modules' 2024-12-17T23:31:30.8367100Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/branches' 2024-12-17T23:31:30.8367549Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/HEAD' 2024-12-17T23:31:30.8367967Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/packed-refs' 2024-12-17T23:31:30.8368401Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/config' 2024-12-17T23:31:30.8368822Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/description' 2024-12-17T23:31:30.8369240Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/index' 2024-12-17T23:31:30.8369674Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/refs/heads/main' 2024-12-17T23:31:30.8370150Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/refs/heads' 2024-12-17T23:31:30.8370656Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8371181Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/refs/remotes/origin' 2024-12-17T23:31:30.8371703Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/refs/remotes' 2024-12-17T23:31:30.8372203Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/refs/tags' 2024-12-17T23:31:30.8372670Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/refs' 2024-12-17T23:31:30.8373113Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/logs/HEAD' 2024-12-17T23:31:30.8373566Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/logs/refs/heads/main' 2024-12-17T23:31:30.8374064Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/logs/refs/heads' 2024-12-17T23:31:30.8374601Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8375162Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/logs/refs/remotes/origin' 2024-12-17T23:31:30.8375725Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/logs/refs/remotes' 2024-12-17T23:31:30.8376234Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/logs/refs' 2024-12-17T23:31:30.8376707Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/logs' 2024-12-17T23:31:30.8377186Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/objects/info' 2024-12-17T23:31:30.8377830Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/objects/pack/pack-e6af1c364353c3cd18c46c3aaf208ceed0deae60.idx' 2024-12-17T23:31:30.8378779Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/objects/pack/pack-e6af1c364353c3cd18c46c3aaf208ceed0deae60.pack' 2024-12-17T23:31:30.8379568Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/objects/pack/pack-e6af1c364353c3cd18c46c3aaf208ceed0deae60.rev' 2024-12-17T23:31:30.8380349Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/objects/pack/pack-ccbe750b445cd0f02d8c0d1f328eda8c856ae331.idx' 2024-12-17T23:31:30.8381280Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/objects/pack/pack-ccbe750b445cd0f02d8c0d1f328eda8c856ae331.pack' 2024-12-17T23:31:30.8382167Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/objects/pack/pack-ccbe750b445cd0f02d8c0d1f328eda8c856ae331.rev' 2024-12-17T23:31:30.8382807Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/objects/pack' 2024-12-17T23:31:30.8383294Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/objects' 2024-12-17T23:31:30.8383750Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/FETCH_HEAD' 2024-12-17T23:31:30.8384253Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8384794Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/hooks/post-update.sample' 2024-12-17T23:31:30.8385336Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8385902Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8386434Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8386939Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/hooks/pre-commit.sample' 2024-12-17T23:31:30.8387438Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/hooks/commit-msg.sample' 2024-12-17T23:31:30.8387965Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8388482Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/hooks/pre-push.sample' 2024-12-17T23:31:30.8388996Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8389538Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8390064Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/hooks/pre-receive.sample' 2024-12-17T23:31:30.8390598Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/hooks/update.sample' 2024-12-17T23:31:30.8391270Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8391778Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf/hooks' 2024-12-17T23:31:30.8392232Z removed 'pytorch-release_2.6/.git/modules/third_party/protobuf/shallow' 2024-12-17T23:31:30.8392661Z removed directory 'pytorch-release_2.6/.git/modules/third_party/protobuf' 2024-12-17T23:31:30.8393101Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/info/exclude' 2024-12-17T23:31:30.8393544Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/info' 2024-12-17T23:31:30.8394008Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/branches' 2024-12-17T23:31:30.8394445Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/HEAD' 2024-12-17T23:31:30.8394857Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/packed-refs' 2024-12-17T23:31:30.8395282Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/config' 2024-12-17T23:31:30.8395956Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/description' 2024-12-17T23:31:30.8396380Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/index' 2024-12-17T23:31:30.8396803Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/refs/heads/main' 2024-12-17T23:31:30.8397272Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/refs/heads' 2024-12-17T23:31:30.8397764Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8398289Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/refs/remotes/origin' 2024-12-17T23:31:30.8398807Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/refs/remotes' 2024-12-17T23:31:30.8399445Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/refs/tags' 2024-12-17T23:31:30.8399921Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/refs' 2024-12-17T23:31:30.8400484Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/logs/HEAD' 2024-12-17T23:31:30.8400930Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/logs/refs/heads/main' 2024-12-17T23:31:30.8401420Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/logs/refs/heads' 2024-12-17T23:31:30.8401947Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8402705Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/logs/refs/remotes/origin' 2024-12-17T23:31:30.8403252Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/logs/refs/remotes' 2024-12-17T23:31:30.8403761Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/logs/refs' 2024-12-17T23:31:30.8404230Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/logs' 2024-12-17T23:31:30.8404698Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/objects/info' 2024-12-17T23:31:30.8405337Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/objects/pack/pack-85b95162bb744cbc06fc2f554ad4ba35d6b50849.rev' 2024-12-17T23:31:30.8406114Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/objects/pack/pack-85b95162bb744cbc06fc2f554ad4ba35d6b50849.pack' 2024-12-17T23:31:30.8406878Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/objects/pack/pack-85b95162bb744cbc06fc2f554ad4ba35d6b50849.idx' 2024-12-17T23:31:30.8407620Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/objects/pack/pack-5047865825f43b19169469de42b623de10ee4fc4.idx' 2024-12-17T23:31:30.8408365Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/objects/pack/pack-5047865825f43b19169469de42b623de10ee4fc4.rev' 2024-12-17T23:31:30.8409121Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/objects/pack/pack-5047865825f43b19169469de42b623de10ee4fc4.pack' 2024-12-17T23:31:30.8409748Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/objects/pack' 2024-12-17T23:31:30.8410234Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/objects' 2024-12-17T23:31:30.8410679Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/FETCH_HEAD' 2024-12-17T23:31:30.8411171Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8411697Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/hooks/post-update.sample' 2024-12-17T23:31:30.8412230Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8412782Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8413299Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8413800Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/hooks/pre-commit.sample' 2024-12-17T23:31:30.8414294Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/hooks/commit-msg.sample' 2024-12-17T23:31:30.8414801Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8415315Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/hooks/pre-push.sample' 2024-12-17T23:31:30.8415822Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8416359Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8416875Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/hooks/pre-receive.sample' 2024-12-17T23:31:30.8417367Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/hooks/update.sample' 2024-12-17T23:31:30.8417872Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8418488Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass/hooks' 2024-12-17T23:31:30.8419131Z removed 'pytorch-release_2.6/.git/modules/third_party/cutlass/shallow' 2024-12-17T23:31:30.8419548Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cutlass' 2024-12-17T23:31:30.8420078Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/info/exclude' 2024-12-17T23:31:30.8420584Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/info' 2024-12-17T23:31:30.8421031Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/branches' 2024-12-17T23:31:30.8421439Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/HEAD' 2024-12-17T23:31:30.8421835Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/packed-refs' 2024-12-17T23:31:30.8422242Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/config' 2024-12-17T23:31:30.8422634Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/description' 2024-12-17T23:31:30.8423035Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/index' 2024-12-17T23:31:30.8423463Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/refs/heads/release-v3' 2024-12-17T23:31:30.8423934Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/refs/heads' 2024-12-17T23:31:30.8424405Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8424908Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/refs/remotes/origin' 2024-12-17T23:31:30.8425400Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/refs/remotes' 2024-12-17T23:31:30.8425865Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/refs/tags' 2024-12-17T23:31:30.8426314Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/refs' 2024-12-17T23:31:30.8426730Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/logs/HEAD' 2024-12-17T23:31:30.8427172Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/logs/refs/heads/release-v3' 2024-12-17T23:31:30.8427672Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/logs/refs/heads' 2024-12-17T23:31:30.8428174Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8428697Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/logs/refs/remotes/origin' 2024-12-17T23:31:30.8429221Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/logs/refs/remotes' 2024-12-17T23:31:30.8429705Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/logs/refs' 2024-12-17T23:31:30.8430150Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/logs' 2024-12-17T23:31:30.8430685Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/c5/8548c9c4c5f135a2f0e177681614d5b3bffb9c' 2024-12-17T23:31:30.8431330Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/c5/92bad9a11eff1094472dbf222148a84ac07949' 2024-12-17T23:31:30.8431891Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/c5' 2024-12-17T23:31:30.8432441Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/85/ba82b3e53d8087b20172b46c783a33839b434c' 2024-12-17T23:31:30.8432989Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/85' 2024-12-17T23:31:30.8433455Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/info' 2024-12-17T23:31:30.8434007Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/bb/7b58c46fe669255f8076e5b5b542b81c3c35aa' 2024-12-17T23:31:30.8434557Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/bb' 2024-12-17T23:31:30.8435105Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/6c/190e8a5d198ec3bf821f6711a1399d9017b0b2' 2024-12-17T23:31:30.8435857Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/6c' 2024-12-17T23:31:30.8436588Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/3b/7542ba048d1880e2689e5fd7e0ac803e6a3c75' 2024-12-17T23:31:30.8437285Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/3b' 2024-12-17T23:31:30.8437833Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/65/e314e7127da0ee3c4e4f88bb74051c56ec495f' 2024-12-17T23:31:30.8438380Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/65' 2024-12-17T23:31:30.8438927Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/e8/a79f201a3954f1e0195b64b9a1d0475ec20ffd' 2024-12-17T23:31:30.8439475Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/e8' 2024-12-17T23:31:30.8440021Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/a7/f5fe8db8d3d4192fa90624b70772d1ef43dba7' 2024-12-17T23:31:30.8440573Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/a7' 2024-12-17T23:31:30.8441130Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/0d/dbe4a24afa44a80167b0310ab381cb786cef3f' 2024-12-17T23:31:30.8441688Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/0d' 2024-12-17T23:31:30.8442235Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/49/a7e9e113a9dcff518caec1ba56865a2128f211' 2024-12-17T23:31:30.8442786Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/49' 2024-12-17T23:31:30.8443339Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/cc/ed7172df9eac7d1dda77e92d59f11f43371e23' 2024-12-17T23:31:30.8443889Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/cc' 2024-12-17T23:31:30.8444437Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/3c/b5f2401dabc6aa0d93f3a205560d1354ac2ffd' 2024-12-17T23:31:30.8444990Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/3c' 2024-12-17T23:31:30.8445590Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/pack/pack-6957ad7f4ed31516f5598f379f49e155ef642828.idx' 2024-12-17T23:31:30.8446329Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/pack/pack-6957ad7f4ed31516f5598f379f49e155ef642828.rev' 2024-12-17T23:31:30.8447076Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/pack/pack-6957ad7f4ed31516f5598f379f49e155ef642828.pack' 2024-12-17T23:31:30.8447693Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/pack' 2024-12-17T23:31:30.8448248Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/88/d0d3adda6a09ebf5c653f3e6d9765ff43c30fb' 2024-12-17T23:31:30.8448813Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/88' 2024-12-17T23:31:30.8449364Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/23/f9cb1eaad95e160f14c580e02c0037816c3dba' 2024-12-17T23:31:30.8449910Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/23' 2024-12-17T23:31:30.8450536Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/aa/19928a5f3500ee6362933d77c96490b3b1f6c0' 2024-12-17T23:31:30.8451088Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/aa' 2024-12-17T23:31:30.8451641Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/9b/58a8dbe417c354fd349c72f9e8cbccdac92aa0' 2024-12-17T23:31:30.8452222Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/9b' 2024-12-17T23:31:30.8452771Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/63/cb07bac26e01818b197e610283e9d62814eafd' 2024-12-17T23:31:30.8453320Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/63' 2024-12-17T23:31:30.8453865Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/69/579b663e77c1b26fea93dee1ffb419db30f349' 2024-12-17T23:31:30.8454428Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/69' 2024-12-17T23:31:30.8455093Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/61/bdb3e51b43688641f71735259f1e3f0fa64517' 2024-12-17T23:31:30.8455640Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/61' 2024-12-17T23:31:30.8456297Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/e4/a7605101da0beb55117eb2ec969f240b65d44a' 2024-12-17T23:31:30.8456854Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/e4' 2024-12-17T23:31:30.8457398Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/e6/513d4f400b6e2907e87529ce32b13ee69177ba' 2024-12-17T23:31:30.8457936Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/e6' 2024-12-17T23:31:30.8458485Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/d0/fe720a92c9974bdf49e7630ae16a9eda78245b' 2024-12-17T23:31:30.8459100Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/d0' 2024-12-17T23:31:30.8459857Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/dc/a596e00fb4bb5c9e64226d6c86a1916732804d' 2024-12-17T23:31:30.8460421Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/dc' 2024-12-17T23:31:30.8460975Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/8f/cb5494a8de5cda1562bae30f132c837d70d4ea' 2024-12-17T23:31:30.8461524Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/8f' 2024-12-17T23:31:30.8462073Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/2c/79dfbc9cb919af044f2fa9738df60402a5cfcf' 2024-12-17T23:31:30.8462625Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/2c' 2024-12-17T23:31:30.8463177Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/a6/5ba424c268c2ac1a9a45247fd87de550486472' 2024-12-17T23:31:30.8463723Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/a6' 2024-12-17T23:31:30.8464271Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/08/30f051e6d22a56d8b4d99a8663926dffdabe34' 2024-12-17T23:31:30.8464824Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/08' 2024-12-17T23:31:30.8465369Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/f5/6d5ec1240db940803d59918058f9cfdf8ebd36' 2024-12-17T23:31:30.8465922Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/f5' 2024-12-17T23:31:30.8466475Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/2e/42b4fce11d8c675cb0b6bc12bea807f2cbff06' 2024-12-17T23:31:30.8467021Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/2e' 2024-12-17T23:31:30.8467572Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/6b/15f389947dd77588ddec49c8c6abe2b0e29129' 2024-12-17T23:31:30.8468125Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/6b' 2024-12-17T23:31:30.8468679Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/84/fb1a37793a43ebb56c0db5ef21590505c8b880' 2024-12-17T23:31:30.8469229Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/84' 2024-12-17T23:31:30.8469782Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/10/6d55b3d270705ae08ffaef2f29ee75f4a6e156' 2024-12-17T23:31:30.8470335Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/10' 2024-12-17T23:31:30.8470880Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/6d/f09f9ed3028a5fdc3c17695be528e26505aa46' 2024-12-17T23:31:30.8471429Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/6d' 2024-12-17T23:31:30.8471981Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/eb/17d956ebf2e195a939d33b2660fe2ac1e92467' 2024-12-17T23:31:30.8472627Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/eb/b7fcaf31c59071bfdc3c8d7aa18d9cb101cc92' 2024-12-17T23:31:30.8473177Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/eb' 2024-12-17T23:31:30.8473862Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/0f/ea72de2496faaea1c8d44b1ebbbf1af49f7a6d' 2024-12-17T23:31:30.8474525Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/0f' 2024-12-17T23:31:30.8475245Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/2f/05774dcf53c4b97592439b6857b8b59e5f2e8e' 2024-12-17T23:31:30.8476035Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/2f' 2024-12-17T23:31:30.8476715Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/21/31ca06d3cbb46ab80961584f162b8ad6b242ca' 2024-12-17T23:31:30.8477354Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/21/6fc5141e320e0ac561dad43c474b2350a8e563' 2024-12-17T23:31:30.8477916Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/21' 2024-12-17T23:31:30.8478475Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/ac/83ad24547816eb52b7dd4ce7685ebcb6521620' 2024-12-17T23:31:30.8479036Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/ac' 2024-12-17T23:31:30.8479584Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/58/4d6e2762d66c494ac7fafcb2c2b5bcebc281ec' 2024-12-17T23:31:30.8480141Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/58' 2024-12-17T23:31:30.8480698Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/8e/4c81c3beeee4b61f709fbc4c3b33e418db4e0f' 2024-12-17T23:31:30.8481248Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/8e' 2024-12-17T23:31:30.8481800Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/e1/70594ac7cf1dac584da473d4ca9301087090c1' 2024-12-17T23:31:30.8482352Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/e1' 2024-12-17T23:31:30.8482893Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/b2/e1836bb6cd839f97c914dd7b023f187f77d793' 2024-12-17T23:31:30.8483534Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/b2/616797a4e253d02d3482bbdfed4129cb174ff8' 2024-12-17T23:31:30.8484088Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/b2' 2024-12-17T23:31:30.8484645Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/d4/bc2ace2b7af2f19de7b7b6334ec2946ca1eae0' 2024-12-17T23:31:30.8485193Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/d4' 2024-12-17T23:31:30.8485743Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/77/c9ea5b40e0f2bc63b94fb3d94e037977fe5030' 2024-12-17T23:31:30.8486292Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/77' 2024-12-17T23:31:30.8486842Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/c2/94dca0f2ced82ae8df72eb73620f346ee4389d' 2024-12-17T23:31:30.8487392Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/c2' 2024-12-17T23:31:30.8487942Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/fb/ac415229982d4517c2c9c4cf13baefaeeb0ce2' 2024-12-17T23:31:30.8488493Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects/fb' 2024-12-17T23:31:30.8488958Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/objects' 2024-12-17T23:31:30.8489585Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/FETCH_HEAD' 2024-12-17T23:31:30.8490067Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8490589Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/hooks/post-update.sample' 2024-12-17T23:31:30.8491106Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8491636Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8492140Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8492627Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/hooks/pre-commit.sample' 2024-12-17T23:31:30.8493268Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/hooks/commit-msg.sample' 2024-12-17T23:31:30.8493905Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8494415Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/hooks/pre-push.sample' 2024-12-17T23:31:30.8494910Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8495422Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8495929Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/hooks/pre-receive.sample' 2024-12-17T23:31:30.8496405Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/hooks/update.sample' 2024-12-17T23:31:30.8496893Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8497370Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX/hooks' 2024-12-17T23:31:30.8497796Z removed 'pytorch-release_2.6/.git/modules/third_party/NVTX/shallow' 2024-12-17T23:31:30.8498202Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NVTX' 2024-12-17T23:31:30.8498607Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/info/exclude' 2024-12-17T23:31:30.8499028Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/info' 2024-12-17T23:31:30.8499469Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/branches' 2024-12-17T23:31:30.8499878Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/HEAD' 2024-12-17T23:31:30.8500272Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/packed-refs' 2024-12-17T23:31:30.8500671Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/config' 2024-12-17T23:31:30.8501062Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/description' 2024-12-17T23:31:30.8501456Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/index' 2024-12-17T23:31:30.8501865Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/refs/heads/master' 2024-12-17T23:31:30.8502313Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/refs/heads' 2024-12-17T23:31:30.8502783Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8503282Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/refs/remotes/origin' 2024-12-17T23:31:30.8503776Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/refs/remotes' 2024-12-17T23:31:30.8504233Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/refs/tags' 2024-12-17T23:31:30.8504677Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/refs' 2024-12-17T23:31:30.8505090Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/logs/HEAD' 2024-12-17T23:31:30.8505509Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/logs/refs/heads/master' 2024-12-17T23:31:30.8505986Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/logs/refs/heads' 2024-12-17T23:31:30.8506480Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8507002Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/logs/refs/remotes/origin' 2024-12-17T23:31:30.8507523Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/logs/refs/remotes' 2024-12-17T23:31:30.8508002Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/logs/refs' 2024-12-17T23:31:30.8508439Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/logs' 2024-12-17T23:31:30.8508881Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/info' 2024-12-17T23:31:30.8509439Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/f2/63d32e4bab2e0a08cd6c1474a5468c7e892e75' 2024-12-17T23:31:30.8509992Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/f2' 2024-12-17T23:31:30.8510652Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/3b/fb5bbd4034b109e5e12f3006132347f624d0f0' 2024-12-17T23:31:30.8511323Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/3b' 2024-12-17T23:31:30.8511866Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/e3/b35110f8dc2e801ac836c1109e2307a35d5af2' 2024-12-17T23:31:30.8512493Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/e3/bd7080411a262b41612cfccd16a069ec95943b' 2024-12-17T23:31:30.8513039Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/e3' 2024-12-17T23:31:30.8513572Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/f6/8157e32e7585578c468f4d4559481d024cd30c' 2024-12-17T23:31:30.8514100Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/f6' 2024-12-17T23:31:30.8514646Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/30/ac9de70786e5ffd593b524eddae3a9ce9997fd' 2024-12-17T23:31:30.8515281Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/30/98d45849610c2a31151657dba4579d06182023' 2024-12-17T23:31:30.8515953Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/30' 2024-12-17T23:31:30.8516494Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/d1/94d6cab3e62ab9f036dbeedb644d14ade971fd' 2024-12-17T23:31:30.8517130Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/d1/21f7df2b7b470fc9f8490ecf0985bbe0ebf7d7' 2024-12-17T23:31:30.8517674Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/d1' 2024-12-17T23:31:30.8518205Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/76/5700368628d26343453c51594bbef55c4dcfab' 2024-12-17T23:31:30.8518743Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/76' 2024-12-17T23:31:30.8519289Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/0d/3dfbd8d37847774266f8bf9605b5661d659eae' 2024-12-17T23:31:30.8519834Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/0d' 2024-12-17T23:31:30.8520378Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/31/a60e8faf1a6dc52a65e13b7581c6f87b316b0d' 2024-12-17T23:31:30.8521022Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/31/2e632bdccd661e26be3b619de58f21d3be98dc' 2024-12-17T23:31:30.8521569Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/31' 2024-12-17T23:31:30.8522107Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/c4/a160688d4c2c12e59f3bfb8dfd9f4710e3f048' 2024-12-17T23:31:30.8522653Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/c4' 2024-12-17T23:31:30.8523206Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/45/7857c4f8984d417eba2cfd2974098bb5f23234' 2024-12-17T23:31:30.8523754Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/45' 2024-12-17T23:31:30.8524306Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/5f/9249d4bb1968b7e13d6e65c92b8250cd9045d8' 2024-12-17T23:31:30.8524860Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/5f' 2024-12-17T23:31:30.8525631Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/pack/pack-d9602c64c529e967684087d9b9077bb40e00953e.rev' 2024-12-17T23:31:30.8526392Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/pack/pack-d9602c64c529e967684087d9b9077bb40e00953e.idx' 2024-12-17T23:31:30.8527122Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/pack/pack-d9602c64c529e967684087d9b9077bb40e00953e.pack' 2024-12-17T23:31:30.8527725Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/pack' 2024-12-17T23:31:30.8528275Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/1a/5b5a7063216067ffc2e695e012ef59be96a470' 2024-12-17T23:31:30.8528824Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/1a' 2024-12-17T23:31:30.8529521Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/7c/59a63156ef91686a64d29d3f16b5351d88c32e' 2024-12-17T23:31:30.8530188Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/7c' 2024-12-17T23:31:30.8530735Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/9a/ab26f6660c45d82c6468e949e4f4b48f520d54' 2024-12-17T23:31:30.8531279Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/9a' 2024-12-17T23:31:30.8531817Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/96/45f832391f89d9e292b0657d0b698078bf609a' 2024-12-17T23:31:30.8532354Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/96' 2024-12-17T23:31:30.8532898Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/69/01918ede3031089b392d21481ebea9f6341004' 2024-12-17T23:31:30.8533528Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/69/a618eb8c5b12bc37cc89eb3affc915d0d93940' 2024-12-17T23:31:30.8534069Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/69' 2024-12-17T23:31:30.8534618Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/67/f0ab739b0de55d03ab3e71424f1eb9e9c9bdfc' 2024-12-17T23:31:30.8535166Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/67' 2024-12-17T23:31:30.8535712Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/15/cbb08becee8d204be0253bf04d2dce50a1adb1' 2024-12-17T23:31:30.8536349Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/15/582407dd5172455f56eea895d9461ac10e52be' 2024-12-17T23:31:30.8536889Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/15' 2024-12-17T23:31:30.8537434Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/df/55d340f018f5faae470f58fb06507148728e2c' 2024-12-17T23:31:30.8537974Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/df' 2024-12-17T23:31:30.8538517Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/62/76494253dd49b2ed5a238b6ce0430ffea5e5cb' 2024-12-17T23:31:30.8539057Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/62' 2024-12-17T23:31:30.8539598Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/a8/87483b6f4640f04c1d1d7c31a85cdf480cb66c' 2024-12-17T23:31:30.8540140Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/a8' 2024-12-17T23:31:30.8540683Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/4a/de52ab223d80bde55da94236b57c3fc91d5058' 2024-12-17T23:31:30.8541226Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/4a' 2024-12-17T23:31:30.8541775Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/57/fe7a5857ad30f32ee0c7dbd16dfcf8b33e8e49' 2024-12-17T23:31:30.8542324Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/57' 2024-12-17T23:31:30.8542865Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/6b/a567d1d4b19d6d4e1d45fe264222a0c3024ee7' 2024-12-17T23:31:30.8543404Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/6b' 2024-12-17T23:31:30.8543940Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/01/4396b9461c40086998e4914d57210477c1ba72' 2024-12-17T23:31:30.8544474Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/01' 2024-12-17T23:31:30.8545007Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/a1/065ad33ea6272f0b35d69961399cd7a8444787' 2024-12-17T23:31:30.8545635Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/a1/b992b8c7b234970541fb04da722c9b0ea67f5b' 2024-12-17T23:31:30.8546265Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/a1/4dfc24e3050ddf585825e996c9159d1aa4ebf5' 2024-12-17T23:31:30.8546805Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/a1' 2024-12-17T23:31:30.8547347Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/13/27fe8279fd29a6156033e4f6ba13f843816fc7' 2024-12-17T23:31:30.8548010Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/13' 2024-12-17T23:31:30.8548655Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/55/a31d0a87dc788d2d10d7db17751632a5e4f4a6' 2024-12-17T23:31:30.8549191Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/55' 2024-12-17T23:31:30.8549738Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/5b/efcab6c58099d46b452eb8e31bd3b058406e1d' 2024-12-17T23:31:30.8550378Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/5b/4e213a0d3aeebf5de8b829eb01e5538babdfd2' 2024-12-17T23:31:30.8550923Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/5b' 2024-12-17T23:31:30.8551474Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/d8/30e7e5915b5f45f9317102effa954731816c5e' 2024-12-17T23:31:30.8552015Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/d8' 2024-12-17T23:31:30.8552591Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/19/72cce529203171996a4c7d8fe4e64f2867448c' 2024-12-17T23:31:30.8553139Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/19' 2024-12-17T23:31:30.8553683Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/bf/0df73152fcb44c7075d33e0484d5c631b79909' 2024-12-17T23:31:30.8554225Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/bf' 2024-12-17T23:31:30.8554768Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/5a/be38b27e420ac25bdc0c1fadcd8e6d0dd6ee7e' 2024-12-17T23:31:30.8555317Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/5a' 2024-12-17T23:31:30.8556117Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/07/2cc6b309d46b9a4cea4ee60e6ef5a349b2d84a' 2024-12-17T23:31:30.8556760Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/07/b7eb3535ee9e4283c61550bf1cc8392e607750' 2024-12-17T23:31:30.8557396Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/07/92356f64e09317f114f5f2af52a8b6cc2b9099' 2024-12-17T23:31:30.8557946Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/07' 2024-12-17T23:31:30.8558493Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/2f/751ed7906c58a17961bde78d0fe6dea61b40ab' 2024-12-17T23:31:30.8559031Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/2f' 2024-12-17T23:31:30.8559573Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/ab/7b2bf732f1901ab314874471e84879c217c4c1' 2024-12-17T23:31:30.8560117Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/ab' 2024-12-17T23:31:30.8560819Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/39/1d3a248c26110e3bb165c6515b2a61ebd50bf7' 2024-12-17T23:31:30.8561374Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/39' 2024-12-17T23:31:30.8561924Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/27/3664997620cb0fdcb2bc592a2a6c965ead1c2c' 2024-12-17T23:31:30.8562460Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/27' 2024-12-17T23:31:30.8563012Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/1b/cdc5489cecdb8acd1271d0e2ee7b49e3bb0404' 2024-12-17T23:31:30.8563557Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/1b' 2024-12-17T23:31:30.8564099Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/b1/f39ed22202d5b334d359b6fd6c66e128312ee2' 2024-12-17T23:31:30.8564639Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/b1' 2024-12-17T23:31:30.8565178Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/db/27a5b2f8352b9f221d35009062d340d955831a' 2024-12-17T23:31:30.8565715Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/db' 2024-12-17T23:31:30.8566253Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/a4/c350bc0a0b79c379671c3dfe257a427bb86736' 2024-12-17T23:31:30.8566953Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/a4' 2024-12-17T23:31:30.8567620Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/fd/f02dce661813f261012fac03743d598c374fa5' 2024-12-17T23:31:30.8568154Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/fd' 2024-12-17T23:31:30.8568700Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/80/27f7ff6fef6772c03a10eaec525f61169d2dbe' 2024-12-17T23:31:30.8569243Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/80' 2024-12-17T23:31:30.8569793Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/0c/9fce2ffefecfdce794e1859584e25877b7b592' 2024-12-17T23:31:30.8570466Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/0c/9cba6109d1f1eac28bcbe369b17dec234eff1d' 2024-12-17T23:31:30.8571014Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/0c' 2024-12-17T23:31:30.8571557Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/87/fa53f8470580e318801da61e811b361591ee54' 2024-12-17T23:31:30.8572097Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/87' 2024-12-17T23:31:30.8572640Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/98/faef659f527278707b625ca798af44e233d94a' 2024-12-17T23:31:30.8573184Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/98' 2024-12-17T23:31:30.8573721Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/b2/afc2c309f438b0120bd59a574cc7dfc5ee010e' 2024-12-17T23:31:30.8574265Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/b2' 2024-12-17T23:31:30.8574804Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/c9/3123fd33532af3d7005e196603dbed2ee1f5a3' 2024-12-17T23:31:30.8575527Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/c9' 2024-12-17T23:31:30.8576152Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/5c/85ea08ff4e1d39fd3ad4ddeeec3e533f151f56' 2024-12-17T23:31:30.8576703Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/5c' 2024-12-17T23:31:30.8577253Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/f0/e9dd94ef3ae768642ee6e325a7b3732edd375f' 2024-12-17T23:31:30.8577789Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/f0' 2024-12-17T23:31:30.8578332Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/56/dfae8014934997504c28a14cfae17bec65853a' 2024-12-17T23:31:30.8578870Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/56' 2024-12-17T23:31:30.8579405Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/fb/43940bc06f21a0e1ed4b6ec1ff8aea20fd76cf' 2024-12-17T23:31:30.8580043Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/fb/514ad761fc067d87c050abd45253c735a8ed9c' 2024-12-17T23:31:30.8580769Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/fb' 2024-12-17T23:31:30.8581056Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/9d/3b9bc1c917062ab7dfcea5705ae5c54f715bf4' 2024-12-17T23:31:30.8581251Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects/9d' 2024-12-17T23:31:30.8581499Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/objects' 2024-12-17T23:31:30.8581765Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/FETCH_HEAD' 2024-12-17T23:31:30.8582005Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8582207Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/hooks/post-update.sample' 2024-12-17T23:31:30.8582429Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8582653Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8582984Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8583190Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/hooks/pre-commit.sample' 2024-12-17T23:31:30.8583505Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/hooks/commit-msg.sample' 2024-12-17T23:31:30.8583720Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8583915Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/hooks/pre-push.sample' 2024-12-17T23:31:30.8584126Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8584339Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8584543Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/hooks/pre-receive.sample' 2024-12-17T23:31:30.8584726Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/hooks/update.sample' 2024-12-17T23:31:30.8584937Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8585117Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt/hooks' 2024-12-17T23:31:30.8585273Z removed 'pytorch-release_2.6/.git/modules/third_party/fmt/shallow' 2024-12-17T23:31:30.8585438Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fmt' 2024-12-17T23:31:30.8585605Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/info/exclude' 2024-12-17T23:31:30.8585776Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/info' 2024-12-17T23:31:30.8585966Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/branches' 2024-12-17T23:31:30.8586111Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/HEAD' 2024-12-17T23:31:30.8586277Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/packed-refs' 2024-12-17T23:31:30.8586432Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/config' 2024-12-17T23:31:30.8586596Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/description' 2024-12-17T23:31:30.8586744Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/index' 2024-12-17T23:31:30.8586932Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/refs/heads/main' 2024-12-17T23:31:30.8587121Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/refs/heads' 2024-12-17T23:31:30.8587323Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8587538Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/refs/remotes/origin' 2024-12-17T23:31:30.8587733Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/refs/remotes' 2024-12-17T23:31:30.8587922Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/refs/tags' 2024-12-17T23:31:30.8588095Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/refs' 2024-12-17T23:31:30.8588254Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/logs/HEAD' 2024-12-17T23:31:30.8588444Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/logs/refs/heads/main' 2024-12-17T23:31:30.8588652Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/logs/refs/heads' 2024-12-17T23:31:30.8588866Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8589104Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/logs/refs/remotes/origin' 2024-12-17T23:31:30.8589312Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/logs/refs/remotes' 2024-12-17T23:31:30.8589502Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/logs/refs' 2024-12-17T23:31:30.8589672Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/logs' 2024-12-17T23:31:30.8589864Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/objects/info' 2024-12-17T23:31:30.8590209Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/objects/pack/pack-b8868840641e3702167559ecda49ac54202a3ce3.pack' 2024-12-17T23:31:30.8590649Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/objects/pack/pack-d880fd1e7486593d80a784542369920714333758.idx' 2024-12-17T23:31:30.8591073Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/objects/pack/pack-d880fd1e7486593d80a784542369920714333758.pack' 2024-12-17T23:31:30.8591400Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/objects/pack/pack-b8868840641e3702167559ecda49ac54202a3ce3.rev' 2024-12-17T23:31:30.8591714Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/objects/pack/pack-d880fd1e7486593d80a784542369920714333758.rev' 2024-12-17T23:31:30.8592037Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/objects/pack/pack-b8868840641e3702167559ecda49ac54202a3ce3.idx' 2024-12-17T23:31:30.8592231Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/objects/pack' 2024-12-17T23:31:30.8592416Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/objects' 2024-12-17T23:31:30.8592585Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/FETCH_HEAD' 2024-12-17T23:31:30.8592816Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8593015Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/hooks/post-update.sample' 2024-12-17T23:31:30.8593247Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8593467Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8593668Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8593863Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/hooks/pre-commit.sample' 2024-12-17T23:31:30.8594053Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/hooks/commit-msg.sample' 2024-12-17T23:31:30.8594279Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8594474Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/hooks/pre-push.sample' 2024-12-17T23:31:30.8594690Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8594911Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8595110Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/hooks/pre-receive.sample' 2024-12-17T23:31:30.8595294Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/hooks/update.sample' 2024-12-17T23:31:30.8595511Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8595853Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo/hooks' 2024-12-17T23:31:30.8596014Z removed 'pytorch-release_2.6/.git/modules/third_party/gloo/shallow' 2024-12-17T23:31:30.8596176Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gloo' 2024-12-17T23:31:30.8596381Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/info/exclude' 2024-12-17T23:31:30.8596596Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/info' 2024-12-17T23:31:30.8596817Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/branches' 2024-12-17T23:31:30.8596995Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/HEAD' 2024-12-17T23:31:30.8597197Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/packed-refs' 2024-12-17T23:31:30.8597378Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/config' 2024-12-17T23:31:30.8597579Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/description' 2024-12-17T23:31:30.8597761Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/index' 2024-12-17T23:31:30.8597979Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/refs/heads/master' 2024-12-17T23:31:30.8598357Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/refs/heads' 2024-12-17T23:31:30.8598747Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8599008Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/refs/remotes/origin' 2024-12-17T23:31:30.8599249Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/refs/remotes' 2024-12-17T23:31:30.8599477Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/refs/tags' 2024-12-17T23:31:30.8599683Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/refs' 2024-12-17T23:31:30.8599880Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/logs/HEAD' 2024-12-17T23:31:30.8600113Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs/heads/master' 2024-12-17T23:31:30.8600368Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs/heads' 2024-12-17T23:31:30.8600627Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8600906Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs/remotes/origin' 2024-12-17T23:31:30.8601234Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs/remotes' 2024-12-17T23:31:30.8601582Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs' 2024-12-17T23:31:30.8601881Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/logs' 2024-12-17T23:31:30.8602225Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/7e/1c28d3124a5526a8cffa4a0272fc97871985e1' 2024-12-17T23:31:30.8602456Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/7e' 2024-12-17T23:31:30.8602702Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/info' 2024-12-17T23:31:30.8603032Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/82/5a7f3b5194a6577e60cbd6430ff6b9a68cb4ca' 2024-12-17T23:31:30.8603264Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/82' 2024-12-17T23:31:30.8603606Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/6c/4d03d457215cdccc81f9cbb5cfb9e0da54093c' 2024-12-17T23:31:30.8603932Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/6c/b4ecf0d7103c58f2560565f72197333cabda7b' 2024-12-17T23:31:30.8604166Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/6c' 2024-12-17T23:31:30.8604545Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/f6/1cf9ab4680581d42a98b825d4c0f82296adb91' 2024-12-17T23:31:30.8604870Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/f6' 2024-12-17T23:31:30.8605211Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/83/6d66f5370b4777c76d9f8474aab31d12a23a6e' 2024-12-17T23:31:30.8605438Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/83' 2024-12-17T23:31:30.8605763Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/16/a2b51008d8ce50b338b29a38511753e32ba416' 2024-12-17T23:31:30.8605993Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/16' 2024-12-17T23:31:30.8606319Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/2b/76c9aab97aa760953e4c0067b26981082576e4' 2024-12-17T23:31:30.8606647Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/2b/08464539c1d80d2e94a4aa46d06df335daa4de' 2024-12-17T23:31:30.8606870Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/2b' 2024-12-17T23:31:30.8607330Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/c4/d43ff93fad20d773991bab7972bf6b7baa690f' 2024-12-17T23:31:30.8607665Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/c4' 2024-12-17T23:31:30.8607993Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/ce/77be60591963abce2a7b05468c60de2fb79801' 2024-12-17T23:31:30.8608217Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/ce' 2024-12-17T23:31:30.8608548Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/d6/8037213a617d2191082cef913dfacdfdb3e7e9' 2024-12-17T23:31:30.8608772Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/d6' 2024-12-17T23:31:30.8609102Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/6a/3657f4409642edafd6b2485f34ff6481214059' 2024-12-17T23:31:30.8609327Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/6a' 2024-12-17T23:31:30.8609655Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/ca/8314d827cc33c261ac9d7f92b5c05d044eab38' 2024-12-17T23:31:30.8609887Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/ca' 2024-12-17T23:31:30.8610270Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/pack/pack-3c20ce507a22214623d406748d24f94c60ecdc92.idx' 2024-12-17T23:31:30.8610661Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/pack/pack-3c20ce507a22214623d406748d24f94c60ecdc92.pack' 2024-12-17T23:31:30.8611035Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/pack/pack-3c20ce507a22214623d406748d24f94c60ecdc92.rev' 2024-12-17T23:31:30.8611269Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/pack' 2024-12-17T23:31:30.8611609Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/75/aebfd1fd679a1d406b39cff2d12816095e6076' 2024-12-17T23:31:30.8611831Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/75' 2024-12-17T23:31:30.8612161Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/1d/5fca4f359cd98815c208518ad0530cdf8e3ced' 2024-12-17T23:31:30.8612389Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/1d' 2024-12-17T23:31:30.8612719Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/22/fabac5335d14c8c02d60a060ddd51b482cdf61' 2024-12-17T23:31:30.8612948Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/22' 2024-12-17T23:31:30.8613274Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/fa/6281b2db9da4f80001fe874bad377846d0faeb' 2024-12-17T23:31:30.8613497Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/fa' 2024-12-17T23:31:30.8613833Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/33/aee13b85595ac7a140f7272f5c0488743bc91e' 2024-12-17T23:31:30.8614162Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/33/2ad075861d5a0f67b2cd799aa650f747a35d7a' 2024-12-17T23:31:30.8614491Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/33/25bd508ba4a0780b5753edfe1291e8a9155f56' 2024-12-17T23:31:30.8614721Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/33' 2024-12-17T23:31:30.8615048Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/64/6c5907badeb8536eca23f3cc97e018765031b5' 2024-12-17T23:31:30.8615281Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/64' 2024-12-17T23:31:30.8615614Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/7d/4a0cdfa10eb54f79ecc3e3e9fcd43be052e912' 2024-12-17T23:31:30.8615952Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/7d' 2024-12-17T23:31:30.8616383Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/3a/8f72b780ee6b6320c91a415741dd127a7fa323' 2024-12-17T23:31:30.8616706Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/3a/6f077939ea9280156a4e66c28f34071d4f567f' 2024-12-17T23:31:30.8617013Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/3a' 2024-12-17T23:31:30.8617420Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/72/6766e6a6db99524148741cd5d8216b7ae5cfb3' 2024-12-17T23:31:30.8617645Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/72' 2024-12-17T23:31:30.8617977Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/fe/6bc5ca4375416e55a479c39a12ac5c4e050f49' 2024-12-17T23:31:30.8618204Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/fe' 2024-12-17T23:31:30.8618534Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/dc/fe2b51661d6fe3ce0968de79ce0bc4f172a5fe' 2024-12-17T23:31:30.8618767Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/dc' 2024-12-17T23:31:30.8619093Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/38/30eb1698f21dc3cebb45f770d35b363fd77063' 2024-12-17T23:31:30.8619322Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/38' 2024-12-17T23:31:30.8619649Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/6f/06d19f66aa66c17fd4ff14777cc2e992341baf' 2024-12-17T23:31:30.8619875Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/6f' 2024-12-17T23:31:30.8620207Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/2e/2bc2cf14f74dd1911de37e99e1b2b685eed09d' 2024-12-17T23:31:30.8620434Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/2e' 2024-12-17T23:31:30.8620762Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/25/87dd4206796e31eb5df368f45377da6af97c74' 2024-12-17T23:31:30.8620996Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/25' 2024-12-17T23:31:30.8621328Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/51/b5aff41cfd9863fe16a10c10dc84e5bf22e18f' 2024-12-17T23:31:30.8621559Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/51' 2024-12-17T23:31:30.8621885Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/0b/e0bf360c84ddcc3866d1887e3a06c820166357' 2024-12-17T23:31:30.8622110Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/0b' 2024-12-17T23:31:30.8622442Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/84/8450040a90c7a8af9f9431c51daa7bb8992d72' 2024-12-17T23:31:30.8622671Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/84' 2024-12-17T23:31:30.8623001Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/a1/fae32d1017310ae0d949bb76c08d48cf2e41b5' 2024-12-17T23:31:30.8623232Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/a1' 2024-12-17T23:31:30.8623558Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/52/163c4e55f973dbbf9db618dae259c8390be1b7' 2024-12-17T23:31:30.8623789Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/52' 2024-12-17T23:31:30.8624117Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/13/a07159accea063e36ca5e680b3203bbead47cd' 2024-12-17T23:31:30.8624344Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/13' 2024-12-17T23:31:30.8624808Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/ab/642c8068bcd498c05e70b1f5cfd0667a37d8cb' 2024-12-17T23:31:30.8625134Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/ab' 2024-12-17T23:31:30.8625470Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/fc/7abf520b928cf6b8b559abb6a238c6d1870365' 2024-12-17T23:31:30.8625795Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/fc/7374498342121289cc2b6358ba89cee0827ac5' 2024-12-17T23:31:30.8626019Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/fc' 2024-12-17T23:31:30.8626348Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/86/15671b03b25d93570aa91aeb201ae16c4e2d43' 2024-12-17T23:31:30.8626573Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/86' 2024-12-17T23:31:30.8626897Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/a4/5ec173c866ab4987bd05208131ac03e209132f' 2024-12-17T23:31:30.8627130Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/a4' 2024-12-17T23:31:30.8627453Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/c7/2028c6253949cb996c4c817425e03a8213f056' 2024-12-17T23:31:30.8627685Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/c7' 2024-12-17T23:31:30.8628015Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/b8/79fd7c1a16e807cb5ec606bf35b91d50d01b5d' 2024-12-17T23:31:30.8628239Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/b8' 2024-12-17T23:31:30.8628573Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/3f/b5c176c17c765a3492cd2f0321b0dab712f350' 2024-12-17T23:31:30.8628796Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/3f' 2024-12-17T23:31:30.8629120Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/a3/3936199c12cd7022889891b82ff628767d3903' 2024-12-17T23:31:30.8629351Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/a3' 2024-12-17T23:31:30.8629683Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/93/5f6db5f4ec3cdd9f89d8139d5bd3fa084141aa' 2024-12-17T23:31:30.8629914Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/93' 2024-12-17T23:31:30.8630238Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/af/09301c63e9145ec1d755c6a60d5a85c6fa151e' 2024-12-17T23:31:30.8630463Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/af' 2024-12-17T23:31:30.8630795Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/48/09526ee79bafe147dff58bd29d2118781fc4ae' 2024-12-17T23:31:30.8631126Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/48/a4cefa28663f096e56b0cc2932469787c4297c' 2024-12-17T23:31:30.8631359Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/48' 2024-12-17T23:31:30.8631688Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/bc/f38a396c977cd66c4fa2b5aa704ac9b83defa0' 2024-12-17T23:31:30.8631912Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/bc' 2024-12-17T23:31:30.8632245Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/f9/0529d812c9bd1f9bf1e83590711827e0c94e00' 2024-12-17T23:31:30.8632470Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/f9' 2024-12-17T23:31:30.8632793Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/29/491730073922ad49042dad36db6e756f1769bf' 2024-12-17T23:31:30.8633154Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/29' 2024-12-17T23:31:30.8633487Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/f0/82e3cc4b8e91f71c746f9e1cc38cd937f7032b' 2024-12-17T23:31:30.8633823Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/f0' 2024-12-17T23:31:30.8634221Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/fb/e72c7135d4c94b7c17d922e9a80133734b99bf' 2024-12-17T23:31:30.8634666Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/fb/a8a0fdaafe8f3cce53b3d7b95aceb3a6564474' 2024-12-17T23:31:30.8634903Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/fb' 2024-12-17T23:31:30.8635231Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/78/d86983dc99416536ac2f231bf9894dd51d1e3d' 2024-12-17T23:31:30.8635456Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/78' 2024-12-17T23:31:30.8636017Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/74/582da42b47e009f981fb6e91939a38b5b28269' 2024-12-17T23:31:30.8636260Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/74' 2024-12-17T23:31:30.8636603Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/26/1cb928dfbe1b079aa873a8caa423bb4c1256d3' 2024-12-17T23:31:30.8636827Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/26' 2024-12-17T23:31:30.8637158Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/91/d11ad820908eeac99ae5b691a53e0dbbd014f4' 2024-12-17T23:31:30.8637489Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/91/1fed0306acc4651d2ad359c202ea626a7cdfaa' 2024-12-17T23:31:30.8637810Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/91/72ce8b42054d2f141fa3fa8570905337543cf1' 2024-12-17T23:31:30.8638038Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects/91' 2024-12-17T23:31:30.8638266Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/objects' 2024-12-17T23:31:30.8638465Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/FETCH_HEAD' 2024-12-17T23:31:30.8638744Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8638991Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/hooks/post-update.sample' 2024-12-17T23:31:30.8639261Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8639533Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8639774Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8640012Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-commit.sample' 2024-12-17T23:31:30.8640254Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/hooks/commit-msg.sample' 2024-12-17T23:31:30.8640516Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8640756Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-push.sample' 2024-12-17T23:31:30.8641012Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8641271Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8641519Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-receive.sample' 2024-12-17T23:31:30.8641748Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/hooks/update.sample' 2024-12-17T23:31:30.8642156Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8642645Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/hooks' 2024-12-17T23:31:30.8642836Z removed 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp/shallow' 2024-12-17T23:31:30.8643040Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp/gemmlowp' 2024-12-17T23:31:30.8643215Z removed directory 'pytorch-release_2.6/.git/modules/third_party/gemmlowp' 2024-12-17T23:31:30.8643383Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/info/exclude' 2024-12-17T23:31:30.8643565Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/info' 2024-12-17T23:31:30.8643754Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/branches' 2024-12-17T23:31:30.8643904Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/HEAD' 2024-12-17T23:31:30.8644083Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/packed-refs' 2024-12-17T23:31:30.8644236Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/config' 2024-12-17T23:31:30.8644405Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/description' 2024-12-17T23:31:30.8644563Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/index' 2024-12-17T23:31:30.8644743Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/refs/heads/master' 2024-12-17T23:31:30.8644941Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/refs/heads' 2024-12-17T23:31:30.8645145Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8645364Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/refs/remotes/origin' 2024-12-17T23:31:30.8645565Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/refs/remotes' 2024-12-17T23:31:30.8645754Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/refs/tags' 2024-12-17T23:31:30.8645932Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/refs' 2024-12-17T23:31:30.8646101Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/logs/HEAD' 2024-12-17T23:31:30.8646301Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/logs/refs/heads/master' 2024-12-17T23:31:30.8646616Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/logs/refs/heads' 2024-12-17T23:31:30.8646929Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8647166Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/logs/refs/remotes/origin' 2024-12-17T23:31:30.8647389Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/logs/refs/remotes' 2024-12-17T23:31:30.8647586Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/logs/refs' 2024-12-17T23:31:30.8647767Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/logs' 2024-12-17T23:31:30.8647973Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/objects/info' 2024-12-17T23:31:30.8648333Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/objects/pack/pack-21aed3db81aaa8ef532ebbe73a3bc03ebea6ef76.pack' 2024-12-17T23:31:30.8648667Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/objects/pack/pack-4cf210fa7c06aa06616e8485ea040ecbf05a53c8.rev' 2024-12-17T23:31:30.8649010Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/objects/pack/pack-4cf210fa7c06aa06616e8485ea040ecbf05a53c8.pack' 2024-12-17T23:31:30.8649351Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/objects/pack/pack-21aed3db81aaa8ef532ebbe73a3bc03ebea6ef76.idx' 2024-12-17T23:31:30.8649700Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/objects/pack/pack-21aed3db81aaa8ef532ebbe73a3bc03ebea6ef76.rev' 2024-12-17T23:31:30.8650029Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/objects/pack/pack-4cf210fa7c06aa06616e8485ea040ecbf05a53c8.idx' 2024-12-17T23:31:30.8650354Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/objects/pack' 2024-12-17T23:31:30.8650655Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/objects' 2024-12-17T23:31:30.8650823Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/FETCH_HEAD' 2024-12-17T23:31:30.8651055Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8651265Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/hooks/post-update.sample' 2024-12-17T23:31:30.8651492Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8651723Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8651923Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8652152Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/hooks/pre-commit.sample' 2024-12-17T23:31:30.8652357Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/hooks/commit-msg.sample' 2024-12-17T23:31:30.8652582Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8652777Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/hooks/pre-push.sample' 2024-12-17T23:31:30.8652999Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8653221Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8653484Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/hooks/pre-receive.sample' 2024-12-17T23:31:30.8653680Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/hooks/update.sample' 2024-12-17T23:31:30.8653893Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8654080Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef/hooks' 2024-12-17T23:31:30.8654239Z removed 'pytorch-release_2.6/.git/modules/third_party/sleef/shallow' 2024-12-17T23:31:30.8654406Z removed directory 'pytorch-release_2.6/.git/modules/third_party/sleef' 2024-12-17T23:31:30.8654588Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/info/exclude' 2024-12-17T23:31:30.8654770Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/info' 2024-12-17T23:31:30.8654969Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/branches' 2024-12-17T23:31:30.8655123Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/HEAD' 2024-12-17T23:31:30.8655298Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/packed-refs' 2024-12-17T23:31:30.8655461Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/config' 2024-12-17T23:31:30.8655636Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/description' 2024-12-17T23:31:30.8655789Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/index' 2024-12-17T23:31:30.8655983Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/refs/heads/master' 2024-12-17T23:31:30.8656184Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/refs/heads' 2024-12-17T23:31:30.8656392Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8656621Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/refs/remotes/origin' 2024-12-17T23:31:30.8656826Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/refs/remotes' 2024-12-17T23:31:30.8657025Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/refs/tags' 2024-12-17T23:31:30.8657203Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/refs' 2024-12-17T23:31:30.8657372Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/logs/HEAD' 2024-12-17T23:31:30.8657574Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/logs/refs/heads/master' 2024-12-17T23:31:30.8657903Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/logs/refs/heads' 2024-12-17T23:31:30.8658224Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8658473Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/logs/refs/remotes/origin' 2024-12-17T23:31:30.8658691Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/logs/refs/remotes' 2024-12-17T23:31:30.8658883Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/logs/refs' 2024-12-17T23:31:30.8659068Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/logs' 2024-12-17T23:31:30.8659270Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/objects/info' 2024-12-17T23:31:30.8659625Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/objects/pack/pack-e799d5cceded471371828b7bd1a4e0f959f55c45.idx' 2024-12-17T23:31:30.8659966Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/objects/pack/pack-e799d5cceded471371828b7bd1a4e0f959f55c45.rev' 2024-12-17T23:31:30.8660315Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/objects/pack/pack-e799d5cceded471371828b7bd1a4e0f959f55c45.pack' 2024-12-17T23:31:30.8660658Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/objects/pack/pack-586deebc95d77ab002e4614ea15ab2dc21810f08.idx' 2024-12-17T23:31:30.8660996Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/objects/pack/pack-586deebc95d77ab002e4614ea15ab2dc21810f08.rev' 2024-12-17T23:31:30.8661343Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/objects/pack/pack-586deebc95d77ab002e4614ea15ab2dc21810f08.pack' 2024-12-17T23:31:30.8661546Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/objects/pack' 2024-12-17T23:31:30.8661737Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/objects' 2024-12-17T23:31:30.8661912Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/FETCH_HEAD' 2024-12-17T23:31:30.8662153Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8662366Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/hooks/post-update.sample' 2024-12-17T23:31:30.8662608Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8662838Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8663046Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8663259Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/hooks/pre-commit.sample' 2024-12-17T23:31:30.8663461Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/hooks/commit-msg.sample' 2024-12-17T23:31:30.8663693Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8663894Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/hooks/pre-push.sample' 2024-12-17T23:31:30.8664118Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8664347Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8664557Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/hooks/pre-receive.sample' 2024-12-17T23:31:30.8664753Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/hooks/update.sample' 2024-12-17T23:31:30.8664978Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8665163Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/hooks' 2024-12-17T23:31:30.8665330Z removed 'pytorch-release_2.6/.git/modules/third_party/XNNPACK/shallow' 2024-12-17T23:31:30.8665498Z removed directory 'pytorch-release_2.6/.git/modules/third_party/XNNPACK' 2024-12-17T23:31:30.8665798Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/info/exclude' 2024-12-17T23:31:30.8665985Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/info' 2024-12-17T23:31:30.8666345Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/info/exclude' 2024-12-17T23:31:30.8666611Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/info' 2024-12-17T23:31:30.8666895Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/branches' 2024-12-17T23:31:30.8667121Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/HEAD' 2024-12-17T23:31:30.8667375Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/packed-refs' 2024-12-17T23:31:30.8667615Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/config' 2024-12-17T23:31:30.8667867Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/description' 2024-12-17T23:31:30.8668102Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/index' 2024-12-17T23:31:30.8668378Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/refs/heads/master' 2024-12-17T23:31:30.8668659Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/refs/heads' 2024-12-17T23:31:30.8668958Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8669271Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/refs/remotes/origin' 2024-12-17T23:31:30.8669564Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/refs/remotes' 2024-12-17T23:31:30.8669837Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/refs/tags' 2024-12-17T23:31:30.8670098Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/refs' 2024-12-17T23:31:30.8670350Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/logs/HEAD' 2024-12-17T23:31:30.8670636Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/logs/refs/heads/master' 2024-12-17T23:31:30.8670932Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/logs/refs/heads' 2024-12-17T23:31:30.8671245Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8671574Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/logs/refs/remotes/origin' 2024-12-17T23:31:30.8671882Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/logs/refs/remotes' 2024-12-17T23:31:30.8672158Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/logs/refs' 2024-12-17T23:31:30.8672419Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/logs' 2024-12-17T23:31:30.8672707Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/info' 2024-12-17T23:31:30.8673148Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/pack/pack-b54f533faca64455339b87f94c733478e89c772d.idx' 2024-12-17T23:31:30.8673595Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/pack/pack-b4ef9c9274c201e315b61cc10bc0b860d4ce3f74.pack' 2024-12-17T23:31:30.8674035Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/pack/pack-b4ef9c9274c201e315b61cc10bc0b860d4ce3f74.rev' 2024-12-17T23:31:30.8674582Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/pack/pack-b54f533faca64455339b87f94c733478e89c772d.pack' 2024-12-17T23:31:30.8675019Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/pack/pack-b54f533faca64455339b87f94c733478e89c772d.rev' 2024-12-17T23:31:30.8675550Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/pack/pack-b4ef9c9274c201e315b61cc10bc0b860d4ce3f74.idx' 2024-12-17T23:31:30.8676015Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/pack' 2024-12-17T23:31:30.8676294Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/objects' 2024-12-17T23:31:30.8676542Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/FETCH_HEAD' 2024-12-17T23:31:30.8676873Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8677179Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/post-update.sample' 2024-12-17T23:31:30.8677503Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8677827Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8678119Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8678414Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/pre-commit.sample' 2024-12-17T23:31:30.8678704Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/commit-msg.sample' 2024-12-17T23:31:30.8679021Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8679314Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/pre-push.sample' 2024-12-17T23:31:30.8679619Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8679928Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8680228Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/pre-receive.sample' 2024-12-17T23:31:30.8680507Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/update.sample' 2024-12-17T23:31:30.8680819Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8681083Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks' 2024-12-17T23:31:30.8681324Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11/shallow' 2024-12-17T23:31:30.8681574Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party/pybind11' 2024-12-17T23:31:30.8681795Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules/third_party' 2024-12-17T23:31:30.8681979Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/modules' 2024-12-17T23:31:30.8682203Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/branches' 2024-12-17T23:31:30.8682351Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/HEAD' 2024-12-17T23:31:30.8682522Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/packed-refs' 2024-12-17T23:31:30.8682674Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/config' 2024-12-17T23:31:30.8682837Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/description' 2024-12-17T23:31:30.8683011Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/index' 2024-12-17T23:31:30.8683327Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/refs/heads/main' 2024-12-17T23:31:30.8683640Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/refs/heads' 2024-12-17T23:31:30.8683847Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8684062Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/refs/remotes/origin' 2024-12-17T23:31:30.8684260Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/refs/remotes' 2024-12-17T23:31:30.8684451Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/refs/tags' 2024-12-17T23:31:30.8684624Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/refs' 2024-12-17T23:31:30.8684788Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/logs/HEAD' 2024-12-17T23:31:30.8684972Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/logs/refs/heads/main' 2024-12-17T23:31:30.8685176Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/logs/refs/heads' 2024-12-17T23:31:30.8685397Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8685631Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/logs/refs/remotes/origin' 2024-12-17T23:31:30.8685840Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/logs/refs/remotes' 2024-12-17T23:31:30.8686029Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/logs/refs' 2024-12-17T23:31:30.8686203Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/logs' 2024-12-17T23:31:30.8686395Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/objects/info' 2024-12-17T23:31:30.8686736Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/objects/pack/pack-6400bdacdb546b7ec748799417c601904d834303.rev' 2024-12-17T23:31:30.8687068Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/objects/pack/pack-6400bdacdb546b7ec748799417c601904d834303.pack' 2024-12-17T23:31:30.8687407Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/objects/pack/pack-1b679663fb9055e9dd4ca2a8b2c862232d4fbb72.rev' 2024-12-17T23:31:30.8687740Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/objects/pack/pack-1b679663fb9055e9dd4ca2a8b2c862232d4fbb72.pack' 2024-12-17T23:31:30.8688065Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/objects/pack/pack-1b679663fb9055e9dd4ca2a8b2c862232d4fbb72.idx' 2024-12-17T23:31:30.8688389Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/objects/pack/pack-6400bdacdb546b7ec748799417c601904d834303.idx' 2024-12-17T23:31:30.8688585Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/objects/pack' 2024-12-17T23:31:30.8688775Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/objects' 2024-12-17T23:31:30.8688941Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/FETCH_HEAD' 2024-12-17T23:31:30.8689174Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8689379Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/hooks/post-update.sample' 2024-12-17T23:31:30.8689609Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8689830Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8690034Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8690227Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/hooks/pre-commit.sample' 2024-12-17T23:31:30.8690418Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/hooks/commit-msg.sample' 2024-12-17T23:31:30.8690640Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8690836Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/hooks/pre-push.sample' 2024-12-17T23:31:30.8691171Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8691393Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8691713Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/hooks/pre-receive.sample' 2024-12-17T23:31:30.8691906Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/hooks/update.sample' 2024-12-17T23:31:30.8692116Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8692296Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx/hooks' 2024-12-17T23:31:30.8692457Z removed 'pytorch-release_2.6/.git/modules/third_party/onnx/shallow' 2024-12-17T23:31:30.8692618Z removed directory 'pytorch-release_2.6/.git/modules/third_party/onnx' 2024-12-17T23:31:30.8692797Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/info/exclude' 2024-12-17T23:31:30.8692987Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/info' 2024-12-17T23:31:30.8693188Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/branches' 2024-12-17T23:31:30.8693350Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/HEAD' 2024-12-17T23:31:30.8693527Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/packed-refs' 2024-12-17T23:31:30.8693685Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/config' 2024-12-17T23:31:30.8693865Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/description' 2024-12-17T23:31:30.8694022Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/index' 2024-12-17T23:31:30.8694212Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/refs/heads/develop' 2024-12-17T23:31:30.8694419Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/refs/heads' 2024-12-17T23:31:30.8694630Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8694862Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/refs/remotes/origin' 2024-12-17T23:31:30.8695078Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/refs/remotes' 2024-12-17T23:31:30.8695275Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/refs/tags' 2024-12-17T23:31:30.8695463Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/refs' 2024-12-17T23:31:30.8695632Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/logs/HEAD' 2024-12-17T23:31:30.8695841Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/logs/refs/heads/develop' 2024-12-17T23:31:30.8696062Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/logs/refs/heads' 2024-12-17T23:31:30.8696291Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8696535Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/logs/refs/remotes/origin' 2024-12-17T23:31:30.8696763Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/logs/refs/remotes' 2024-12-17T23:31:30.8696962Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/logs/refs' 2024-12-17T23:31:30.8697149Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/logs' 2024-12-17T23:31:30.8697352Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/objects/info' 2024-12-17T23:31:30.8697710Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/objects/pack/pack-0b012b1fc33fa4cece594e3a600a6cc3cd5ff0ad.rev' 2024-12-17T23:31:30.8698061Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/objects/pack/pack-66fb3fe00ca501a7101d1ce041c93391644c2890.rev' 2024-12-17T23:31:30.8698402Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/objects/pack/pack-66fb3fe00ca501a7101d1ce041c93391644c2890.idx' 2024-12-17T23:31:30.8698747Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/objects/pack/pack-0b012b1fc33fa4cece594e3a600a6cc3cd5ff0ad.idx' 2024-12-17T23:31:30.8699223Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/objects/pack/pack-0b012b1fc33fa4cece594e3a600a6cc3cd5ff0ad.pack' 2024-12-17T23:31:30.8699682Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/objects/pack/pack-66fb3fe00ca501a7101d1ce041c93391644c2890.pack' 2024-12-17T23:31:30.8699898Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/objects/pack' 2024-12-17T23:31:30.8700093Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/objects' 2024-12-17T23:31:30.8700265Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/FETCH_HEAD' 2024-12-17T23:31:30.8700515Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8700734Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/hooks/post-update.sample' 2024-12-17T23:31:30.8700971Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8701212Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8701422Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8701633Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/hooks/pre-commit.sample' 2024-12-17T23:31:30.8701838Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/hooks/commit-msg.sample' 2024-12-17T23:31:30.8702072Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8702282Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/hooks/pre-push.sample' 2024-12-17T23:31:30.8702505Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8702735Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8702952Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/hooks/pre-receive.sample' 2024-12-17T23:31:30.8703150Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/hooks/update.sample' 2024-12-17T23:31:30.8703379Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8703568Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann/hooks' 2024-12-17T23:31:30.8703733Z removed 'pytorch-release_2.6/.git/modules/third_party/nlohmann/shallow' 2024-12-17T23:31:30.8703911Z removed directory 'pytorch-release_2.6/.git/modules/third_party/nlohmann' 2024-12-17T23:31:30.8704111Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/info/exclude' 2024-12-17T23:31:30.8704318Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/info' 2024-12-17T23:31:30.8704543Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/branches' 2024-12-17T23:31:30.8704726Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/HEAD' 2024-12-17T23:31:30.8704925Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/packed-refs' 2024-12-17T23:31:30.8705119Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/config' 2024-12-17T23:31:30.8705317Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/description' 2024-12-17T23:31:30.8705505Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/index' 2024-12-17T23:31:30.8705726Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/refs/heads/develop' 2024-12-17T23:31:30.8705954Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/refs/heads' 2024-12-17T23:31:30.8706201Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8706459Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/refs/remotes/origin' 2024-12-17T23:31:30.8706811Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/refs/remotes' 2024-12-17T23:31:30.8707143Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/refs/tags' 2024-12-17T23:31:30.8707351Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/refs' 2024-12-17T23:31:30.8707548Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/logs/HEAD' 2024-12-17T23:31:30.8707786Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/logs/refs/heads/develop' 2024-12-17T23:31:30.8708032Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/logs/refs/heads' 2024-12-17T23:31:30.8708292Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8708570Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/logs/refs/remotes/origin' 2024-12-17T23:31:30.8708825Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/logs/refs/remotes' 2024-12-17T23:31:30.8709057Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/logs/refs' 2024-12-17T23:31:30.8709265Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/logs' 2024-12-17T23:31:30.8709502Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/objects/info' 2024-12-17T23:31:30.8709884Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/objects/pack/pack-d3d719d49711b2d6f8cd17074c1bbe28bbb42521.idx' 2024-12-17T23:31:30.8710269Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/objects/pack/pack-d278fd111fb74ae3aaa09bf1c918cf6ace02cad5.pack' 2024-12-17T23:31:30.8710652Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/objects/pack/pack-d3d719d49711b2d6f8cd17074c1bbe28bbb42521.pack' 2024-12-17T23:31:30.8711028Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/objects/pack/pack-d3d719d49711b2d6f8cd17074c1bbe28bbb42521.rev' 2024-12-17T23:31:30.8711407Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/objects/pack/pack-d278fd111fb74ae3aaa09bf1c918cf6ace02cad5.idx' 2024-12-17T23:31:30.8711786Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/objects/pack/pack-d278fd111fb74ae3aaa09bf1c918cf6ace02cad5.rev' 2024-12-17T23:31:30.8712020Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/objects/pack' 2024-12-17T23:31:30.8712248Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/objects' 2024-12-17T23:31:30.8712444Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/FETCH_HEAD' 2024-12-17T23:31:30.8712715Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8712966Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/hooks/post-update.sample' 2024-12-17T23:31:30.8713237Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8713555Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8713988Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8714337Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/hooks/pre-commit.sample' 2024-12-17T23:31:30.8714585Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/hooks/commit-msg.sample' 2024-12-17T23:31:30.8714847Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8715083Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/hooks/pre-push.sample' 2024-12-17T23:31:30.8715348Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8715966Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8716386Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/hooks/pre-receive.sample' 2024-12-17T23:31:30.8716637Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/hooks/update.sample' 2024-12-17T23:31:30.8716905Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8717131Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/hooks' 2024-12-17T23:31:30.8717324Z removed 'pytorch-release_2.6/.git/modules/third_party/composable_kernel/shallow' 2024-12-17T23:31:30.8717521Z removed directory 'pytorch-release_2.6/.git/modules/third_party/composable_kernel' 2024-12-17T23:31:30.8717702Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/info/exclude' 2024-12-17T23:31:30.8717889Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/info' 2024-12-17T23:31:30.8718081Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/branches' 2024-12-17T23:31:30.8718245Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/HEAD' 2024-12-17T23:31:30.8718424Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/packed-refs' 2024-12-17T23:31:30.8718588Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/config' 2024-12-17T23:31:30.8718759Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/description' 2024-12-17T23:31:30.8718913Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/index' 2024-12-17T23:31:30.8719100Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/refs/heads/main' 2024-12-17T23:31:30.8719299Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/refs/heads' 2024-12-17T23:31:30.8719507Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8719742Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/refs/remotes/origin' 2024-12-17T23:31:30.8719948Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/refs/remotes' 2024-12-17T23:31:30.8720143Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/refs/tags' 2024-12-17T23:31:30.8720328Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/refs' 2024-12-17T23:31:30.8720494Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/logs/HEAD' 2024-12-17T23:31:30.8720692Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/logs/refs/heads/main' 2024-12-17T23:31:30.8720903Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/logs/refs/heads' 2024-12-17T23:31:30.8721123Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8721373Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/logs/refs/remotes/origin' 2024-12-17T23:31:30.8721612Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/logs/refs/remotes' 2024-12-17T23:31:30.8721828Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/logs/refs' 2024-12-17T23:31:30.8722017Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/logs' 2024-12-17T23:31:30.8722219Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/info' 2024-12-17T23:31:30.8722517Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/9c/fedf60dae18861a71973ccd6c0b7728689d14c' 2024-12-17T23:31:30.8722722Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/9c' 2024-12-17T23:31:30.8723016Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/3b/ccebd5242df3a6b2666417fcb5eb061debef97' 2024-12-17T23:31:30.8723216Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/3b' 2024-12-17T23:31:30.8723639Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/1f/93351dddb0ef94aca70a996c7e96a61a69cf2b' 2024-12-17T23:31:30.8723933Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/1f' 2024-12-17T23:31:30.8724287Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/pack/pack-df9e1b55c2999f65375fe5cf132aec1dab7490b6.rev' 2024-12-17T23:31:30.8724630Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/pack/pack-df9e1b55c2999f65375fe5cf132aec1dab7490b6.idx' 2024-12-17T23:31:30.8724988Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/pack/pack-df9e1b55c2999f65375fe5cf132aec1dab7490b6.pack' 2024-12-17T23:31:30.8725196Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/pack' 2024-12-17T23:31:30.8725580Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/23/7f5816bcbe997366a5a51900ea46eb30e39310' 2024-12-17T23:31:30.8725933Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/23' 2024-12-17T23:31:30.8726300Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/1e/83a2fdd3102f65c6f1fb602c1b320486218a99' 2024-12-17T23:31:30.8726503Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/1e' 2024-12-17T23:31:30.8726793Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/89/ebbb583680949ec127c629ab02b99c028b3c16' 2024-12-17T23:31:30.8726988Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/89' 2024-12-17T23:31:30.8727283Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/63/d1edbde68db2555c95ec05630e7d2c07f1286c' 2024-12-17T23:31:30.8727476Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/63' 2024-12-17T23:31:30.8727764Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/69/d1364713f371ba3be8ed67bdfd9d9d1ccaeaf3' 2024-12-17T23:31:30.8727966Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/69' 2024-12-17T23:31:30.8728254Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/38/7611cc9bd3b16bd09d45229f91463c9a8819b4' 2024-12-17T23:31:30.8728452Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/38' 2024-12-17T23:31:30.8728746Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/8b/be83f9bc66c1c07ca2e2cdcb392307b63fbe28' 2024-12-17T23:31:30.8728936Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/8b' 2024-12-17T23:31:30.8729218Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/dd/19919311b15d9b203e0c71d72616f2055495a5' 2024-12-17T23:31:30.8729416Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/dd' 2024-12-17T23:31:30.8729703Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/a6/faf71bd1e181ab8a1f521a096c888bdbb25a87' 2024-12-17T23:31:30.8729902Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/a6' 2024-12-17T23:31:30.8730187Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/01/71927cae628ee779d366d3fa9e63392dfc087b' 2024-12-17T23:31:30.8730382Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/01' 2024-12-17T23:31:30.8730675Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/d7/b3a41d9633a054561a83f6d77df131b1e8451d' 2024-12-17T23:31:30.8730867Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/d7' 2024-12-17T23:31:30.8731157Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/cd/3ae3bcab951a3ebbf1f6956b43972ddb983549' 2024-12-17T23:31:30.8731448Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/cd/af7f5872cd7b66b7203a4a3610c87da10ad171' 2024-12-17T23:31:30.8731736Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/cd/22d1bd99b440b760fe6cd2dcc607b380d746ee' 2024-12-17T23:31:30.8731934Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/cd' 2024-12-17T23:31:30.8732354Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/b0/fec2406d9fabcc8faebef167266f99113ddfd5' 2024-12-17T23:31:30.8732651Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/b0' 2024-12-17T23:31:30.8732946Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/b2/91ebcf0cec35bc2e92c89f6a42818a63dccc64' 2024-12-17T23:31:30.8733138Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/b2' 2024-12-17T23:31:30.8733425Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/b6/bda7f36c97581c2b35ef1f9fbe3cf32efc8975' 2024-12-17T23:31:30.8733622Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/b6' 2024-12-17T23:31:30.8733909Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/9d/d6241e649f0e1e77be36ddb872e47ade357194' 2024-12-17T23:31:30.8734201Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/9d/83c05a957422edc33b30c010505cc82eb0d967' 2024-12-17T23:31:30.8734393Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/9d' 2024-12-17T23:31:30.8734682Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/8a/3418d8415dfd6f559493ad4ff856e79cb6b645' 2024-12-17T23:31:30.8734882Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects/8a' 2024-12-17T23:31:30.8735075Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/objects' 2024-12-17T23:31:30.8735245Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/FETCH_HEAD' 2024-12-17T23:31:30.8735508Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8735892Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/hooks/post-update.sample' 2024-12-17T23:31:30.8736257Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8736501Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8736715Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8736927Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/hooks/pre-commit.sample' 2024-12-17T23:31:30.8737130Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/hooks/commit-msg.sample' 2024-12-17T23:31:30.8737358Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8737564Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/hooks/pre-push.sample' 2024-12-17T23:31:30.8737788Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8738019Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8738232Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/hooks/pre-receive.sample' 2024-12-17T23:31:30.8738433Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/hooks/update.sample' 2024-12-17T23:31:30.8738663Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8738848Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/hooks' 2024-12-17T23:31:30.8739011Z removed 'pytorch-release_2.6/.git/modules/third_party/cpuinfo/shallow' 2024-12-17T23:31:30.8739188Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpuinfo' 2024-12-17T23:31:30.8739360Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/info/exclude' 2024-12-17T23:31:30.8739539Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/info' 2024-12-17T23:31:30.8739799Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/info/exclude' 2024-12-17T23:31:30.8740062Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/info' 2024-12-17T23:31:30.8740484Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/branches' 2024-12-17T23:31:30.8740819Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/HEAD' 2024-12-17T23:31:30.8741076Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/packed-refs' 2024-12-17T23:31:30.8741314Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config' 2024-12-17T23:31:30.8741562Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/description' 2024-12-17T23:31:30.8741793Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/index' 2024-12-17T23:31:30.8742073Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/refs/heads/master' 2024-12-17T23:31:30.8742354Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/refs/heads' 2024-12-17T23:31:30.8742659Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8742975Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/refs/remotes/origin' 2024-12-17T23:31:30.8743262Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/refs/remotes' 2024-12-17T23:31:30.8743541Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/refs/tags' 2024-12-17T23:31:30.8743800Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/refs' 2024-12-17T23:31:30.8744045Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/logs/HEAD' 2024-12-17T23:31:30.8744338Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/logs/refs/heads/master' 2024-12-17T23:31:30.8744634Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/logs/refs/heads' 2024-12-17T23:31:30.8744950Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8745279Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/logs/refs/remotes/origin' 2024-12-17T23:31:30.8745584Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/logs/refs/remotes' 2024-12-17T23:31:30.8745865Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/logs/refs' 2024-12-17T23:31:30.8746125Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/logs' 2024-12-17T23:31:30.8746413Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/objects/info' 2024-12-17T23:31:30.8746855Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/objects/pack/pack-c2837f6b6765260a09550a8d3b3dc888489b5fa7.pack' 2024-12-17T23:31:30.8747287Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/objects/pack/pack-c2837f6b6765260a09550a8d3b3dc888489b5fa7.idx' 2024-12-17T23:31:30.8747725Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/objects/pack/pack-2205d9c61b04314a8b36a9bd157a938aad421175.pack' 2024-12-17T23:31:30.8748151Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/objects/pack/pack-2205d9c61b04314a8b36a9bd157a938aad421175.rev' 2024-12-17T23:31:30.8748577Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/objects/pack/pack-2205d9c61b04314a8b36a9bd157a938aad421175.idx' 2024-12-17T23:31:30.8748998Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/objects/pack/pack-c2837f6b6765260a09550a8d3b3dc888489b5fa7.rev' 2024-12-17T23:31:30.8749403Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/objects/pack' 2024-12-17T23:31:30.8749777Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/objects' 2024-12-17T23:31:30.8750026Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/FETCH_HEAD' 2024-12-17T23:31:30.8750348Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8750654Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/hooks/post-update.sample' 2024-12-17T23:31:30.8750975Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8751299Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8751591Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8751884Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/hooks/pre-commit.sample' 2024-12-17T23:31:30.8752217Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/hooks/commit-msg.sample' 2024-12-17T23:31:30.8752530Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8752820Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/hooks/pre-push.sample' 2024-12-17T23:31:30.8753126Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8753436Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8753740Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/hooks/pre-receive.sample' 2024-12-17T23:31:30.8754021Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/hooks/update.sample' 2024-12-17T23:31:30.8754327Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8754666Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/hooks' 2024-12-17T23:31:30.8755091Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit/shallow' 2024-12-17T23:31:30.8755517Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/asmjit' 2024-12-17T23:31:30.8756102Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/info/exclude' 2024-12-17T23:31:30.8756552Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/info' 2024-12-17T23:31:30.8757032Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/branches' 2024-12-17T23:31:30.8757426Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/HEAD' 2024-12-17T23:31:30.8757860Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/packed-refs' 2024-12-17T23:31:30.8758206Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config' 2024-12-17T23:31:30.8758462Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/description' 2024-12-17T23:31:30.8758703Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/index' 2024-12-17T23:31:30.8758973Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/refs/heads/main' 2024-12-17T23:31:30.8759441Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/refs/heads' 2024-12-17T23:31:30.8759752Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8760196Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/refs/remotes/origin' 2024-12-17T23:31:30.8760482Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/refs/remotes' 2024-12-17T23:31:30.8760763Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/refs/tags' 2024-12-17T23:31:30.8761023Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/refs' 2024-12-17T23:31:30.8761275Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/logs/HEAD' 2024-12-17T23:31:30.8761558Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/logs/refs/heads/main' 2024-12-17T23:31:30.8761861Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/logs/refs/heads' 2024-12-17T23:31:30.8762181Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8762511Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/logs/refs/remotes/origin' 2024-12-17T23:31:30.8762852Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/logs/refs/remotes' 2024-12-17T23:31:30.8763126Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/logs/refs' 2024-12-17T23:31:30.8763394Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/logs' 2024-12-17T23:31:30.8763681Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/objects/info' 2024-12-17T23:31:30.8764130Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/objects/pack/pack-e3a8d30f73670b63466d9b9b794edc52fb06e061.rev' 2024-12-17T23:31:30.8764569Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/objects/pack/pack-e63ca53a94fb2a23262843387eeacd0e4e330fd0.rev' 2024-12-17T23:31:30.8764998Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/objects/pack/pack-e3a8d30f73670b63466d9b9b794edc52fb06e061.idx' 2024-12-17T23:31:30.8765442Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/objects/pack/pack-e3a8d30f73670b63466d9b9b794edc52fb06e061.pack' 2024-12-17T23:31:30.8765882Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/objects/pack/pack-e63ca53a94fb2a23262843387eeacd0e4e330fd0.pack' 2024-12-17T23:31:30.8766320Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/objects/pack/pack-e63ca53a94fb2a23262843387eeacd0e4e330fd0.idx' 2024-12-17T23:31:30.8766612Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/objects/pack' 2024-12-17T23:31:30.8766890Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/objects' 2024-12-17T23:31:30.8767149Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/FETCH_HEAD' 2024-12-17T23:31:30.8767479Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8767787Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/hooks/post-update.sample' 2024-12-17T23:31:30.8768113Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8768554Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8768861Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8769258Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/hooks/pre-commit.sample' 2024-12-17T23:31:30.8769550Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/hooks/commit-msg.sample' 2024-12-17T23:31:30.8769875Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8770164Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/hooks/pre-push.sample' 2024-12-17T23:31:30.8770483Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8770800Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8771099Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/hooks/pre-receive.sample' 2024-12-17T23:31:30.8771389Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/hooks/update.sample' 2024-12-17T23:31:30.8771698Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8771964Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/hooks' 2024-12-17T23:31:30.8772211Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass/shallow' 2024-12-17T23:31:30.8772537Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cutlass' 2024-12-17T23:31:30.8773018Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/info/exclude' 2024-12-17T23:31:30.8773517Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/info' 2024-12-17T23:31:30.8773836Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/branches' 2024-12-17T23:31:30.8774096Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/HEAD' 2024-12-17T23:31:30.8774373Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/packed-refs' 2024-12-17T23:31:30.8774637Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config' 2024-12-17T23:31:30.8774912Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/description' 2024-12-17T23:31:30.8775166Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/index' 2024-12-17T23:31:30.8775460Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/refs/heads/master' 2024-12-17T23:31:30.8775766Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/refs/heads' 2024-12-17T23:31:30.8776081Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8776423Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/refs/remotes/origin' 2024-12-17T23:31:30.8776734Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/refs/remotes' 2024-12-17T23:31:30.8777033Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/refs/tags' 2024-12-17T23:31:30.8777310Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/refs' 2024-12-17T23:31:30.8777573Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/logs/HEAD' 2024-12-17T23:31:30.8778012Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/logs/refs/heads/master' 2024-12-17T23:31:30.8778433Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/logs/refs/heads' 2024-12-17T23:31:30.8778765Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8779117Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/logs/refs/remotes/origin' 2024-12-17T23:31:30.8779443Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/logs/refs/remotes' 2024-12-17T23:31:30.8779740Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/logs/refs' 2024-12-17T23:31:30.8780018Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/logs' 2024-12-17T23:31:30.8780423Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/c5/ecd57a3b20f204eb3672c589d9cf8478a483e9' 2024-12-17T23:31:30.8780737Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/c5' 2024-12-17T23:31:30.8781042Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/info' 2024-12-17T23:31:30.8781442Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/da/68870a5bb107998941bb6951daa1a7e5247c70' 2024-12-17T23:31:30.8781739Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/da' 2024-12-17T23:31:30.8782207Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/pack/pack-cf66cdb4a88737de7f1fb04fb503f42ed46814f0.pack' 2024-12-17T23:31:30.8782671Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/pack/pack-cf66cdb4a88737de7f1fb04fb503f42ed46814f0.idx' 2024-12-17T23:31:30.8783127Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/pack/pack-cf66cdb4a88737de7f1fb04fb503f42ed46814f0.rev' 2024-12-17T23:31:30.8783439Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/pack' 2024-12-17T23:31:30.8783834Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/23/f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-12-17T23:31:30.8784133Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/23' 2024-12-17T23:31:30.8784535Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/67/6182eae2fe635663be9cdadf8a5e711c0c4957' 2024-12-17T23:31:30.8784834Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/67' 2024-12-17T23:31:30.8785236Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/c1/5d23fe7e178999d6543c6fa294ae33ac81f592' 2024-12-17T23:31:30.8785531Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/c1' 2024-12-17T23:31:30.8785929Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/8f/c7bd3121e5d35f6fad777affe710c4c5e10f1e' 2024-12-17T23:31:30.8786236Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/8f' 2024-12-17T23:31:30.8786839Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/08/7fcc8a365e184228738f419fc458dd56c76b23' 2024-12-17T23:31:30.8787509Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/08' 2024-12-17T23:31:30.8787969Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/57/3823e38b876f9196350c6c4ed53e26f9b54872' 2024-12-17T23:31:30.8788396Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/57' 2024-12-17T23:31:30.8788802Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/51/a577c0d47bc4a7dc1addb032a651731c847aa1' 2024-12-17T23:31:30.8789102Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/51' 2024-12-17T23:31:30.8789502Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/93/7b2dd35ab05385f3c8b1f580d29cbd1785cfd9' 2024-12-17T23:31:30.8789807Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/93' 2024-12-17T23:31:30.8790211Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/af/aec5cc00faf6f2d118c32b1f3eb4b5a766a02c' 2024-12-17T23:31:30.8790517Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects/af' 2024-12-17T23:31:30.8790809Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/objects' 2024-12-17T23:31:30.8791077Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/FETCH_HEAD' 2024-12-17T23:31:30.8791429Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8791748Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/hooks/post-update.sample' 2024-12-17T23:31:30.8792090Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8792436Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8792752Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8793064Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/hooks/pre-commit.sample' 2024-12-17T23:31:30.8793370Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/hooks/commit-msg.sample' 2024-12-17T23:31:30.8793707Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8794019Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/hooks/pre-push.sample' 2024-12-17T23:31:30.8794351Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8794688Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8795009Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/hooks/pre-receive.sample' 2024-12-17T23:31:30.8795312Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/hooks/update.sample' 2024-12-17T23:31:30.8795856Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8796203Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/hooks' 2024-12-17T23:31:30.8796465Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/shallow' 2024-12-17T23:31:30.8796886Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch' 2024-12-17T23:31:30.8797149Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/info/exclude' 2024-12-17T23:31:30.8797546Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/info' 2024-12-17T23:31:30.8797824Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/branches' 2024-12-17T23:31:30.8798058Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/HEAD' 2024-12-17T23:31:30.8798317Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/packed-refs' 2024-12-17T23:31:30.8798555Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config' 2024-12-17T23:31:30.8798806Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/description' 2024-12-17T23:31:30.8799049Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/index' 2024-12-17T23:31:30.8799316Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/refs/heads/main' 2024-12-17T23:31:30.8799608Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/refs/heads' 2024-12-17T23:31:30.8799908Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8800222Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/refs/remotes/origin' 2024-12-17T23:31:30.8800520Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/refs/remotes' 2024-12-17T23:31:30.8800798Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/refs/tags' 2024-12-17T23:31:30.8801064Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/refs' 2024-12-17T23:31:30.8801315Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/logs/HEAD' 2024-12-17T23:31:30.8801600Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/logs/refs/heads/main' 2024-12-17T23:31:30.8801906Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/logs/refs/heads' 2024-12-17T23:31:30.8802218Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8802548Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/logs/refs/remotes/origin' 2024-12-17T23:31:30.8802865Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/logs/refs/remotes' 2024-12-17T23:31:30.8803143Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/logs/refs' 2024-12-17T23:31:30.8803413Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/logs' 2024-12-17T23:31:30.8803703Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/objects/info' 2024-12-17T23:31:30.8804157Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/objects/pack/pack-f5b08fd67ff58cc19f945f69893eabe0f3724bdb.pack' 2024-12-17T23:31:30.8804607Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/objects/pack/pack-df9e1b55c2999f65375fe5cf132aec1dab7490b6.rev' 2024-12-17T23:31:30.8805041Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/objects/pack/pack-df9e1b55c2999f65375fe5cf132aec1dab7490b6.idx' 2024-12-17T23:31:30.8805489Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/objects/pack/pack-df9e1b55c2999f65375fe5cf132aec1dab7490b6.pack' 2024-12-17T23:31:30.8806359Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/objects/pack/pack-f5b08fd67ff58cc19f945f69893eabe0f3724bdb.rev' 2024-12-17T23:31:30.8806917Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/objects/pack/pack-f5b08fd67ff58cc19f945f69893eabe0f3724bdb.idx' 2024-12-17T23:31:30.8807217Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/objects/pack' 2024-12-17T23:31:30.8807493Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/objects' 2024-12-17T23:31:30.8807749Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/FETCH_HEAD' 2024-12-17T23:31:30.8808079Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8808382Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/hooks/post-update.sample' 2024-12-17T23:31:30.8808718Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8809043Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8809368Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8809661Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/hooks/pre-commit.sample' 2024-12-17T23:31:30.8809954Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/hooks/commit-msg.sample' 2024-12-17T23:31:30.8810275Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8810566Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/hooks/pre-push.sample' 2024-12-17T23:31:30.8810885Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8811208Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8811520Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/hooks/pre-receive.sample' 2024-12-17T23:31:30.8811812Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/hooks/update.sample' 2024-12-17T23:31:30.8812127Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8812402Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/hooks' 2024-12-17T23:31:30.8812645Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/shallow' 2024-12-17T23:31:30.8812897Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo' 2024-12-17T23:31:30.8813175Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/info/exclude' 2024-12-17T23:31:30.8813449Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/info' 2024-12-17T23:31:30.8813737Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/branches' 2024-12-17T23:31:30.8813984Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/HEAD' 2024-12-17T23:31:30.8814249Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/packed-refs' 2024-12-17T23:31:30.8814502Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/config' 2024-12-17T23:31:30.8814766Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/description' 2024-12-17T23:31:30.8815127Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/index' 2024-12-17T23:31:30.8815515Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/refs/heads/main' 2024-12-17T23:31:30.8815808Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/refs/heads' 2024-12-17T23:31:30.8816113Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8816443Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/refs/remotes/origin' 2024-12-17T23:31:30.8816743Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/refs/remotes' 2024-12-17T23:31:30.8817036Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/refs/tags' 2024-12-17T23:31:30.8817310Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/refs' 2024-12-17T23:31:30.8817569Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/logs/HEAD' 2024-12-17T23:31:30.8817868Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/logs/refs/heads/main' 2024-12-17T23:31:30.8818177Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/logs/refs/heads' 2024-12-17T23:31:30.8818507Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8818852Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/logs/refs/remotes/origin' 2024-12-17T23:31:30.8819169Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/logs/refs/remotes' 2024-12-17T23:31:30.8819461Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/logs/refs' 2024-12-17T23:31:30.8819736Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/logs' 2024-12-17T23:31:30.8820036Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/objects/info' 2024-12-17T23:31:30.8820494Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.rev' 2024-12-17T23:31:30.8820947Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.idx' 2024-12-17T23:31:30.8821407Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/objects/pack/pack-ff1baafd290260ce1fdcb46ed0e0bb47b1139e05.idx' 2024-12-17T23:31:30.8821864Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/objects/pack/pack-ff1baafd290260ce1fdcb46ed0e0bb47b1139e05.rev' 2024-12-17T23:31:30.8822328Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/objects/pack/pack-ff1baafd290260ce1fdcb46ed0e0bb47b1139e05.pack' 2024-12-17T23:31:30.8822784Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.pack' 2024-12-17T23:31:30.8823087Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/objects/pack' 2024-12-17T23:31:30.8823376Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/objects' 2024-12-17T23:31:30.8823638Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/FETCH_HEAD' 2024-12-17T23:31:30.8824092Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8824415Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/hooks/post-update.sample' 2024-12-17T23:31:30.8824872Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8825214Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8825592Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8826131Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/hooks/pre-commit.sample' 2024-12-17T23:31:30.8826667Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/hooks/commit-msg.sample' 2024-12-17T23:31:30.8827237Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8827560Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/hooks/pre-push.sample' 2024-12-17T23:31:30.8827896Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8828229Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8828547Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/hooks/pre-receive.sample' 2024-12-17T23:31:30.8828841Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/hooks/update.sample' 2024-12-17T23:31:30.8829161Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8829446Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/hooks' 2024-12-17T23:31:30.8829697Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest/shallow' 2024-12-17T23:31:30.8829960Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party/googletest' 2024-12-17T23:31:30.8830190Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules/third_party' 2024-12-17T23:31:30.8830384Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/modules' 2024-12-17T23:31:30.8830582Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/branches' 2024-12-17T23:31:30.8830740Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/HEAD' 2024-12-17T23:31:30.8830916Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/packed-refs' 2024-12-17T23:31:30.8831079Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/config' 2024-12-17T23:31:30.8831251Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/description' 2024-12-17T23:31:30.8831406Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/index' 2024-12-17T23:31:30.8831596Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/refs/heads/main' 2024-12-17T23:31:30.8831795Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/refs/heads' 2024-12-17T23:31:30.8832005Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8832233Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/refs/remotes/origin' 2024-12-17T23:31:30.8832436Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/refs/remotes' 2024-12-17T23:31:30.8832637Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/refs/tags' 2024-12-17T23:31:30.8832819Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/refs' 2024-12-17T23:31:30.8832985Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/logs/HEAD' 2024-12-17T23:31:30.8833324Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/logs/refs/heads/main' 2024-12-17T23:31:30.8833645Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/logs/refs/heads' 2024-12-17T23:31:30.8833863Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8834106Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/logs/refs/remotes/origin' 2024-12-17T23:31:30.8834331Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/logs/refs/remotes' 2024-12-17T23:31:30.8834553Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/logs/refs' 2024-12-17T23:31:30.8834762Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/logs' 2024-12-17T23:31:30.8834968Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/objects/info' 2024-12-17T23:31:30.8835325Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/objects/pack/pack-4a57d483d7f890e6b296623939fef1a0314eaeab.pack' 2024-12-17T23:31:30.8835818Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/objects/pack/pack-2ffa99b1fc450312b3ed6f73b64c357d262c956d.idx' 2024-12-17T23:31:30.8836162Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/objects/pack/pack-4a57d483d7f890e6b296623939fef1a0314eaeab.rev' 2024-12-17T23:31:30.8836508Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/objects/pack/pack-2ffa99b1fc450312b3ed6f73b64c357d262c956d.pack' 2024-12-17T23:31:30.8836842Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/objects/pack/pack-2ffa99b1fc450312b3ed6f73b64c357d262c956d.rev' 2024-12-17T23:31:30.8837176Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/objects/pack/pack-4a57d483d7f890e6b296623939fef1a0314eaeab.idx' 2024-12-17T23:31:30.8837380Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/objects/pack' 2024-12-17T23:31:30.8837569Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/objects' 2024-12-17T23:31:30.8837744Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/FETCH_HEAD' 2024-12-17T23:31:30.8837984Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8838192Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/hooks/post-update.sample' 2024-12-17T23:31:30.8838429Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8838657Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8838864Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8839063Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/hooks/pre-commit.sample' 2024-12-17T23:31:30.8839261Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/hooks/commit-msg.sample' 2024-12-17T23:31:30.8839490Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8839687Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/hooks/pre-push.sample' 2024-12-17T23:31:30.8839909Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8840158Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8840371Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/hooks/pre-receive.sample' 2024-12-17T23:31:30.8840563Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/hooks/update.sample' 2024-12-17T23:31:30.8840784Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8840969Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm/hooks' 2024-12-17T23:31:30.8841151Z removed 'pytorch-release_2.6/.git/modules/third_party/fbgemm/shallow' 2024-12-17T23:31:30.8841652Z removed directory 'pytorch-release_2.6/.git/modules/third_party/fbgemm' 2024-12-17T23:31:30.8841942Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/info/exclude' 2024-12-17T23:31:30.8842291Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/info' 2024-12-17T23:31:30.8842499Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/branches' 2024-12-17T23:31:30.8842671Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/HEAD' 2024-12-17T23:31:30.8842867Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/packed-refs' 2024-12-17T23:31:30.8843041Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/config' 2024-12-17T23:31:30.8843253Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/description' 2024-12-17T23:31:30.8843425Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/index' 2024-12-17T23:31:30.8843636Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/refs/heads/master' 2024-12-17T23:31:30.8843852Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/refs/heads' 2024-12-17T23:31:30.8844079Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8844328Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/refs/remotes/origin' 2024-12-17T23:31:30.8844545Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/refs/remotes' 2024-12-17T23:31:30.8844752Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/refs/tags' 2024-12-17T23:31:30.8844951Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/refs' 2024-12-17T23:31:30.8845128Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/logs/HEAD' 2024-12-17T23:31:30.8845342Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/logs/refs/heads/master' 2024-12-17T23:31:30.8845573Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/logs/refs/heads' 2024-12-17T23:31:30.8845812Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8846076Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/logs/refs/remotes/origin' 2024-12-17T23:31:30.8846306Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/logs/refs/remotes' 2024-12-17T23:31:30.8846515Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/logs/refs' 2024-12-17T23:31:30.8846713Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/logs' 2024-12-17T23:31:30.8846927Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/objects/info' 2024-12-17T23:31:30.8847297Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/objects/pack/pack-23cebd6683248f13f3d99f9b7c6f46541dbbb7e4.idx' 2024-12-17T23:31:30.8847661Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/objects/pack/pack-23cebd6683248f13f3d99f9b7c6f46541dbbb7e4.rev' 2024-12-17T23:31:30.8848016Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/objects/pack/pack-2a80e145257de790bf8f497f488b4c77fc5cb3f7.rev' 2024-12-17T23:31:30.8848387Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/objects/pack/pack-23cebd6683248f13f3d99f9b7c6f46541dbbb7e4.pack' 2024-12-17T23:31:30.8848746Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/objects/pack/pack-2a80e145257de790bf8f497f488b4c77fc5cb3f7.pack' 2024-12-17T23:31:30.8849097Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/objects/pack/pack-2a80e145257de790bf8f497f488b4c77fc5cb3f7.idx' 2024-12-17T23:31:30.8849322Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/objects/pack' 2024-12-17T23:31:30.8849526Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/objects' 2024-12-17T23:31:30.8849710Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/FETCH_HEAD' 2024-12-17T23:31:30.8850083Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8850411Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/hooks/post-update.sample' 2024-12-17T23:31:30.8850668Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8850913Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8851133Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8851359Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/hooks/pre-commit.sample' 2024-12-17T23:31:30.8851577Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/hooks/commit-msg.sample' 2024-12-17T23:31:30.8851821Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8852035Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/hooks/pre-push.sample' 2024-12-17T23:31:30.8852312Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8852557Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8852780Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/hooks/pre-receive.sample' 2024-12-17T23:31:30.8852996Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/hooks/update.sample' 2024-12-17T23:31:30.8853235Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8853432Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/hooks' 2024-12-17T23:31:30.8853669Z removed 'pytorch-release_2.6/.git/modules/third_party/flatbuffers/shallow' 2024-12-17T23:31:30.8853992Z removed directory 'pytorch-release_2.6/.git/modules/third_party/flatbuffers' 2024-12-17T23:31:30.8854339Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/info/exclude' 2024-12-17T23:31:30.8854709Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/info' 2024-12-17T23:31:30.8855081Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/branches' 2024-12-17T23:31:30.8855380Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/HEAD' 2024-12-17T23:31:30.8855722Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/packed-refs' 2024-12-17T23:31:30.8856037Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/config' 2024-12-17T23:31:30.8856368Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/description' 2024-12-17T23:31:30.8856679Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/index' 2024-12-17T23:31:30.8857042Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/refs/heads/master' 2024-12-17T23:31:30.8857431Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/refs/heads' 2024-12-17T23:31:30.8857680Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8857936Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/refs/remotes/origin' 2024-12-17T23:31:30.8858171Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/refs/remotes' 2024-12-17T23:31:30.8858390Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/refs/tags' 2024-12-17T23:31:30.8858594Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/refs' 2024-12-17T23:31:30.8858787Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/logs/HEAD' 2024-12-17T23:31:30.8859015Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/logs/refs/heads/master' 2024-12-17T23:31:30.8859422Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/logs/refs/heads' 2024-12-17T23:31:30.8859690Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8860062Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/logs/refs/remotes/origin' 2024-12-17T23:31:30.8860315Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/logs/refs/remotes' 2024-12-17T23:31:30.8860532Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/logs/refs' 2024-12-17T23:31:30.8860734Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/logs' 2024-12-17T23:31:30.8861066Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/7e/54453b19907fae0a0476c34d5e04ba36119c99' 2024-12-17T23:31:30.8861288Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/7e' 2024-12-17T23:31:30.8861615Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/9e/58bd8efb75da94f7776309e2a197624d2f30d0' 2024-12-17T23:31:30.8861938Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/9e/13ee1bf311c3d307b9843ce8ee2f6fe19f770c' 2024-12-17T23:31:30.8862158Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/9e' 2024-12-17T23:31:30.8862390Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/info' 2024-12-17T23:31:30.8862709Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/6c/d2ac22addd14de5765d81852de9cc17583a828' 2024-12-17T23:31:30.8862930Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/6c' 2024-12-17T23:31:30.8863253Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/9c/3094b3d2a4b0baa0b5e2b2deed3746d81b42fb' 2024-12-17T23:31:30.8863472Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/9c' 2024-12-17T23:31:30.8863791Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/ec/9ee020744e9438f2e5953b8d413d4994d58d2c' 2024-12-17T23:31:30.8864012Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/ec' 2024-12-17T23:31:30.8864330Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/76/7c4b6c744ed232ae08ef3dd2ba2b28f1257d3e' 2024-12-17T23:31:30.8864553Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/76' 2024-12-17T23:31:30.8864866Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/16/3fb25e56cc7dea72ff60812fb7023d961b08cf' 2024-12-17T23:31:30.8865089Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/16' 2024-12-17T23:31:30.8865413Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/a7/57a5f6f0f3235b11c80d5c406ad8be4609a215' 2024-12-17T23:31:30.8865639Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/a7' 2024-12-17T23:31:30.8865984Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/2b/61fff5c1b9a6bde62d84f2a8428b6fcfdada42' 2024-12-17T23:31:30.8866205Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/2b' 2024-12-17T23:31:30.8866760Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/4d/fe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-12-17T23:31:30.8867150Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/4d' 2024-12-17T23:31:30.8867683Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/7f/c683180652da207532fdea736b3b1de35da7ac' 2024-12-17T23:31:30.8868035Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/7f' 2024-12-17T23:31:30.8868355Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/c4/92b36403ccc6c1968f32d619ecf3f5148ec1a6' 2024-12-17T23:31:30.8868714Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/c4' 2024-12-17T23:31:30.8869187Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/ce/eb8390950d96aa3aa3375503ab1b0879a4b3fd' 2024-12-17T23:31:30.8869418Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/ce' 2024-12-17T23:31:30.8869739Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/d6/9d19a3a865ec8fc1186d7cd8f03172c08c210d' 2024-12-17T23:31:30.8869957Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/d6' 2024-12-17T23:31:30.8870271Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/a9/fbf5675a3fd004f21b3100eebe94101316c47f' 2024-12-17T23:31:30.8870494Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/a9' 2024-12-17T23:31:30.8870874Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/pack/pack-a743f7c8379a6271b267f367fcc6b9e72d435c43.idx' 2024-12-17T23:31:30.8871251Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/pack/pack-a743f7c8379a6271b267f367fcc6b9e72d435c43.pack' 2024-12-17T23:31:30.8871621Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/pack/pack-a743f7c8379a6271b267f367fcc6b9e72d435c43.rev' 2024-12-17T23:31:30.8871852Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/pack' 2024-12-17T23:31:30.8872174Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/e0/d87f86cf501b08c2407884ab4f44283a26297d' 2024-12-17T23:31:30.8872395Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/e0' 2024-12-17T23:31:30.8872715Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/75/f3fc909f91e4acfd9e89afef7375b33f735a78' 2024-12-17T23:31:30.8872943Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/75' 2024-12-17T23:31:30.8873261Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/59/da7a6b5c16d4f2bb2a84d5d9956f7148288c40' 2024-12-17T23:31:30.8873479Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/59' 2024-12-17T23:31:30.8873795Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/cb/62386edf02324fd916574a013ad77824374fbb' 2024-12-17T23:31:30.8874014Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/cb' 2024-12-17T23:31:30.8874333Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/0a/019d85941c4ddfc0ca609302770079983fe80a' 2024-12-17T23:31:30.8874552Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/0a' 2024-12-17T23:31:30.8874857Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/b5/710061707a730e90830713896825d3d7f1add3' 2024-12-17T23:31:30.8875088Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/b5' 2024-12-17T23:31:30.8875401Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/89/ebc95e3535616bbd5179f9cbe0228404491dfd' 2024-12-17T23:31:30.8875806Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/89' 2024-12-17T23:31:30.8876205Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/61/fd35e68ea72af68788fc04011a02decb333bc4' 2024-12-17T23:31:30.8876428Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/61' 2024-12-17T23:31:30.8876747Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391' 2024-12-17T23:31:30.8876966Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/e6' 2024-12-17T23:31:30.8877434Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/3a/4f93e6f8da37df0ed486963807eacd312d10ee' 2024-12-17T23:31:30.8877798Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/3a' 2024-12-17T23:31:30.8878114Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/f7/be29de2680ced39e3ec20cfd3b0d79018a0766' 2024-12-17T23:31:30.8878338Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/f7' 2024-12-17T23:31:30.8878654Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/60/2e3419b00c4ab2c1bc9e5234099701e5bc5440' 2024-12-17T23:31:30.8878880Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/60' 2024-12-17T23:31:30.8879199Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/10/95138cbce2a88cc6abeb7d360f38f3b2fdefe4' 2024-12-17T23:31:30.8879418Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/10' 2024-12-17T23:31:30.8879741Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/be/cd2eb045e41c39d2693ca9b1f4c41b8ee0cf51' 2024-12-17T23:31:30.8879963Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/be' 2024-12-17T23:31:30.8880468Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/6d/1074a4191fdcf6e6e246208f48dc077bed9cb1' 2024-12-17T23:31:30.8880855Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/6d' 2024-12-17T23:31:30.8881387Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/0f/660e31640d6d8fce3f91a5d9437fa2da219dc2' 2024-12-17T23:31:30.8881752Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/0f' 2024-12-17T23:31:30.8882078Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/b1/08cb5f4df5c13334ddf5d3d160537fb2c0ce4b' 2024-12-17T23:31:30.8882308Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/b1' 2024-12-17T23:31:30.8882630Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/86/a4e22c48b2a544e5ea0201b67903c0b00fa59d' 2024-12-17T23:31:30.8882849Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/86' 2024-12-17T23:31:30.8883163Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/8e/f4f1916bc7d560ba34ef82b378f42837255a5d' 2024-12-17T23:31:30.8883483Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/8e/074bc5944eed3cd5b3c9f903646c9eb74e82e5' 2024-12-17T23:31:30.8883710Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/8e' 2024-12-17T23:31:30.8884030Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/b0/653e3ad200bcaf22d7103174fae395c14ce02c' 2024-12-17T23:31:30.8884251Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/b0' 2024-12-17T23:31:30.8884569Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/a0/c7f582b7a453ce0ed826a1ed8287c696416ac2' 2024-12-17T23:31:30.8884799Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/a0' 2024-12-17T23:31:30.8885115Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/5c/1f942470fbc4ecb176f425d1772a691a1ad246' 2024-12-17T23:31:30.8885335Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/5c' 2024-12-17T23:31:30.8885649Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/f0/598abba32362d612ba9462754d254f703f1dea' 2024-12-17T23:31:30.8885868Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/f0' 2024-12-17T23:31:30.8886186Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/42/8ab0651de9158daf580a91f8628c6d0b51aa76' 2024-12-17T23:31:30.8886537Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/42' 2024-12-17T23:31:30.8886952Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/9d/7366e997dadef17922225bcbb489288f6f9cdc' 2024-12-17T23:31:30.8887176Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects/9d' 2024-12-17T23:31:30.8887393Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/objects' 2024-12-17T23:31:30.8887587Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/FETCH_HEAD' 2024-12-17T23:31:30.8887860Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8888103Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/hooks/post-update.sample' 2024-12-17T23:31:30.8888371Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8888635Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8888877Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8889125Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-commit.sample' 2024-12-17T23:31:30.8889359Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/hooks/commit-msg.sample' 2024-12-17T23:31:30.8889620Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8889850Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-push.sample' 2024-12-17T23:31:30.8890101Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8890363Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8890603Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-receive.sample' 2024-12-17T23:31:30.8890824Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/hooks/update.sample' 2024-12-17T23:31:30.8891079Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8891294Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/hooks' 2024-12-17T23:31:30.8891485Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16/shallow' 2024-12-17T23:31:30.8891678Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FP16' 2024-12-17T23:31:30.8891989Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/info/exclude' 2024-12-17T23:31:30.8892405Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/info' 2024-12-17T23:31:30.8892829Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/branches' 2024-12-17T23:31:30.8893168Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/HEAD' 2024-12-17T23:31:30.8893540Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/packed-refs' 2024-12-17T23:31:30.8893748Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/config' 2024-12-17T23:31:30.8893974Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/description' 2024-12-17T23:31:30.8894175Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/index' 2024-12-17T23:31:30.8894412Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/refs/heads/master' 2024-12-17T23:31:30.8894664Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/refs/heads' 2024-12-17T23:31:30.8894923Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8895363Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/refs/remotes/origin' 2024-12-17T23:31:30.8895724Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/refs/remotes' 2024-12-17T23:31:30.8895975Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/refs/tags' 2024-12-17T23:31:30.8896214Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/refs' 2024-12-17T23:31:30.8896429Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/logs/HEAD' 2024-12-17T23:31:30.8896690Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/logs/refs/heads/master' 2024-12-17T23:31:30.8896962Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/logs/refs/heads' 2024-12-17T23:31:30.8897243Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8897541Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/logs/refs/remotes/origin' 2024-12-17T23:31:30.8897820Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/logs/refs/remotes' 2024-12-17T23:31:30.8898067Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/logs/refs' 2024-12-17T23:31:30.8898299Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/logs' 2024-12-17T23:31:30.8898553Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/info' 2024-12-17T23:31:30.8898911Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/4f/e0e1e183925bf8cfa6aae24237e724a96479b8' 2024-12-17T23:31:30.8899169Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/4f' 2024-12-17T23:31:30.8899519Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/17/cc94250b6780aa678fe8211fade7f4bd245ea5' 2024-12-17T23:31:30.8899769Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/17' 2024-12-17T23:31:30.8900188Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/pack/pack-b943fc451dce2403add0ef116bee6bd22457a45a.idx' 2024-12-17T23:31:30.8900610Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/pack/pack-b943fc451dce2403add0ef116bee6bd22457a45a.pack' 2024-12-17T23:31:30.8901031Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/pack/pack-b943fc451dce2403add0ef116bee6bd22457a45a.rev' 2024-12-17T23:31:30.8901293Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/pack' 2024-12-17T23:31:30.8901652Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/f5/5a49348b568b7befb6e574ca3cfcfb7c7cb11b' 2024-12-17T23:31:30.8901904Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/f5' 2024-12-17T23:31:30.8902248Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/0b/81360a03683b089b44b54870975e5fa76ff062' 2024-12-17T23:31:30.8902500Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/0b' 2024-12-17T23:31:30.8902845Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/46/5b5a2217d68cd39f22cbee9c55f747015557fc' 2024-12-17T23:31:30.8903092Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/46' 2024-12-17T23:31:30.8903438Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/07/6d73980b5635db4d48685854f723ad04cfa699' 2024-12-17T23:31:30.8903680Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/07' 2024-12-17T23:31:30.8904067Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/objects' 2024-12-17T23:31:30.8904617Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/FETCH_HEAD' 2024-12-17T23:31:30.8905127Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8905594Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/post-update.sample' 2024-12-17T23:31:30.8906093Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8906588Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8907043Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8907487Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/pre-commit.sample' 2024-12-17T23:31:30.8907954Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/commit-msg.sample' 2024-12-17T23:31:30.8908265Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8908522Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/pre-push.sample' 2024-12-17T23:31:30.8908811Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8909091Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8909357Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/pre-receive.sample' 2024-12-17T23:31:30.8909610Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/update.sample' 2024-12-17T23:31:30.8909884Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8910129Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks' 2024-12-17T23:31:30.8910343Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool/shallow' 2024-12-17T23:31:30.8910561Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/pthreadpool' 2024-12-17T23:31:30.8910770Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/info/exclude' 2024-12-17T23:31:30.8910981Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/info' 2024-12-17T23:31:30.8911204Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/branches' 2024-12-17T23:31:30.8911394Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/HEAD' 2024-12-17T23:31:30.8911596Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/packed-refs' 2024-12-17T23:31:30.8911795Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/config' 2024-12-17T23:31:30.8911995Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/description' 2024-12-17T23:31:30.8912181Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/index' 2024-12-17T23:31:30.8912408Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/refs/heads/master' 2024-12-17T23:31:30.8912641Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/refs/heads' 2024-12-17T23:31:30.8912901Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8913164Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/refs/remotes/origin' 2024-12-17T23:31:30.8913399Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/refs/remotes' 2024-12-17T23:31:30.8913629Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/refs/tags' 2024-12-17T23:31:30.8913985Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/refs' 2024-12-17T23:31:30.8914283Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/logs/HEAD' 2024-12-17T23:31:30.8914523Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/logs/refs/heads/master' 2024-12-17T23:31:30.8914769Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/logs/refs/heads' 2024-12-17T23:31:30.8915030Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8915306Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/logs/refs/remotes/origin' 2024-12-17T23:31:30.8915557Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/logs/refs/remotes' 2024-12-17T23:31:30.8915939Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/logs/refs' 2024-12-17T23:31:30.8916154Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/logs' 2024-12-17T23:31:30.8916391Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/objects/info' 2024-12-17T23:31:30.8916782Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/objects/pack/pack-1995e1af9004a5a831e558fa126cef5d85df0739.idx' 2024-12-17T23:31:30.8917155Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/objects/pack/pack-1995e1af9004a5a831e558fa126cef5d85df0739.rev' 2024-12-17T23:31:30.8917543Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/objects/pack/pack-1995e1af9004a5a831e558fa126cef5d85df0739.pack' 2024-12-17T23:31:30.8917780Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/objects/pack' 2024-12-17T23:31:30.8917999Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/objects' 2024-12-17T23:31:30.8918279Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8918527Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/hooks/post-update.sample' 2024-12-17T23:31:30.8918926Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8919402Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8919807Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8920188Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/hooks/pre-commit.sample' 2024-12-17T23:31:30.8920428Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/hooks/commit-msg.sample' 2024-12-17T23:31:30.8920689Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8920935Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/hooks/pre-push.sample' 2024-12-17T23:31:30.8921197Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8921456Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8921703Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/hooks/pre-receive.sample' 2024-12-17T23:31:30.8921929Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/hooks/update.sample' 2024-12-17T23:31:30.8922189Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8922405Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/hooks' 2024-12-17T23:31:30.8922597Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd/shallow' 2024-12-17T23:31:30.8922802Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/psimd' 2024-12-17T23:31:30.8923169Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/info/exclude' 2024-12-17T23:31:30.8923521Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/info' 2024-12-17T23:31:30.8923751Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/branches' 2024-12-17T23:31:30.8923933Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/HEAD' 2024-12-17T23:31:30.8924137Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/packed-refs' 2024-12-17T23:31:30.8924322Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/config' 2024-12-17T23:31:30.8924530Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/description' 2024-12-17T23:31:30.8924718Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/index' 2024-12-17T23:31:30.8924935Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/refs/heads/master' 2024-12-17T23:31:30.8925173Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/refs/heads' 2024-12-17T23:31:30.8925414Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8925671Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/refs/remotes/origin' 2024-12-17T23:31:30.8925908Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/refs/remotes' 2024-12-17T23:31:30.8926130Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/refs/tags' 2024-12-17T23:31:30.8926339Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/refs' 2024-12-17T23:31:30.8926535Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/logs/HEAD' 2024-12-17T23:31:30.8926765Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs/heads/master' 2024-12-17T23:31:30.8927012Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs/heads' 2024-12-17T23:31:30.8927275Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8927547Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs/remotes/origin' 2024-12-17T23:31:30.8927804Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs/remotes' 2024-12-17T23:31:30.8928029Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs' 2024-12-17T23:31:30.8928236Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/logs' 2024-12-17T23:31:30.8928472Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/objects/info' 2024-12-17T23:31:30.8928848Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/objects/pack/pack-5c094050d56b539fe5f129606ff98ac7b5027d66.idx' 2024-12-17T23:31:30.8929223Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/objects/pack/pack-5c094050d56b539fe5f129606ff98ac7b5027d66.rev' 2024-12-17T23:31:30.8929601Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/objects/pack/pack-5c094050d56b539fe5f129606ff98ac7b5027d66.pack' 2024-12-17T23:31:30.8929832Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/objects/pack' 2024-12-17T23:31:30.8930210Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/objects/7b/0ba72129f2e0edfa754a663aa0ef4adfa01614' 2024-12-17T23:31:30.8930442Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/objects/7b' 2024-12-17T23:31:30.8930766Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/objects/b4/08327ac2a15ec3e43352421954f5b1967701d1' 2024-12-17T23:31:30.8930998Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/objects/b4' 2024-12-17T23:31:30.8931433Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/objects/78/613e826a675f4ed72c4571935e5d398db44cd1' 2024-12-17T23:31:30.8931768Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/objects/78' 2024-12-17T23:31:30.8931989Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/objects' 2024-12-17T23:31:30.8932188Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/FETCH_HEAD' 2024-12-17T23:31:30.8932462Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8932706Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/post-update.sample' 2024-12-17T23:31:30.8932969Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8933238Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8933490Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8933917Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-commit.sample' 2024-12-17T23:31:30.8934327Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/commit-msg.sample' 2024-12-17T23:31:30.8934774Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8935153Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-push.sample' 2024-12-17T23:31:30.8935414Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8935675Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8935934Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-receive.sample' 2024-12-17T23:31:30.8936164Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/update.sample' 2024-12-17T23:31:30.8936427Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8936642Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/hooks' 2024-12-17T23:31:30.8936831Z removed 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv/shallow' 2024-12-17T23:31:30.8937033Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps/FXdiv' 2024-12-17T23:31:30.8937216Z removed directory 'pytorch-release_2.6/.git/modules/third_party/NNPACK_deps' 2024-12-17T23:31:30.8937413Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/info/exclude' 2024-12-17T23:31:30.8937615Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/info' 2024-12-17T23:31:30.8937827Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/branches' 2024-12-17T23:31:30.8938008Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/HEAD' 2024-12-17T23:31:30.8938203Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/packed-refs' 2024-12-17T23:31:30.8938382Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/config' 2024-12-17T23:31:30.8938576Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/description' 2024-12-17T23:31:30.8938749Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/index' 2024-12-17T23:31:30.8938949Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/refs/heads/main' 2024-12-17T23:31:30.8939173Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/refs/heads' 2024-12-17T23:31:30.8939406Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8939661Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/refs/remotes/origin' 2024-12-17T23:31:30.8940023Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/refs/remotes' 2024-12-17T23:31:30.8940336Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/refs/tags/v1.8.0' 2024-12-17T23:31:30.8940558Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/refs/tags' 2024-12-17T23:31:30.8940759Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/refs' 2024-12-17T23:31:30.8940945Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/logs/HEAD' 2024-12-17T23:31:30.8941164Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/logs/refs/heads/main' 2024-12-17T23:31:30.8941396Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/logs/refs/heads' 2024-12-17T23:31:30.8941647Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8941912Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/logs/refs/remotes/origin' 2024-12-17T23:31:30.8942159Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/logs/refs/remotes' 2024-12-17T23:31:30.8942380Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/logs/refs' 2024-12-17T23:31:30.8942579Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/logs' 2024-12-17T23:31:30.8942802Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/objects/info' 2024-12-17T23:31:30.8943181Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/objects/pack/pack-e20df7866a6e4fa836ca046199520fafd258234d.pack' 2024-12-17T23:31:30.8943545Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/objects/pack/pack-e20df7866a6e4fa836ca046199520fafd258234d.rev' 2024-12-17T23:31:30.8943912Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/objects/pack/pack-e20df7866a6e4fa836ca046199520fafd258234d.idx' 2024-12-17T23:31:30.8944134Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/objects/pack' 2024-12-17T23:31:30.8944346Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/objects' 2024-12-17T23:31:30.8944610Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.8944842Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/hooks/post-update.sample' 2024-12-17T23:31:30.8945098Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.8945358Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.8945589Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/hooks/pre-rebase.sample' 2024-12-17T23:31:30.8945820Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/hooks/pre-commit.sample' 2024-12-17T23:31:30.8946050Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/hooks/commit-msg.sample' 2024-12-17T23:31:30.8949894Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.8950299Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/hooks/pre-push.sample' 2024-12-17T23:31:30.8950726Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.8951017Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.8951257Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/hooks/pre-receive.sample' 2024-12-17T23:31:30.8951476Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/hooks/update.sample' 2024-12-17T23:31:30.8951734Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.8952088Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/hooks' 2024-12-17T23:31:30.8952379Z removed 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend/shallow' 2024-12-17T23:31:30.8952576Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cudnn_frontend' 2024-12-17T23:31:30.8952751Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/info/exclude' 2024-12-17T23:31:30.8952932Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/info' 2024-12-17T23:31:30.8953139Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/branches' 2024-12-17T23:31:30.8953303Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/HEAD' 2024-12-17T23:31:30.8953486Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/packed-refs' 2024-12-17T23:31:30.8953645Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/config' 2024-12-17T23:31:30.8953814Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/description' 2024-12-17T23:31:30.8953991Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/index' 2024-12-17T23:31:30.8954182Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/refs/heads/master' 2024-12-17T23:31:30.8954381Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/refs/heads' 2024-12-17T23:31:30.8954631Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8954859Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/refs/remotes/origin' 2024-12-17T23:31:30.8955069Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/refs/remotes' 2024-12-17T23:31:30.8955265Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/refs/tags' 2024-12-17T23:31:30.8955451Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/refs' 2024-12-17T23:31:30.8955928Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/logs/HEAD' 2024-12-17T23:31:30.8956192Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/logs/refs/heads/master' 2024-12-17T23:31:30.8956411Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/logs/refs/heads' 2024-12-17T23:31:30.8956641Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.8956883Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/logs/refs/remotes/origin' 2024-12-17T23:31:30.8957106Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/logs/refs/remotes' 2024-12-17T23:31:30.8957312Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/logs/refs' 2024-12-17T23:31:30.8957565Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/logs' 2024-12-17T23:31:30.8957932Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/7e/f7a9d20998142b7fe654c12f59f16631c7d068' 2024-12-17T23:31:30.8958166Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/7e' 2024-12-17T23:31:30.8958403Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/info' 2024-12-17T23:31:30.8958769Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/bb/bdbb9aed1b370a08c8b59577b33f0f6b97aa3e' 2024-12-17T23:31:30.8959184Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/bb' 2024-12-17T23:31:30.8959554Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/4f/a33f9f61205f9759c43e5cfea2894611265feb' 2024-12-17T23:31:30.8959867Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/4f/3e4e9cb0286103c07623062d425f87f0344ca3' 2024-12-17T23:31:30.8960130Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/4f' 2024-12-17T23:31:30.8960448Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/6c/403c1a9c8295ec0bd0f6e0633bcce98a581066' 2024-12-17T23:31:30.8960693Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/6c' 2024-12-17T23:31:30.8961246Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/a2/cac8772806a19443715f8814f0ce2b2542ddef' 2024-12-17T23:31:30.8961629Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/a2' 2024-12-17T23:31:30.8962224Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/17/f46801c47e99685896fb36d64ff85762b6a25b' 2024-12-17T23:31:30.8965836Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/17' 2024-12-17T23:31:30.8966453Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/70/5914186dd0c49819a85c8ed0f6dab1ce13685e' 2024-12-17T23:31:30.8966723Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/70' 2024-12-17T23:31:30.8967060Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/ec/b19b76b98bb851921874edc8411caf44fe9ab1' 2024-12-17T23:31:30.8967330Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/ec' 2024-12-17T23:31:30.8967660Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/d1/0241625d83e3d5608563ebb78b9aab357df2e1' 2024-12-17T23:31:30.8967895Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/d1' 2024-12-17T23:31:30.8968319Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/e8/34d6df372ac858ec155c8868e48aeb08ed6b02' 2024-12-17T23:31:30.8968655Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/e8/5fa86b48253cdcb8c2e32899f35217a609ec2d' 2024-12-17T23:31:30.8968916Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/e8' 2024-12-17T23:31:30.8969244Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/2b/047790d22c44d0beda70d2bea04743b3915e85' 2024-12-17T23:31:30.8969468Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/2b' 2024-12-17T23:31:30.8969818Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/1f/e201a5aec923354894575407ad6317fdb2b785' 2024-12-17T23:31:30.8970114Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/1f' 2024-12-17T23:31:30.8970522Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/4e/ecc55b196f8ee020f811cfb95450a98dbc6969' 2024-12-17T23:31:30.8970744Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/4e' 2024-12-17T23:31:30.8971055Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/7f/67f51398c4fdc4c8fb1579366c510d60d24a58' 2024-12-17T23:31:30.8971330Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/7f' 2024-12-17T23:31:30.8971634Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/47/dd4acac0ae9ff36433eafef28f3dd7a09bc288' 2024-12-17T23:31:30.8971920Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/47' 2024-12-17T23:31:30.8972286Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/6a/b29e8cc4d2052969f48c61262faaf8f86197fb' 2024-12-17T23:31:30.8972512Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/6a' 2024-12-17T23:31:30.8972886Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/0e/3b240b8380b82dac2e02ec2665643bd3fd6fb2' 2024-12-17T23:31:30.8973198Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/0e/cb65079ad61a2c5a2d417572854bd39a1ee015' 2024-12-17T23:31:30.8973496Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/0e/3baac30511ef34ccab984d89180b0213aad370' 2024-12-17T23:31:30.8973839Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/0e' 2024-12-17T23:31:30.8974147Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/53/a50564e334883349c1852c1950849b6f65f2c4' 2024-12-17T23:31:30.8974372Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/53' 2024-12-17T23:31:30.8974957Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/pack/pack-3eb29ca7e9a7b1256066ce12ce115bd62146ffdb.pack' 2024-12-17T23:31:30.8975358Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/pack/pack-3eb29ca7e9a7b1256066ce12ce115bd62146ffdb.idx' 2024-12-17T23:31:30.8975928Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/pack/pack-3eb29ca7e9a7b1256066ce12ce115bd62146ffdb.rev' 2024-12-17T23:31:30.8976187Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/pack' 2024-12-17T23:31:30.8976524Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/02/15db72963c924180bf68fedb1e51c5e09bce19' 2024-12-17T23:31:30.8976788Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/02' 2024-12-17T23:31:30.8977115Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/1c/d5b5361aae177ef72837f644a8faf0c6c5fb0c' 2024-12-17T23:31:30.8977392Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/1c' 2024-12-17T23:31:30.8977777Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/4c/da1ceaa26759d0845c6b45f927724727857da8' 2024-12-17T23:31:30.8978020Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/4c' 2024-12-17T23:31:30.8978391Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/9a/9aa2c2bc9af02c92094f8157130e86e18fddd0' 2024-12-17T23:31:30.8978613Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/9a' 2024-12-17T23:31:30.8978934Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/9b/cb187b06d03ddbddc0b3bda13993116c47e6f5' 2024-12-17T23:31:30.8979868Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/9b' 2024-12-17T23:31:30.8980598Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/ed/3a1465c37ee016ac18f9bf02ca3cd7adea42d1' 2024-12-17T23:31:30.8981055Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/ed' 2024-12-17T23:31:30.8981466Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/7d/cc2277e9599e3b5b3e702f23984863d42b61cc' 2024-12-17T23:31:30.8981702Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/7d' 2024-12-17T23:31:30.8982123Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/3a/76dee7b622f77e0a6280253ef976c6db343116' 2024-12-17T23:31:30.8982364Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/3a' 2024-12-17T23:31:30.8982733Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/f7/bc737be172f9c516c7e54397f20d8ef9bf794f' 2024-12-17T23:31:30.8982959Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/f7' 2024-12-17T23:31:30.8983273Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/c1/5130ef900ccfa1e75ee8d7a53718f81350de9c' 2024-12-17T23:31:30.8983517Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/c1' 2024-12-17T23:31:30.8983908Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/dd/640f69fd59ff01ce0d6fdfc557ecb21e1eb4e1' 2024-12-17T23:31:30.8984183Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/dd' 2024-12-17T23:31:30.8984528Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/06/65d1fa1a601e7ff71203b532243e63ac274a52' 2024-12-17T23:31:30.8984755Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/06' 2024-12-17T23:31:30.8985111Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/92/0fbb9f0f6e4fcf85d0cb85e31b84f12c36007e' 2024-12-17T23:31:30.8985321Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/92' 2024-12-17T23:31:30.8985799Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/5e/be165fb013b987209bcba6480a3b86ba08e72a' 2024-12-17T23:31:30.8986041Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/5e' 2024-12-17T23:31:30.8986492Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/a6/bad55f8566d0b38cbf28cfb392335261b1dd1e' 2024-12-17T23:31:30.8986759Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/a6' 2024-12-17T23:31:30.8987172Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/4a/7812cf50f3ce258682246b374c7830addc60ec' 2024-12-17T23:31:30.8987379Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/4a' 2024-12-17T23:31:30.8987832Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/57/9c4fc7eadf1a145180a0cd2489457087450ad0' 2024-12-17T23:31:30.8988057Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/57' 2024-12-17T23:31:30.8988409Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/d3/df4b5e3806de4a8dadd7efb4c89b4808077fcf' 2024-12-17T23:31:30.8988631Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/d3' 2024-12-17T23:31:30.8988946Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/0b/00fe46f3146561562d1a86cd387abf10dbd137' 2024-12-17T23:31:30.8989274Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/0b' 2024-12-17T23:31:30.8989615Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/a5/870a8fd42d5db1011f18c378d584410b761b02' 2024-12-17T23:31:30.8989932Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/a5/e6f0bb5440bfe40097957143a9a07ec348c9ce' 2024-12-17T23:31:30.8990196Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/a5' 2024-12-17T23:31:30.8990513Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/be/0edf15c7f2b699d969ca73333dc37412494062' 2024-12-17T23:31:30.8990778Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/be' 2024-12-17T23:31:30.8991159Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/55/34ce78d37d58a14572806582254b6a4c77a4c6' 2024-12-17T23:31:30.8991397Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/55' 2024-12-17T23:31:30.8991750Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/5b/c263e1f6b25a09930f3385dd3c9e7e431448aa' 2024-12-17T23:31:30.8992068Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/5b/8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-12-17T23:31:30.8992291Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/5b' 2024-12-17T23:31:30.8992686Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/eb/ceb519045171ece6ce1d54f18efa64d65e33cd' 2024-12-17T23:31:30.8992974Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/eb' 2024-12-17T23:31:30.8993344Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/d8/7de1fff65e3f9330c1eb37a1c0cc3a224e7c00' 2024-12-17T23:31:30.8994749Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/d8' 2024-12-17T23:31:30.8995214Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/19/8b42e798ed0f4f1063c5b52b6b32c557ee037b' 2024-12-17T23:31:30.8995494Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/19' 2024-12-17T23:31:30.8996144Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/90/a4f92a023630ce490fefcc6738c5291d7a30d7' 2024-12-17T23:31:30.8996430Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/90' 2024-12-17T23:31:30.8996757Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/e9/bfa7a87a47434b6242ab1e0bc02a5ea346b675' 2024-12-17T23:31:30.8996982Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/e9' 2024-12-17T23:31:30.8997341Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/27/83533609d79dc047cf191977d14446734ce227' 2024-12-17T23:31:30.8997550Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/27' 2024-12-17T23:31:30.8997938Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/c7/baa7e22f136b55b9985f227dfc4169c421e6ff' 2024-12-17T23:31:30.8998392Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/c7' 2024-12-17T23:31:30.8998831Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/41/a094a92a46b02432d67239b1b2180002f2a36d' 2024-12-17T23:31:30.8999110Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/41' 2024-12-17T23:31:30.8999429Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/ff/da0048d05a4e8b0b9ca95eba9111fc52d92a25' 2024-12-17T23:31:30.8999636Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/ff' 2024-12-17T23:31:30.9000073Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/58/b0fab48e12b4d668c9d861b03cb45e1707e933' 2024-12-17T23:31:30.9000298Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/58' 2024-12-17T23:31:30.9000716Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/79/6b96d1c402326528b4ba3c12ee9d92d0e212e9' 2024-12-17T23:31:30.9000943Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/79' 2024-12-17T23:31:30.9001262Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/a3/bfe623cc97dfc573709f44d1a1dfb778c1ab26' 2024-12-17T23:31:30.9001571Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/a3' 2024-12-17T23:31:30.9001902Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/80/1e18eef552e4bfdc0536b35f9a2533d45112f5' 2024-12-17T23:31:30.9002261Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/80/e31c29013933818610d7f65595e8ee9c255396' 2024-12-17T23:31:30.9002484Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/80' 2024-12-17T23:31:30.9002802Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/f8/b871f24bfe4dc6f6cac9bdacae7b847842008e' 2024-12-17T23:31:30.9003043Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/f8' 2024-12-17T23:31:30.9003418Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/29/6f4cee1324e38c86d7a9643587b4f9fbd0ea76' 2024-12-17T23:31:30.9003661Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/29' 2024-12-17T23:31:30.9004020Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/b6/63395706a3c86017565884ed58121897fd7eb3' 2024-12-17T23:31:30.9004241Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/b6' 2024-12-17T23:31:30.9004592Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/56/c52f1fa8dc765b57dfedfdd4b4e00d3d2832cc' 2024-12-17T23:31:30.9004887Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/56/55e55d05e8a4a8755b7186ba00c21e287f11ea' 2024-12-17T23:31:30.9005170Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/56' 2024-12-17T23:31:30.9005549Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/ea/b9068e2d7e95e97419cbc1a5492350bfbe5981' 2024-12-17T23:31:30.9005776Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/ea' 2024-12-17T23:31:30.9006096Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/26/e280fa1a4ec886d1c1fdf97101e562bf0955a0' 2024-12-17T23:31:30.9006354Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/26' 2024-12-17T23:31:30.9006652Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/40/14b1539989afffb5bfa2ee684bfb56871b6ed2' 2024-12-17T23:31:30.9007002Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/40' 2024-12-17T23:31:30.9007315Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/8a/2fb12902287a504b14b8023eeadc7233faf9cb' 2024-12-17T23:31:30.9007538Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects/8a' 2024-12-17T23:31:30.9007863Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/objects' 2024-12-17T23:31:30.9010382Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/FETCH_HEAD' 2024-12-17T23:31:30.9010959Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.9011250Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/hooks/post-update.sample' 2024-12-17T23:31:30.9011524Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.9011823Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.9012045Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/hooks/pre-rebase.sample' 2024-12-17T23:31:30.9012374Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/hooks/pre-commit.sample' 2024-12-17T23:31:30.9012662Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/hooks/commit-msg.sample' 2024-12-17T23:31:30.9012925Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.9013208Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/hooks/pre-push.sample' 2024-12-17T23:31:30.9013466Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.9013705Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.9014080Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/hooks/pre-receive.sample' 2024-12-17T23:31:30.9014305Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/hooks/update.sample' 2024-12-17T23:31:30.9014594Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.9014814Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi/hooks' 2024-12-17T23:31:30.9015007Z removed 'pytorch-release_2.6/.git/modules/third_party/ittapi/shallow' 2024-12-17T23:31:30.9015305Z removed directory 'pytorch-release_2.6/.git/modules/third_party/ittapi' 2024-12-17T23:31:30.9015547Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/info/exclude' 2024-12-17T23:31:30.9015777Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/info' 2024-12-17T23:31:30.9016112Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/branches' 2024-12-17T23:31:30.9016310Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/HEAD' 2024-12-17T23:31:30.9016549Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/packed-refs' 2024-12-17T23:31:30.9016838Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/config' 2024-12-17T23:31:30.9017076Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/description' 2024-12-17T23:31:30.9017316Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/index' 2024-12-17T23:31:30.9017549Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/refs/heads/master' 2024-12-17T23:31:30.9017797Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/refs/heads' 2024-12-17T23:31:30.9018090Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9018437Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/refs/remotes/origin' 2024-12-17T23:31:30.9018707Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/refs/remotes' 2024-12-17T23:31:30.9018981Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/refs/tags' 2024-12-17T23:31:30.9019206Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/refs' 2024-12-17T23:31:30.9019465Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/logs/HEAD' 2024-12-17T23:31:30.9019696Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/logs/refs/heads/master' 2024-12-17T23:31:30.9020026Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/logs/refs/heads' 2024-12-17T23:31:30.9020473Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9020894Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/logs/refs/remotes/origin' 2024-12-17T23:31:30.9021163Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/logs/refs/remotes' 2024-12-17T23:31:30.9021440Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/logs/refs' 2024-12-17T23:31:30.9021672Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/logs' 2024-12-17T23:31:30.9022139Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/info' 2024-12-17T23:31:30.9022498Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/3b/6597bba913d51161383657829b7e644e59c006' 2024-12-17T23:31:30.9022748Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/3b' 2024-12-17T23:31:30.9023129Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/e8/2ae84514ba675445fb42aa08dda4a6bb89de45' 2024-12-17T23:31:30.9023378Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/e8' 2024-12-17T23:31:30.9025873Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/7f/4c5f774fa0b37866b1c20e014a059a5c44c902' 2024-12-17T23:31:30.9026306Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/7f' 2024-12-17T23:31:30.9026697Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/31/ff203747dc9d6eff07df575cdd485e3c5803af' 2024-12-17T23:31:30.9026979Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/31' 2024-12-17T23:31:30.9027318Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/c4/dc4f1b36441367f14ad5f052832390facac89b' 2024-12-17T23:31:30.9027542Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/c4' 2024-12-17T23:31:30.9028002Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/3c/0e948026731fa7e2b87ee41549d025483787b5' 2024-12-17T23:31:30.9028260Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/3c' 2024-12-17T23:31:30.9028621Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/0e/1116382187d08daf88b1944d56cfe1ae976c7a' 2024-12-17T23:31:30.9028860Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/0e' 2024-12-17T23:31:30.9029193Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/53/25fd4c6edcc510fa20a38b84ffa49b169f17a3' 2024-12-17T23:31:30.9029519Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/53' 2024-12-17T23:31:30.9029963Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/pack/pack-3a39d314c323e1bc3b60df57b73ca0cecfadbaec.rev' 2024-12-17T23:31:30.9030399Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/pack/pack-3a39d314c323e1bc3b60df57b73ca0cecfadbaec.pack' 2024-12-17T23:31:30.9030785Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/pack/pack-3a39d314c323e1bc3b60df57b73ca0cecfadbaec.idx' 2024-12-17T23:31:30.9031040Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/pack' 2024-12-17T23:31:30.9031391Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/1a/bb7739106f846571f9b2cb31a1606d12ba5f7a' 2024-12-17T23:31:30.9031695Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/1a' 2024-12-17T23:31:30.9032158Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/22/fd72ef71ae63dfee6fc89f93267cc4792e5977' 2024-12-17T23:31:30.9032397Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/22' 2024-12-17T23:31:30.9032726Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/de/82d8617d97dd64bed32f203f53efa5594a71aa' 2024-12-17T23:31:30.9033136Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/de' 2024-12-17T23:31:30.9033573Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/96/d755a26185ae6f91e20502134ecb97eb137914' 2024-12-17T23:31:30.9033884Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/96' 2024-12-17T23:31:30.9034260Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/64/a35885f2bf55665c86f07613d52fe39a504b26' 2024-12-17T23:31:30.9034496Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/64' 2024-12-17T23:31:30.9034861Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/72/b106ef6a172c7d3750058c3cc0fc67ebc224e5' 2024-12-17T23:31:30.9035115Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/72' 2024-12-17T23:31:30.9035431Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/dc/e82abe4969b4dc12f8679a2d1fc2f07ac47d46' 2024-12-17T23:31:30.9036066Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/dc' 2024-12-17T23:31:30.9036414Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/d9/8225331767dd135f5a0f3bb0090dd69838ac5b' 2024-12-17T23:31:30.9036653Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/d9' 2024-12-17T23:31:30.9037040Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/06/00b16e0869b4b19a41d8402c3d4f3a965aa6bd' 2024-12-17T23:31:30.9037278Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/06' 2024-12-17T23:31:30.9037713Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/2c/402539643134997d93cef3acd2f0cff5d00781' 2024-12-17T23:31:30.9037964Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/2c' 2024-12-17T23:31:30.9038298Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/52/fb8251dba92ac4e150b80ef76c34fbb048dbe1' 2024-12-17T23:31:30.9038596Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/52' 2024-12-17T23:31:30.9039205Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/0f/abf535acad8ca21f9665f6a776354960f858cd' 2024-12-17T23:31:30.9039831Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/0f' 2024-12-17T23:31:30.9040313Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/19/1a2159799e14bc2b3414659bd1513a4e01411b' 2024-12-17T23:31:30.9040555Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/19' 2024-12-17T23:31:30.9040918Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/b1/69311b1b6091f3b3a2c57567cfd27c996298f7' 2024-12-17T23:31:30.9041172Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/b1' 2024-12-17T23:31:30.9041599Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/c7/449cd0091fb857e38b22369e3f99bf015e6ff2' 2024-12-17T23:31:30.9041852Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/c7' 2024-12-17T23:31:30.9042188Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/b2/b4b9e776aa2c3947d0a99890710e10ac777df5' 2024-12-17T23:31:30.9042462Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects/b2' 2024-12-17T23:31:30.9042703Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/objects' 2024-12-17T23:31:30.9042935Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/FETCH_HEAD' 2024-12-17T23:31:30.9043311Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.9043587Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/hooks/post-update.sample' 2024-12-17T23:31:30.9043903Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.9044360Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.9044742Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/hooks/pre-rebase.sample' 2024-12-17T23:31:30.9045011Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/hooks/pre-commit.sample' 2024-12-17T23:31:30.9045335Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/hooks/commit-msg.sample' 2024-12-17T23:31:30.9045669Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.9045935Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/hooks/pre-push.sample' 2024-12-17T23:31:30.9046203Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.9046573Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.9046820Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/hooks/pre-receive.sample' 2024-12-17T23:31:30.9047143Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/hooks/update.sample' 2024-12-17T23:31:30.9047486Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.9047720Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/hooks' 2024-12-17T23:31:30.9047928Z removed 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib/shallow' 2024-12-17T23:31:30.9048181Z removed directory 'pytorch-release_2.6/.git/modules/third_party/cpp-httplib' 2024-12-17T23:31:30.9048383Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/info/exclude' 2024-12-17T23:31:30.9048721Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/info' 2024-12-17T23:31:30.9049046Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/info/exclude' 2024-12-17T23:31:30.9049361Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/info' 2024-12-17T23:31:30.9049721Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/branches' 2024-12-17T23:31:30.9050119Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/HEAD' 2024-12-17T23:31:30.9050790Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/packed-refs' 2024-12-17T23:31:30.9051288Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config' 2024-12-17T23:31:30.9051615Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/description' 2024-12-17T23:31:30.9051924Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/index' 2024-12-17T23:31:30.9052242Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/refs/heads/master' 2024-12-17T23:31:30.9052561Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/refs/heads' 2024-12-17T23:31:30.9053045Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9053404Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/refs/remotes/origin' 2024-12-17T23:31:30.9053773Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/refs/remotes' 2024-12-17T23:31:30.9054170Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/refs/tags' 2024-12-17T23:31:30.9054474Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/refs' 2024-12-17T23:31:30.9054848Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs/HEAD' 2024-12-17T23:31:30.9055342Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs/refs/heads/master' 2024-12-17T23:31:30.9055834Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs/refs/heads' 2024-12-17T23:31:30.9056193Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9056568Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs/refs/remotes/origin' 2024-12-17T23:31:30.9056958Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs/refs/remotes' 2024-12-17T23:31:30.9057345Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs/refs' 2024-12-17T23:31:30.9057702Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs' 2024-12-17T23:31:30.9058078Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/info' 2024-12-17T23:31:30.9058522Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/12/e55d6df7ace64a4a516f3bd50f4a8e77dafd4e' 2024-12-17T23:31:30.9058901Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/12' 2024-12-17T23:31:30.9059371Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/pack/pack-87d253313545f9ab64b5eea8219466ee14bd989b.idx' 2024-12-17T23:31:30.9059979Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/pack/pack-87d253313545f9ab64b5eea8219466ee14bd989b.pack' 2024-12-17T23:31:30.9060458Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/pack/pack-87d253313545f9ab64b5eea8219466ee14bd989b.rev' 2024-12-17T23:31:30.9060794Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/pack' 2024-12-17T23:31:30.9061563Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/7c/4cb9a11caaa4dc1c78f782c154e4ea98035914' 2024-12-17T23:31:30.9062227Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/7c' 2024-12-17T23:31:30.9062792Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/2c/93c2af175f0a8a6af3f4b4f1cf6dc105309f58' 2024-12-17T23:31:30.9063117Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/2c' 2024-12-17T23:31:30.9063538Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/62/f9e79e79674d6545eb2bb690211d9205d3614e' 2024-12-17T23:31:30.9063963Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/62' 2024-12-17T23:31:30.9064395Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/cd/9c9c0c4beb6e364fa22577d8ed2a7b37cfd01f' 2024-12-17T23:31:30.9064838Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/cd' 2024-12-17T23:31:30.9065262Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/91/0b55815be16109f04f4180e9adee14fb4ce281' 2024-12-17T23:31:30.9065585Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/91' 2024-12-17T23:31:30.9065935Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects' 2024-12-17T23:31:30.9066242Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/FETCH_HEAD' 2024-12-17T23:31:30.9066842Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.9067325Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/post-update.sample' 2024-12-17T23:31:30.9067699Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.9068119Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.9068469Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/pre-rebase.sample' 2024-12-17T23:31:30.9068824Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/pre-commit.sample' 2024-12-17T23:31:30.9069233Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/commit-msg.sample' 2024-12-17T23:31:30.9069615Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.9070026Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/pre-push.sample' 2024-12-17T23:31:30.9070657Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.9071289Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.9071791Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/pre-receive.sample' 2024-12-17T23:31:30.9072135Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/update.sample' 2024-12-17T23:31:30.9072599Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.9072915Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks' 2024-12-17T23:31:30.9073238Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop/shallow' 2024-12-17T23:31:30.9073514Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libnop' 2024-12-17T23:31:30.9073887Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/info/exclude' 2024-12-17T23:31:30.9074251Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/info' 2024-12-17T23:31:30.9074642Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/info/exclude' 2024-12-17T23:31:30.9075023Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/info' 2024-12-17T23:31:30.9075457Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/branches' 2024-12-17T23:31:30.9076002Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/HEAD' 2024-12-17T23:31:30.9076511Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/packed-refs' 2024-12-17T23:31:30.9076883Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config' 2024-12-17T23:31:30.9077255Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/description' 2024-12-17T23:31:30.9077638Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/index' 2024-12-17T23:31:30.9078039Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs/heads/python3' 2024-12-17T23:31:30.9078693Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs/heads' 2024-12-17T23:31:30.9079285Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9079720Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs/remotes/origin' 2024-12-17T23:31:30.9080163Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs/remotes' 2024-12-17T23:31:30.9080576Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs/tags/v0.0.20200727' 2024-12-17T23:31:30.9080995Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs/tags' 2024-12-17T23:31:30.9081469Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs' 2024-12-17T23:31:30.9081916Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs/HEAD' 2024-12-17T23:31:30.9082541Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs/refs/heads/python3' 2024-12-17T23:31:30.9083277Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs/refs/heads' 2024-12-17T23:31:30.9083833Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9084397Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs/refs/remotes/origin' 2024-12-17T23:31:30.9084880Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs/refs/remotes' 2024-12-17T23:31:30.9085285Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs/refs' 2024-12-17T23:31:30.9085665Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs' 2024-12-17T23:31:30.9086110Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/info' 2024-12-17T23:31:30.9086621Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/6c/224f84c5bbea06bf93071ee30f6c59ca10de2c' 2024-12-17T23:31:30.9087275Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/6c/524ce53259b0275306bba38c898b3e7a9350b7' 2024-12-17T23:31:30.9087687Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/6c' 2024-12-17T23:31:30.9088209Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/6a/00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-12-17T23:31:30.9088647Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/6a' 2024-12-17T23:31:30.9089223Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/pack/pack-8c1a4ccc8652c5f9cae810f859b0f27838ba0a19.pack' 2024-12-17T23:31:30.9089895Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/pack/pack-8c1a4ccc8652c5f9cae810f859b0f27838ba0a19.rev' 2024-12-17T23:31:30.9090737Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/pack/pack-8c1a4ccc8652c5f9cae810f859b0f27838ba0a19.idx' 2024-12-17T23:31:30.9091255Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/pack' 2024-12-17T23:31:30.9091821Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/88/f30812383f8ebdcf095566500b1ecc78c92710' 2024-12-17T23:31:30.9092220Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/88' 2024-12-17T23:31:30.9092814Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/3a/083de0df70e64c07bb3c0cd4bdf69d7ddfd8c5' 2024-12-17T23:31:30.9093267Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/3a' 2024-12-17T23:31:30.9093802Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/a8/6a48ade3bd7ad00e455bebb3b94ecf25ddf8e4' 2024-12-17T23:31:30.9094239Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/a8' 2024-12-17T23:31:30.9095090Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/ef/b892166cf3ca689801eab8e2396c9d8d7066c1' 2024-12-17T23:31:30.9095688Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/ef' 2024-12-17T23:31:30.9170632Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects' 2024-12-17T23:31:30.9171311Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/FETCH_HEAD' 2024-12-17T23:31:30.9172163Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.9172945Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/post-update.sample' 2024-12-17T23:31:30.9173747Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.9174474Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.9175094Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/pre-rebase.sample' 2024-12-17T23:31:30.9175508Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/pre-commit.sample' 2024-12-17T23:31:30.9175912Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/commit-msg.sample' 2024-12-17T23:31:30.9176334Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.9176723Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/pre-push.sample' 2024-12-17T23:31:30.9177146Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.9177556Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.9177967Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/pre-receive.sample' 2024-12-17T23:31:30.9178543Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/update.sample' 2024-12-17T23:31:30.9179087Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.9179461Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks' 2024-12-17T23:31:30.9179795Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/shallow' 2024-12-17T23:31:30.9180133Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang' 2024-12-17T23:31:30.9180567Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools' 2024-12-17T23:31:30.9181082Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules' 2024-12-17T23:31:30.9181597Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/branches' 2024-12-17T23:31:30.9181897Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/HEAD' 2024-12-17T23:31:30.9182190Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/packed-refs' 2024-12-17T23:31:30.9182457Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config' 2024-12-17T23:31:30.9182733Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/description' 2024-12-17T23:31:30.9182993Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/index' 2024-12-17T23:31:30.9183285Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/refs/heads/master' 2024-12-17T23:31:30.9183603Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/refs/heads' 2024-12-17T23:31:30.9183937Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9184274Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/refs/remotes/origin' 2024-12-17T23:31:30.9184584Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/refs/remotes' 2024-12-17T23:31:30.9184888Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/refs/tags' 2024-12-17T23:31:30.9185175Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/refs' 2024-12-17T23:31:30.9185445Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs/HEAD' 2024-12-17T23:31:30.9185756Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs/refs/heads/master' 2024-12-17T23:31:30.9186135Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs/refs/heads' 2024-12-17T23:31:30.9186474Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9186841Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs/refs/remotes/origin' 2024-12-17T23:31:30.9187198Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs/refs/remotes' 2024-12-17T23:31:30.9187504Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs/refs' 2024-12-17T23:31:30.9187794Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs' 2024-12-17T23:31:30.9188250Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/info' 2024-12-17T23:31:30.9188832Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/pack/pack-b4ef9c9274c201e315b61cc10bc0b860d4ce3f74.pack' 2024-12-17T23:31:30.9189301Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/pack/pack-b4ef9c9274c201e315b61cc10bc0b860d4ce3f74.rev' 2024-12-17T23:31:30.9189795Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/pack/pack-95c63624a40efcec039c98ebe3e3667c1f9ce7cc.pack' 2024-12-17T23:31:30.9190268Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/pack/pack-95c63624a40efcec039c98ebe3e3667c1f9ce7cc.idx' 2024-12-17T23:31:30.9190742Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/pack/pack-b4ef9c9274c201e315b61cc10bc0b860d4ce3f74.idx' 2024-12-17T23:31:30.9191203Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/pack/pack-95c63624a40efcec039c98ebe3e3667c1f9ce7cc.rev' 2024-12-17T23:31:30.9191529Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/pack' 2024-12-17T23:31:30.9191827Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects' 2024-12-17T23:31:30.9192104Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/FETCH_HEAD' 2024-12-17T23:31:30.9192473Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.9192804Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/post-update.sample' 2024-12-17T23:31:30.9193157Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.9193512Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.9193831Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/pre-rebase.sample' 2024-12-17T23:31:30.9194257Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/pre-commit.sample' 2024-12-17T23:31:30.9194804Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/commit-msg.sample' 2024-12-17T23:31:30.9195392Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.9196095Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/pre-push.sample' 2024-12-17T23:31:30.9196448Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.9196800Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.9197123Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/pre-receive.sample' 2024-12-17T23:31:30.9197425Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/update.sample' 2024-12-17T23:31:30.9197766Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.9198055Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks' 2024-12-17T23:31:30.9198319Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/shallow' 2024-12-17T23:31:30.9198763Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/pybind11' 2024-12-17T23:31:30.9199162Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/info/exclude' 2024-12-17T23:31:30.9199447Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/info' 2024-12-17T23:31:30.9199734Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/branches' 2024-12-17T23:31:30.9199978Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/HEAD' 2024-12-17T23:31:30.9200252Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/packed-refs' 2024-12-17T23:31:30.9200502Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config' 2024-12-17T23:31:30.9200768Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/description' 2024-12-17T23:31:30.9201020Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/index' 2024-12-17T23:31:30.9201307Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/refs/heads/v1.x' 2024-12-17T23:31:30.9201610Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/refs/heads' 2024-12-17T23:31:30.9201921Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9202250Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/refs/remotes/origin' 2024-12-17T23:31:30.9202555Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/refs/remotes' 2024-12-17T23:31:30.9202846Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/refs/tags' 2024-12-17T23:31:30.9203121Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/refs' 2024-12-17T23:31:30.9203391Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs/HEAD' 2024-12-17T23:31:30.9203684Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs/refs/heads/v1.x' 2024-12-17T23:31:30.9204004Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs/refs/heads' 2024-12-17T23:31:30.9204331Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9204679Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs/refs/remotes/origin' 2024-12-17T23:31:30.9205004Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs/refs/remotes' 2024-12-17T23:31:30.9205296Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs/refs' 2024-12-17T23:31:30.9205576Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs' 2024-12-17T23:31:30.9205871Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/info' 2024-12-17T23:31:30.9206322Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/pack/pack-2cd35cb73e0847751ea7f652635506d2aad20122.rev' 2024-12-17T23:31:30.9206796Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/pack/pack-c565d154234f716081a9858aabee4c7ccaafbea9.idx' 2024-12-17T23:31:30.9207249Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/pack/pack-2cd35cb73e0847751ea7f652635506d2aad20122.pack' 2024-12-17T23:31:30.9207813Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/pack/pack-2cd35cb73e0847751ea7f652635506d2aad20122.idx' 2024-12-17T23:31:30.9208390Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/pack/pack-c565d154234f716081a9858aabee4c7ccaafbea9.pack' 2024-12-17T23:31:30.9208831Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/pack/pack-c565d154234f716081a9858aabee4c7ccaafbea9.rev' 2024-12-17T23:31:30.9209137Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/pack' 2024-12-17T23:31:30.9209604Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects' 2024-12-17T23:31:30.9209991Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/FETCH_HEAD' 2024-12-17T23:31:30.9210345Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.9210662Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/post-update.sample' 2024-12-17T23:31:30.9211012Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.9211343Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.9211652Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/pre-rebase.sample' 2024-12-17T23:31:30.9211962Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/pre-commit.sample' 2024-12-17T23:31:30.9212262Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/commit-msg.sample' 2024-12-17T23:31:30.9212599Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.9212901Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/pre-push.sample' 2024-12-17T23:31:30.9213226Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.9213562Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.9213870Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/pre-receive.sample' 2024-12-17T23:31:30.9214166Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/update.sample' 2024-12-17T23:31:30.9214496Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.9214778Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks' 2024-12-17T23:31:30.9215033Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv/shallow' 2024-12-17T23:31:30.9215294Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/libuv' 2024-12-17T23:31:30.9215579Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/info/exclude' 2024-12-17T23:31:30.9215873Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/info' 2024-12-17T23:31:30.9216172Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/branches' 2024-12-17T23:31:30.9216432Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/HEAD' 2024-12-17T23:31:30.9216716Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/packed-refs' 2024-12-17T23:31:30.9217108Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config' 2024-12-17T23:31:30.9217496Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/description' 2024-12-17T23:31:30.9217756Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/index' 2024-12-17T23:31:30.9218047Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/refs/heads/main' 2024-12-17T23:31:30.9218363Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/refs/heads' 2024-12-17T23:31:30.9218686Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9219036Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/refs/remotes/origin' 2024-12-17T23:31:30.9219357Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/refs/remotes' 2024-12-17T23:31:30.9219668Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/refs/tags' 2024-12-17T23:31:30.9219960Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/refs' 2024-12-17T23:31:30.9220234Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs/HEAD' 2024-12-17T23:31:30.9220541Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs/refs/heads/main' 2024-12-17T23:31:30.9220873Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs/refs/heads' 2024-12-17T23:31:30.9221216Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9221589Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs/refs/remotes/origin' 2024-12-17T23:31:30.9221927Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs/refs/remotes' 2024-12-17T23:31:30.9222231Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs/refs' 2024-12-17T23:31:30.9222525Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs' 2024-12-17T23:31:30.9222842Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/info' 2024-12-17T23:31:30.9223320Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/pack/pack-8ce2348c996222bcc17bd1c815ed681fc24dbd79.rev' 2024-12-17T23:31:30.9223789Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.rev' 2024-12-17T23:31:30.9224253Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/pack/pack-8ce2348c996222bcc17bd1c815ed681fc24dbd79.idx' 2024-12-17T23:31:30.9224716Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.idx' 2024-12-17T23:31:30.9225185Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.pack' 2024-12-17T23:31:30.9225661Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/pack/pack-8ce2348c996222bcc17bd1c815ed681fc24dbd79.pack' 2024-12-17T23:31:30.9225980Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/pack' 2024-12-17T23:31:30.9226387Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects' 2024-12-17T23:31:30.9226773Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/FETCH_HEAD' 2024-12-17T23:31:30.9227127Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.9227460Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/post-update.sample' 2024-12-17T23:31:30.9227813Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.9228161Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.9228487Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/pre-rebase.sample' 2024-12-17T23:31:30.9228810Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/pre-commit.sample' 2024-12-17T23:31:30.9229131Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/commit-msg.sample' 2024-12-17T23:31:30.9229476Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.9229794Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/pre-push.sample' 2024-12-17T23:31:30.9230139Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.9230479Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.9230804Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/pre-receive.sample' 2024-12-17T23:31:30.9231120Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/update.sample' 2024-12-17T23:31:30.9231462Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.9231761Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks' 2024-12-17T23:31:30.9232027Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest/shallow' 2024-12-17T23:31:30.9232297Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party/googletest' 2024-12-17T23:31:30.9232545Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules/third_party' 2024-12-17T23:31:30.9232751Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/modules' 2024-12-17T23:31:30.9232958Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/branches' 2024-12-17T23:31:30.9233136Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/HEAD' 2024-12-17T23:31:30.9233326Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/packed-refs' 2024-12-17T23:31:30.9233495Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/config' 2024-12-17T23:31:30.9233685Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/description' 2024-12-17T23:31:30.9233850Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/index' 2024-12-17T23:31:30.9234051Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/refs/heads/main' 2024-12-17T23:31:30.9234262Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/refs/heads' 2024-12-17T23:31:30.9234486Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9234734Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/refs/remotes/origin' 2024-12-17T23:31:30.9235074Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/refs/remotes' 2024-12-17T23:31:30.9235390Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/refs/tags' 2024-12-17T23:31:30.9236197Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/refs' 2024-12-17T23:31:30.9236420Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/logs/HEAD' 2024-12-17T23:31:30.9236643Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/logs/refs/heads/main' 2024-12-17T23:31:30.9236879Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/logs/refs/heads' 2024-12-17T23:31:30.9237125Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9237390Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/logs/refs/remotes/origin' 2024-12-17T23:31:30.9237627Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/logs/refs/remotes' 2024-12-17T23:31:30.9237837Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/logs/refs' 2024-12-17T23:31:30.9238045Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/logs' 2024-12-17T23:31:30.9238263Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/info' 2024-12-17T23:31:30.9238632Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/pack/pack-2f62d8e6dd10044805e05176bb3d0e4583b72ed8.pack' 2024-12-17T23:31:30.9238994Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/pack/pack-2f62d8e6dd10044805e05176bb3d0e4583b72ed8.idx' 2024-12-17T23:31:30.9239356Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/pack/pack-2f62d8e6dd10044805e05176bb3d0e4583b72ed8.rev' 2024-12-17T23:31:30.9239590Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/pack' 2024-12-17T23:31:30.9239917Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/63/2643147a29b9e2f28921f6aaab7fd879dd1a15' 2024-12-17T23:31:30.9240135Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/63' 2024-12-17T23:31:30.9240451Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/33/6910cafe73a332d7fb97ee89c2c6455fb10441' 2024-12-17T23:31:30.9240661Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/33' 2024-12-17T23:31:30.9240966Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/2c/d0654b37a56877599a78d6d646587c6bba4560' 2024-12-17T23:31:30.9241171Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/2c' 2024-12-17T23:31:30.9241479Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/62/3abb05ed2c45b08afb9bbdd166df3ff3940b80' 2024-12-17T23:31:30.9241689Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/62' 2024-12-17T23:31:30.9241991Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/52/791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-12-17T23:31:30.9242199Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/52' 2024-12-17T23:31:30.9242504Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/74/00f7e42c3f78f0f6c991ef0d5a67d2f52a41fa' 2024-12-17T23:31:30.9242708Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects/74' 2024-12-17T23:31:30.9242916Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/objects' 2024-12-17T23:31:30.9243100Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/FETCH_HEAD' 2024-12-17T23:31:30.9243355Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.9243590Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/hooks/post-update.sample' 2024-12-17T23:31:30.9244013Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.9244386Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.9244609Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/hooks/pre-rebase.sample' 2024-12-17T23:31:30.9244839Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/hooks/pre-commit.sample' 2024-12-17T23:31:30.9245064Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/hooks/commit-msg.sample' 2024-12-17T23:31:30.9245321Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.9245539Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/hooks/pre-push.sample' 2024-12-17T23:31:30.9245781Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.9246022Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.9246249Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/hooks/pre-receive.sample' 2024-12-17T23:31:30.9246465Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/hooks/update.sample' 2024-12-17T23:31:30.9246701Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.9246900Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/hooks' 2024-12-17T23:31:30.9247083Z removed 'pytorch-release_2.6/.git/modules/third_party/tensorpipe/shallow' 2024-12-17T23:31:30.9247268Z removed directory 'pytorch-release_2.6/.git/modules/third_party/tensorpipe' 2024-12-17T23:31:30.9247464Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/info/exclude' 2024-12-17T23:31:30.9247656Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/info' 2024-12-17T23:31:30.9247859Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/branches' 2024-12-17T23:31:30.9248032Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/HEAD' 2024-12-17T23:31:30.9248219Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/packed-refs' 2024-12-17T23:31:30.9248390Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/config' 2024-12-17T23:31:30.9248579Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/description' 2024-12-17T23:31:30.9248743Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/index' 2024-12-17T23:31:30.9248933Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/refs/heads/main' 2024-12-17T23:31:30.9249153Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/refs/heads' 2024-12-17T23:31:30.9249372Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9249611Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/refs/remotes/origin' 2024-12-17T23:31:30.9249829Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/refs/remotes' 2024-12-17T23:31:30.9250035Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/refs/tags' 2024-12-17T23:31:30.9250229Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/refs' 2024-12-17T23:31:30.9250403Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/logs/HEAD' 2024-12-17T23:31:30.9250607Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/logs/refs/heads/main' 2024-12-17T23:31:30.9250836Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/logs/refs/heads' 2024-12-17T23:31:30.9251070Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9251331Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/logs/refs/remotes/origin' 2024-12-17T23:31:30.9251559Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/logs/refs/remotes' 2024-12-17T23:31:30.9251880Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/logs/refs' 2024-12-17T23:31:30.9252176Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/logs' 2024-12-17T23:31:30.9252487Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/f1/b10b472d27dfa398113dca09ab26415d7dfb2f' 2024-12-17T23:31:30.9252788Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/f1/76962855ea753f320c6ce36ae02f7cf1990730' 2024-12-17T23:31:30.9252999Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/f1' 2024-12-17T23:31:30.9253213Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/info' 2024-12-17T23:31:30.9253520Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/f2/4514f1cb8fc121fad03ef3b7b0cdc91f0910bc' 2024-12-17T23:31:30.9253731Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/f2' 2024-12-17T23:31:30.9254036Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/4f/693dbe7fd422e2f92f82ee23e2eb3aa89ac3bb' 2024-12-17T23:31:30.9254248Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/4f' 2024-12-17T23:31:30.9254548Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/e3/41d47fca94afad47627de4013c15cb163d7492' 2024-12-17T23:31:30.9254752Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/e3' 2024-12-17T23:31:30.9255055Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/30/8eecfc5fc3071f33e46b959c47818813bdf902' 2024-12-17T23:31:30.9255257Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/30' 2024-12-17T23:31:30.9255566Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/65/fc48c364ed78d2c8a8c9bbaf2c66eaff8d77f0' 2024-12-17T23:31:30.9255767Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/65' 2024-12-17T23:31:30.9256067Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/a7/d9aa32589f17b69b8a6b05c9b49a149072cd36' 2024-12-17T23:31:30.9256279Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/a7' 2024-12-17T23:31:30.9256576Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/d5/061bef26d721bf36f29c79715bec58f0ebf605' 2024-12-17T23:31:30.9256778Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/d5' 2024-12-17T23:31:30.9257087Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/49/2ff5ef6937e5ae3ffc3b3a9e6cd48c3ef0227c' 2024-12-17T23:31:30.9257289Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/49' 2024-12-17T23:31:30.9257591Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/da/1675c525d1d2fb9ba22a9171cae9f2ccf18090' 2024-12-17T23:31:30.9257798Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/da' 2024-12-17T23:31:30.9258136Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/73/ec1b32ece725e9553dc6fb1845e1149e17d6bc' 2024-12-17T23:31:30.9258352Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/73' 2024-12-17T23:31:30.9258707Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.rev' 2024-12-17T23:31:30.9259058Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.idx' 2024-12-17T23:31:30.9259420Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/pack/pack-d6d198e2815991ab4ae46e6411233d1e466ba49a.pack' 2024-12-17T23:31:30.9259633Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/pack' 2024-12-17T23:31:30.9259935Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/e0/808767599926a4aa5992fdf0c2b28f1dcdee46' 2024-12-17T23:31:30.9260257Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/e0' 2024-12-17T23:31:30.9260661Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/75/51eaa9a31c7db2ba5d41ba83195365b8525a42' 2024-12-17T23:31:30.9260869Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/75' 2024-12-17T23:31:30.9261167Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/b5/14bdc898e2951020cbdca1304b75f5950d1f59' 2024-12-17T23:31:30.9261368Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/b5' 2024-12-17T23:31:30.9261665Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/24/0588a83b4eb72c0c2187191950cb14631cccb1' 2024-12-17T23:31:30.9261868Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/24' 2024-12-17T23:31:30.9262173Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/aa/e9f6b586c360a5baa96e94f7da029e187c8d60' 2024-12-17T23:31:30.9262375Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/aa' 2024-12-17T23:31:30.9262673Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/de/9b46e0a55eb2071d91198fe2757787044b4859' 2024-12-17T23:31:30.9262879Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/de' 2024-12-17T23:31:30.9263180Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/61/806be6ef86f0f0adeb94c6f984effc2bfc3f96' 2024-12-17T23:31:30.9263475Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/61/d5e22235127debe02c8a82f25462d0cfeeb649' 2024-12-17T23:31:30.9263683Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/61' 2024-12-17T23:31:30.9263980Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/66/62a13ce1455f737eb631f667f22aea36531f9c' 2024-12-17T23:31:30.9264193Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/66' 2024-12-17T23:31:30.9264492Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/e4/07ae29f44c789efceb3c1cc5d82a6e070e7910' 2024-12-17T23:31:30.9264696Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/e4' 2024-12-17T23:31:30.9265005Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/8d/27c2c4f72f942ace37719a2082f2f1957590bd' 2024-12-17T23:31:30.9265206Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/8d' 2024-12-17T23:31:30.9265503Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/f7/b31ae338524735bc59b320d8bfacfb43374c2e' 2024-12-17T23:31:30.9265735Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/f7' 2024-12-17T23:31:30.9266033Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/dc/696ae4b39c40ea4c105eebf36439ebb3a34578' 2024-12-17T23:31:30.9266242Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/dc' 2024-12-17T23:31:30.9266540Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/38/3bd62069b8c339aaa8808c00f22df37fb681ea' 2024-12-17T23:31:30.9266747Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/38' 2024-12-17T23:31:30.9267045Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/06/3ee6ca25e73665a5df31a75b722c52caf648d0' 2024-12-17T23:31:30.9267246Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/06' 2024-12-17T23:31:30.9267557Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/2c/bfcf1bbfe833028c6e2c422ffd75dd71e10fee' 2024-12-17T23:31:30.9267760Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/2c' 2024-12-17T23:31:30.9268061Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/92/cde3484abf6bb52d1527cf8b1d4fa45ea2f4d7' 2024-12-17T23:31:30.9268383Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/92' 2024-12-17T23:31:30.9268789Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/f5/0c670534d52b1b483673ba40a9cb84eec92009' 2024-12-17T23:31:30.9269004Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/f5' 2024-12-17T23:31:30.9269302Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/f4/cd3687a4d2a62360d5c041ac808dd046f9311a' 2024-12-17T23:31:30.9269504Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/f4' 2024-12-17T23:31:30.9269806Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/5b/75b457be0425c98f8cc03d7b3159117b4d77ca' 2024-12-17T23:31:30.9270011Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/5b' 2024-12-17T23:31:30.9270309Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/cf/0a985b63202a1355a59aa4b9b0e6fd64bf4211' 2024-12-17T23:31:30.9270520Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/cf' 2024-12-17T23:31:30.9270825Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/cd/12996955b6fdcedf40edcf8ee41a77bd16d2b6' 2024-12-17T23:31:30.9271036Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/cd' 2024-12-17T23:31:30.9271336Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/e9/d9e32a7a8055ad391cdebbbce8b4a48087b781' 2024-12-17T23:31:30.9271537Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/e9' 2024-12-17T23:31:30.9271842Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/21/8e6c2e8c2b47e1b3b24c1e7ae05e952674cc03' 2024-12-17T23:31:30.9272045Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/21' 2024-12-17T23:31:30.9272342Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/b1/4f678c7983fc90ea08760f68deaffc7da7510d' 2024-12-17T23:31:30.9272548Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/b1' 2024-12-17T23:31:30.9272858Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/ac/ea4ec357e0b27af562d26d0375f4b9c66dc481' 2024-12-17T23:31:30.9273062Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/ac' 2024-12-17T23:31:30.9273359Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/b8/f64587db14068d65be7dd8654bd92a9baad28c' 2024-12-17T23:31:30.9273569Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/b8' 2024-12-17T23:31:30.9273861Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/5d/1566e3885368322397d6909cd419943f942a62' 2024-12-17T23:31:30.9274165Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/5d/ed865074dfd0a5f63eb52873cf3bd26fe52083' 2024-12-17T23:31:30.9274373Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/5d' 2024-12-17T23:31:30.9274673Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/93/bb4351841ba6c7eef9f5dcda2e4e4091efdd13' 2024-12-17T23:31:30.9274883Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/93' 2024-12-17T23:31:30.9275181Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/8e/c744e59ba0bb003067de4d7a8b7d612eac07e9' 2024-12-17T23:31:30.9275382Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/8e' 2024-12-17T23:31:30.9275960Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/b2/822bcde23cc7ff9e22b75cadf33ddac8ebc69c' 2024-12-17T23:31:30.9276223Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/b2' 2024-12-17T23:31:30.9276530Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/78/ca15d05e0f41e74e1ea5b8e943075ec1a2a930' 2024-12-17T23:31:30.9276934Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/78' 2024-12-17T23:31:30.9277247Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/ea/e210e99ddae4d0a3c81fbfeda48bac397fd2a5' 2024-12-17T23:31:30.9277585Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/ea' 2024-12-17T23:31:30.9277888Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/e2/c840fe7953ad2d2e94c12f140b8bc5d4692a22' 2024-12-17T23:31:30.9278091Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects/e2' 2024-12-17T23:31:30.9278296Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/objects' 2024-12-17T23:31:30.9278476Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/FETCH_HEAD' 2024-12-17T23:31:30.9278736Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.9278959Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/hooks/post-update.sample' 2024-12-17T23:31:30.9279208Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.9279461Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.9279681Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/hooks/pre-rebase.sample' 2024-12-17T23:31:30.9279896Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/hooks/pre-commit.sample' 2024-12-17T23:31:30.9280114Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/hooks/commit-msg.sample' 2024-12-17T23:31:30.9280355Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.9280568Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/hooks/pre-push.sample' 2024-12-17T23:31:30.9280807Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.9281053Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.9281277Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/hooks/pre-receive.sample' 2024-12-17T23:31:30.9281486Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/hooks/update.sample' 2024-12-17T23:31:30.9281715Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.9281913Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest/hooks' 2024-12-17T23:31:30.9282096Z removed 'pytorch-release_2.6/.git/modules/third_party/googletest/shallow' 2024-12-17T23:31:30.9282279Z removed directory 'pytorch-release_2.6/.git/modules/third_party/googletest' 2024-12-17T23:31:30.9282434Z removed directory 'pytorch-release_2.6/.git/modules/third_party' 2024-12-17T23:31:30.9282613Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/info/exclude' 2024-12-17T23:31:30.9282795Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/info' 2024-12-17T23:31:30.9282992Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/branches' 2024-12-17T23:31:30.9283149Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/HEAD' 2024-12-17T23:31:30.9283318Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/packed-refs' 2024-12-17T23:31:30.9283482Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/config' 2024-12-17T23:31:30.9283646Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/description' 2024-12-17T23:31:30.9283798Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/index' 2024-12-17T23:31:30.9283986Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/refs/heads/main' 2024-12-17T23:31:30.9284180Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/refs/heads' 2024-12-17T23:31:30.9284389Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9284735Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/refs/remotes/origin' 2024-12-17T23:31:30.9285039Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/refs/remotes' 2024-12-17T23:31:30.9285238Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/refs/tags' 2024-12-17T23:31:30.9285418Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/refs' 2024-12-17T23:31:30.9285582Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/logs/HEAD' 2024-12-17T23:31:30.9285782Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/logs/refs/heads/main' 2024-12-17T23:31:30.9285991Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/logs/refs/heads' 2024-12-17T23:31:30.9286218Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/logs/refs/remotes/origin/HEAD' 2024-12-17T23:31:30.9286468Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/logs/refs/remotes/origin' 2024-12-17T23:31:30.9286685Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/logs/refs/remotes' 2024-12-17T23:31:30.9413874Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/logs/refs' 2024-12-17T23:31:30.9414274Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/logs' 2024-12-17T23:31:30.9414708Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/objects/info' 2024-12-17T23:31:30.9415313Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/objects/pack/pack-2242c7fc69e206c903b7263d8d1894e10c05e8f5.pack' 2024-12-17T23:31:30.9415766Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/objects/pack/pack-e590499ccb9b760fcde60eb84f8d1cfa61ed5dfb.idx' 2024-12-17T23:31:30.9416237Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/objects/pack/pack-e590499ccb9b760fcde60eb84f8d1cfa61ed5dfb.pack' 2024-12-17T23:31:30.9416916Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/objects/pack/pack-2242c7fc69e206c903b7263d8d1894e10c05e8f5.rev' 2024-12-17T23:31:30.9417365Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/objects/pack/pack-2242c7fc69e206c903b7263d8d1894e10c05e8f5.idx' 2024-12-17T23:31:30.9417810Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/objects/pack/pack-e590499ccb9b760fcde60eb84f8d1cfa61ed5dfb.rev' 2024-12-17T23:31:30.9418144Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/objects/pack' 2024-12-17T23:31:30.9418541Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/objects' 2024-12-17T23:31:30.9418895Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/FETCH_HEAD' 2024-12-17T23:31:30.9419411Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.9419866Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/hooks/post-update.sample' 2024-12-17T23:31:30.9420360Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.9420846Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.9421301Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/hooks/pre-rebase.sample' 2024-12-17T23:31:30.9421733Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/hooks/pre-commit.sample' 2024-12-17T23:31:30.9422140Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/hooks/commit-msg.sample' 2024-12-17T23:31:30.9422647Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.9423078Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/hooks/pre-push.sample' 2024-12-17T23:31:30.9423558Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.9423932Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.9424200Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/hooks/pre-receive.sample' 2024-12-17T23:31:30.9424669Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/hooks/update.sample' 2024-12-17T23:31:30.9425115Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.9425360Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni/hooks' 2024-12-17T23:31:30.9425571Z removed 'pytorch-release_2.6/.git/modules/android/libs/fbjni/shallow' 2024-12-17T23:31:30.9425788Z removed directory 'pytorch-release_2.6/.git/modules/android/libs/fbjni' 2024-12-17T23:31:30.9425982Z removed directory 'pytorch-release_2.6/.git/modules/android/libs' 2024-12-17T23:31:30.9426159Z removed directory 'pytorch-release_2.6/.git/modules/android' 2024-12-17T23:31:30.9426298Z removed directory 'pytorch-release_2.6/.git/modules' 2024-12-17T23:31:30.9426455Z removed directory 'pytorch-release_2.6/.git/branches' 2024-12-17T23:31:30.9426550Z removed 'pytorch-release_2.6/.git/HEAD' 2024-12-17T23:31:30.9426637Z removed 'pytorch-release_2.6/.git/config' 2024-12-17T23:31:30.9426750Z removed 'pytorch-release_2.6/.git/description' 2024-12-17T23:31:30.9426839Z removed 'pytorch-release_2.6/.git/index' 2024-12-17T23:31:30.9426960Z removed directory 'pytorch-release_2.6/.git/refs/heads' 2024-12-17T23:31:30.9427085Z removed directory 'pytorch-release_2.6/.git/refs/tags' 2024-12-17T23:31:30.9427188Z removed directory 'pytorch-release_2.6/.git/refs' 2024-12-17T23:31:30.9427280Z removed 'pytorch-release_2.6/.git/logs/HEAD' 2024-12-17T23:31:30.9427386Z removed directory 'pytorch-release_2.6/.git/logs' 2024-12-17T23:31:30.9427514Z removed directory 'pytorch-release_2.6/.git/objects/info' 2024-12-17T23:31:30.9427771Z removed 'pytorch-release_2.6/.git/objects/pack/pack-3ae72af080fc8689613e4895236798262a37fee5.idx' 2024-12-17T23:31:30.9428021Z removed 'pytorch-release_2.6/.git/objects/pack/pack-3ae72af080fc8689613e4895236798262a37fee5.rev' 2024-12-17T23:31:30.9428269Z removed 'pytorch-release_2.6/.git/objects/pack/pack-3ae72af080fc8689613e4895236798262a37fee5.pack' 2024-12-17T23:31:30.9428404Z removed directory 'pytorch-release_2.6/.git/objects/pack' 2024-12-17T23:31:30.9428517Z removed directory 'pytorch-release_2.6/.git/objects' 2024-12-17T23:31:30.9428613Z removed 'pytorch-release_2.6/.git/FETCH_HEAD' 2024-12-17T23:31:30.9428785Z removed 'pytorch-release_2.6/.git/hooks/prepare-commit-msg.sample' 2024-12-17T23:31:30.9428922Z removed 'pytorch-release_2.6/.git/hooks/post-update.sample' 2024-12-17T23:31:30.9429079Z removed 'pytorch-release_2.6/.git/hooks/fsmonitor-watchman.sample' 2024-12-17T23:31:30.9429235Z removed 'pytorch-release_2.6/.git/hooks/sendemail-validate.sample' 2024-12-17T23:31:30.9429367Z removed 'pytorch-release_2.6/.git/hooks/pre-rebase.sample' 2024-12-17T23:31:30.9429494Z removed 'pytorch-release_2.6/.git/hooks/pre-commit.sample' 2024-12-17T23:31:30.9429625Z removed 'pytorch-release_2.6/.git/hooks/commit-msg.sample' 2024-12-17T23:31:30.9429775Z removed 'pytorch-release_2.6/.git/hooks/pre-merge-commit.sample' 2024-12-17T23:31:30.9429903Z removed 'pytorch-release_2.6/.git/hooks/pre-push.sample' 2024-12-17T23:31:30.9430057Z removed 'pytorch-release_2.6/.git/hooks/applypatch-msg.sample' 2024-12-17T23:31:30.9430206Z removed 'pytorch-release_2.6/.git/hooks/push-to-checkout.sample' 2024-12-17T23:31:30.9430339Z removed 'pytorch-release_2.6/.git/hooks/pre-receive.sample' 2024-12-17T23:31:30.9430462Z removed 'pytorch-release_2.6/.git/hooks/update.sample' 2024-12-17T23:31:30.9430603Z removed 'pytorch-release_2.6/.git/hooks/pre-applypatch.sample' 2024-12-17T23:31:30.9430718Z removed directory 'pytorch-release_2.6/.git/hooks' 2024-12-17T23:31:30.9430807Z removed 'pytorch-release_2.6/.git/shallow' 2024-12-17T23:31:30.9430901Z removed directory 'pytorch-release_2.6/.git' 2024-12-17T23:31:30.9431291Z find: ‘pytorch-release_2.6/.git’: No such file or directory 2024-12-17T23:31:59.6732928Z Created source archive pytorch-release_2.6.tar.gz with content: . 2024-12-17T23:31:59.6733580Z .. 2024-12-17T23:31:59.6733811Z .bazelignore 2024-12-17T23:31:59.6734082Z .bazelrc 2024-12-17T23:31:59.6734638Z .bazelversion 2024-12-17T23:31:59.6734938Z .clang-format 2024-12-17T23:31:59.6735547Z .clang-tidy 2024-12-17T23:31:59.6735788Z .cmakelintrc 2024-12-17T23:31:59.6736035Z .coveragerc 2024-12-17T23:31:59.6736277Z .ctags.d 2024-12-17T23:31:59.6736514Z .devcontainer 2024-12-17T23:31:59.6736789Z .dockerignore 2024-12-17T23:31:59.6737036Z .flake8 2024-12-17T23:31:59.6737254Z .gdbinit 2024-12-17T23:31:59.6737498Z .lintrunner.toml 2024-12-17T23:31:59.6737682Z .lldbinit 2024-12-17T23:31:59.6737837Z .vscode 2024-12-17T23:31:59.6737986Z BUCK.oss 2024-12-17T23:31:59.6738131Z BUILD.bazel 2024-12-17T23:31:59.6738290Z CITATION.cff 2024-12-17T23:31:59.6738452Z CMakeLists.txt 2024-12-17T23:31:59.6738606Z CODEOWNERS 2024-12-17T23:31:59.6738763Z CODE_OF_CONDUCT.md 2024-12-17T23:31:59.6738937Z CONTRIBUTING.md 2024-12-17T23:31:59.6739101Z Dockerfile 2024-12-17T23:31:59.6739255Z GLOSSARY.md 2024-12-17T23:31:59.6739402Z LICENSE 2024-12-17T23:31:59.6739557Z MANIFEST.in 2024-12-17T23:31:59.6739712Z Makefile 2024-12-17T23:31:59.6739865Z NOTICE 2024-12-17T23:31:59.6740001Z README.md 2024-12-17T23:31:59.6740153Z RELEASE.md 2024-12-17T23:31:59.6740298Z SECURITY.md 2024-12-17T23:31:59.6740437Z WORKSPACE 2024-12-17T23:31:59.6740584Z android 2024-12-17T23:31:59.6740717Z aten 2024-12-17T23:31:59.6740861Z aten.bzl 2024-12-17T23:31:59.6741007Z benchmarks 2024-12-17T23:31:59.6741148Z binaries 2024-12-17T23:31:59.6741298Z buckbuild.bzl 2024-12-17T23:31:59.6741462Z build.bzl 2024-12-17T23:31:59.6741612Z build_variables.bzl 2024-12-17T23:31:59.6741783Z c10 2024-12-17T23:31:59.6741921Z caffe2 2024-12-17T23:31:59.6742059Z cmake 2024-12-17T23:31:59.6742202Z defs.bzl 2024-12-17T23:31:59.6742345Z docker.Makefile 2024-12-17T23:31:59.6742504Z docs 2024-12-17T23:31:59.6742643Z functorch 2024-12-17T23:31:59.6742777Z ios 2024-12-17T23:31:59.6742919Z mypy-strict.ini 2024-12-17T23:31:59.6743079Z mypy.ini 2024-12-17T23:31:59.6743220Z mypy_plugins 2024-12-17T23:31:59.6743377Z pt_ops.bzl 2024-12-17T23:31:59.6743542Z pt_template_srcs.bzl 2024-12-17T23:31:59.6743723Z pyproject.toml 2024-12-17T23:31:59.6743888Z pytest.ini 2024-12-17T23:31:59.6744046Z requirements.txt 2024-12-17T23:31:59.6744203Z scripts 2024-12-17T23:31:59.6744343Z setup.py 2024-12-17T23:31:59.6744478Z test 2024-12-17T23:31:59.6744621Z third_party 2024-12-17T23:31:59.6744767Z tools 2024-12-17T23:31:59.6744899Z torch 2024-12-17T23:31:59.6745039Z torchgen 2024-12-17T23:31:59.6745182Z ubsan.supp 2024-12-17T23:31:59.6745326Z ufunc_defs.bzl 2024-12-17T23:31:59.6745485Z version.txt 2024-12-17T23:31:59.6803525Z ##[group]Run echo "::set-output name=pt_release_name::pytorch-release_2.6.tar.gz" 2024-12-17T23:31:59.6804057Z echo "::set-output name=pt_release_name::pytorch-release_2.6.tar.gz" 2024-12-17T23:31:59.6858733Z shell: /usr/bin/bash -e {0} 2024-12-17T23:31:59.6858953Z env: 2024-12-17T23:31:59.6859123Z PT_GITHUB_REF: refs/heads/release/2.6 2024-12-17T23:31:59.6859398Z PT_RELEASE_NAME: pytorch-release_2.6 2024-12-17T23:31:59.6859679Z PT_RELEASE_FILE: pytorch-release_2.6.tar.gz 2024-12-17T23:31:59.6859924Z ##[endgroup] 2024-12-17T23:31:59.6943803Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2024-12-17T23:31:59.7033523Z Post job cleanup. 2024-12-17T23:31:59.7725848Z [command]/usr/bin/git version 2024-12-17T23:31:59.7761364Z git version 2.47.1 2024-12-17T23:31:59.7799112Z Temporarily overriding HOME='/home/runner/work/_temp/64e16b93-d074-45e4-a7c6-b97bfee1618d' before making global git config changes 2024-12-17T23:31:59.7800235Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:31:59.7802808Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-12-17T23:31:59.7833784Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:31:59.7862876Z [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' || :" 2024-12-17T23:31:59.8095957Z Entering 'android/libs/fbjni' 2024-12-17T23:31:59.8142703Z Entering 'third_party/FP16' 2024-12-17T23:31:59.8186539Z Entering 'third_party/FXdiv' 2024-12-17T23:31:59.8230794Z Entering 'third_party/NNPACK' 2024-12-17T23:31:59.8274962Z Entering 'third_party/NVTX' 2024-12-17T23:31:59.8320326Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:31:59.8365484Z Entering 'third_party/XNNPACK' 2024-12-17T23:31:59.8423040Z Entering 'third_party/benchmark' 2024-12-17T23:31:59.8468764Z Entering 'third_party/composable_kernel' 2024-12-17T23:31:59.8518432Z Entering 'third_party/cpp-httplib' 2024-12-17T23:31:59.8563741Z Entering 'third_party/cpuinfo' 2024-12-17T23:31:59.8607944Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:31:59.8653287Z Entering 'third_party/cutlass' 2024-12-17T23:31:59.8704031Z Entering 'third_party/eigen' 2024-12-17T23:31:59.8751303Z Entering 'third_party/fbgemm' 2024-12-17T23:31:59.8796354Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:31:59.8842128Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:31:59.8887835Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:31:59.8939142Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:31:59.8984863Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:31:59.9032374Z Entering 'third_party/flatbuffers' 2024-12-17T23:31:59.9079797Z Entering 'third_party/fmt' 2024-12-17T23:31:59.9125127Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:31:59.9171947Z Entering 'third_party/gloo' 2024-12-17T23:31:59.9217306Z Entering 'third_party/googletest' 2024-12-17T23:31:59.9263364Z Entering 'third_party/ideep' 2024-12-17T23:31:59.9306129Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:31:59.9360044Z Entering 'third_party/ittapi' 2024-12-17T23:31:59.9405020Z Entering 'third_party/kineto' 2024-12-17T23:31:59.9448166Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:31:59.9492935Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:31:59.9538644Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:31:59.9583930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:31:59.9628284Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:31:59.9671184Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:31:59.9719213Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:31:59.9764159Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:31:59.9809103Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:31:59.9855444Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:31:59.9901565Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:31:59.9945118Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:31:59.9991123Z Entering 'third_party/mimalloc' 2024-12-17T23:32:00.0035408Z Entering 'third_party/nccl/nccl' 2024-12-17T23:32:00.0079167Z Entering 'third_party/nlohmann' 2024-12-17T23:32:00.0123387Z Entering 'third_party/onnx' 2024-12-17T23:32:00.0179960Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:32:00.0228597Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:32:00.0273130Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:32:00.0321170Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:32:00.0365105Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:32:00.0413117Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:32:00.0458088Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:32:00.0502711Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:32:00.0546751Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:32:00.0589037Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:32:00.0634868Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:32:00.0682663Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:32:00.0745947Z Entering 'third_party/pocketfft' 2024-12-17T23:32:00.0791175Z Entering 'third_party/protobuf' 2024-12-17T23:32:00.0837075Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:32:00.0881331Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:32:00.0928575Z Entering 'third_party/psimd' 2024-12-17T23:32:00.0972184Z Entering 'third_party/pthreadpool' 2024-12-17T23:32:00.1021506Z Entering 'third_party/pybind11' 2024-12-17T23:32:00.1065862Z Entering 'third_party/python-peachpy' 2024-12-17T23:32:00.1110521Z Entering 'third_party/sleef' 2024-12-17T23:32:00.1154172Z Entering 'third_party/tensorpipe' 2024-12-17T23:32:00.1197376Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:32:00.1241933Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:32:00.1288305Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:32:00.1332598Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:32:00.1376450Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:32:00.1440331Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:32:00.1460587Z http.https://github.com/.extraheader 2024-12-17T23:32:00.1471130Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-12-17T23:32:00.1504348Z [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' || :" 2024-12-17T23:32:00.1737067Z Entering 'android/libs/fbjni' 2024-12-17T23:32:00.1763371Z http.https://github.com/.extraheader 2024-12-17T23:32:00.1798231Z Entering 'third_party/FP16' 2024-12-17T23:32:00.1822633Z http.https://github.com/.extraheader 2024-12-17T23:32:00.1857029Z Entering 'third_party/FXdiv' 2024-12-17T23:32:00.1881277Z http.https://github.com/.extraheader 2024-12-17T23:32:00.1916016Z Entering 'third_party/NNPACK' 2024-12-17T23:32:00.1940208Z http.https://github.com/.extraheader 2024-12-17T23:32:00.1976193Z Entering 'third_party/NVTX' 2024-12-17T23:32:00.2001141Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2036250Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:32:00.2060798Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2095652Z Entering 'third_party/XNNPACK' 2024-12-17T23:32:00.2120757Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2168123Z Entering 'third_party/benchmark' 2024-12-17T23:32:00.2192771Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2228023Z Entering 'third_party/composable_kernel' 2024-12-17T23:32:00.2252246Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2293006Z Entering 'third_party/cpp-httplib' 2024-12-17T23:32:00.2317303Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2351403Z Entering 'third_party/cpuinfo' 2024-12-17T23:32:00.2377032Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2413154Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:32:00.2438287Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2474630Z Entering 'third_party/cutlass' 2024-12-17T23:32:00.2499077Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2542708Z Entering 'third_party/eigen' 2024-12-17T23:32:00.2568043Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2606385Z Entering 'third_party/fbgemm' 2024-12-17T23:32:00.2632520Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2668227Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:32:00.2694153Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2729485Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:32:00.2753722Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2789471Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:32:00.2814208Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2855344Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:32:00.2879614Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2914622Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:32:00.2938911Z http.https://github.com/.extraheader 2024-12-17T23:32:00.2975955Z Entering 'third_party/flatbuffers' 2024-12-17T23:32:00.3001287Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3039411Z Entering 'third_party/fmt' 2024-12-17T23:32:00.3065723Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3100890Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:32:00.3126440Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3161530Z Entering 'third_party/gloo' 2024-12-17T23:32:00.3185995Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3221515Z Entering 'third_party/googletest' 2024-12-17T23:32:00.3247402Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3283868Z Entering 'third_party/ideep' 2024-12-17T23:32:00.3311677Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3345141Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:32:00.3370863Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3414346Z Entering 'third_party/ittapi' 2024-12-17T23:32:00.3441838Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3476759Z Entering 'third_party/kineto' 2024-12-17T23:32:00.3501524Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3536147Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:32:00.3562045Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3597457Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:32:00.3622598Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3661249Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:32:00.3686423Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3723212Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:32:00.3747560Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3783460Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:32:00.3808330Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3842670Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:32:00.3866919Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3905134Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:32:00.3930052Z http.https://github.com/.extraheader 2024-12-17T23:32:00.3965724Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:32:00.3992367Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4030789Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:32:00.4055149Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4093151Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:32:00.4118741Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4157620Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:32:00.4181510Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4216647Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:32:00.4241227Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4278605Z Entering 'third_party/mimalloc' 2024-12-17T23:32:00.4302782Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4337257Z Entering 'third_party/nccl/nccl' 2024-12-17T23:32:00.4361571Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4395859Z Entering 'third_party/nlohmann' 2024-12-17T23:32:00.4419975Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4455928Z Entering 'third_party/onnx' 2024-12-17T23:32:00.4480163Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4526303Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:32:00.4550907Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4593134Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:32:00.4619074Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4654518Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:32:00.4680280Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4714966Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:32:00.4739149Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4774044Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:32:00.4798872Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4837162Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:32:00.4861866Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4899648Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:32:00.4925081Z http.https://github.com/.extraheader 2024-12-17T23:32:00.4963366Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:32:00.4988674Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5023751Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:32:00.5047952Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5082328Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:32:00.5106722Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5143264Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:32:00.5168411Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5205774Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:32:00.5229640Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5284721Z Entering 'third_party/pocketfft' 2024-12-17T23:32:00.5309185Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5345335Z Entering 'third_party/protobuf' 2024-12-17T23:32:00.5370260Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5406906Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:32:00.5431408Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5466923Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:32:00.5491437Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5528965Z Entering 'third_party/psimd' 2024-12-17T23:32:00.5553490Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5590204Z Entering 'third_party/pthreadpool' 2024-12-17T23:32:00.5615089Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5649598Z Entering 'third_party/pybind11' 2024-12-17T23:32:00.5673949Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5710649Z Entering 'third_party/python-peachpy' 2024-12-17T23:32:00.5735683Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5770624Z Entering 'third_party/sleef' 2024-12-17T23:32:00.5795352Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5831606Z Entering 'third_party/tensorpipe' 2024-12-17T23:32:00.5859201Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5893339Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:32:00.5918633Z http.https://github.com/.extraheader 2024-12-17T23:32:00.5953675Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:32:00.5978163Z http.https://github.com/.extraheader 2024-12-17T23:32:00.6015270Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:32:00.6039628Z http.https://github.com/.extraheader 2024-12-17T23:32:00.6074864Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:32:00.6099252Z http.https://github.com/.extraheader 2024-12-17T23:32:00.6134562Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:32:00.6159648Z http.https://github.com/.extraheader 2024-12-17T23:32:00.6319150Z Evaluate and set job outputs 2024-12-17T23:32:00.6324726Z Set output 'pt_release_name' 2024-12-17T23:32:00.6326550Z Cleaning up orphan processes