2025-03-10T20:52:03.2929412Z ##[section]Starting: Clone dotnet/sdk 2025-03-10T20:52:03.2931474Z ============================================================================== 2025-03-10T20:52:03.2931585Z Task : Get sources 2025-03-10T20:52:03.2931656Z Description : Get sources from a repository. Supports Git, TfsVC, and SVN repositories. 2025-03-10T20:52:03.2931755Z Version : 1.0.0 2025-03-10T20:52:03.2931966Z Author : Microsoft 2025-03-10T20:52:03.2932044Z Help : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199) 2025-03-10T20:52:03.2932135Z ============================================================================== 2025-03-10T20:52:04.5993983Z Repository is current at '/mnt/vss/_work/1/s/sdk', move to '/mnt/vss/_work/1/sdk'. 2025-03-10T20:52:04.5994746Z Repository will be located at '/mnt/vss/_work/1/sdk'. 2025-03-10T20:52:04.5995123Z Syncing repository: dotnet/sdk (GitHub) 2025-03-10T20:52:04.6001103Z ##[command]git version 2025-03-10T20:52:04.6005468Z git version 2.48.1 2025-03-10T20:52:04.6006043Z ##[command]git lfs version 2025-03-10T20:52:04.6010775Z git-lfs/3.0.2 (GitHub; linux amd64; go 1.18.1) 2025-03-10T20:52:04.6012013Z ##[command]git init "/mnt/vss/_work/1/sdk" 2025-03-10T20:52:04.6015652Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-10T20:52:04.6015869Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-10T20:52:04.6016086Z hint: of your new repositories, which will suppress this warning, call: 2025-03-10T20:52:04.6016256Z hint: 2025-03-10T20:52:04.6016416Z hint: git config --global init.defaultBranch <name> 2025-03-10T20:52:04.6016582Z hint: 2025-03-10T20:52:04.6016745Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-10T20:52:04.6016964Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-10T20:52:04.6017131Z hint: 2025-03-10T20:52:04.6017386Z hint: git branch -m <name> 2025-03-10T20:52:04.6017645Z Initialized empty Git repository in /mnt/vss/_work/1/sdk/.git/ 2025-03-10T20:52:04.6018866Z ##[command]git remote add origin https://github.com/dotnet/sdk 2025-03-10T20:52:04.6024002Z ##[command]git config gc.auto 0 2025-03-10T20:52:04.6029001Z ##[command]git config core.longpaths true 2025-03-10T20:52:04.6032920Z ##[command]git config --get-all http.https://github.com/dotnet/sdk.extraheader 2025-03-10T20:52:04.6039016Z ##[command]git config --get-all http.extraheader 2025-03-10T20:52:04.6043726Z ##[command]git config --get-regexp .*extraheader 2025-03-10T20:52:04.6048679Z ##[command]git config --get-all http.proxy 2025-03-10T20:52:04.6053313Z ##[command]git config http.version HTTP/1.1 2025-03-10T20:52:04.6060219Z ##[command]git --config-env=http.extraheader=env_var_http.extraheader fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/pull/47423/merge:refs/remotes/pull/47423/merge 2025-03-10T20:52:04.6064087Z fatal: couldn't find remote ref refs/pull/47423/merge 2025-03-10T20:52:05.4203131Z ##[warning]Git fetch failed with exit code 128, back off 1.922 seconds before retry. 2025-03-10T20:52:06.0946590Z ##[command]git --config-env=http.extraheader=env_var_http.extraheader fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/pull/47423/merge:refs/remotes/pull/47423/merge 2025-03-10T20:52:06.4811750Z fatal: couldn't find remote ref refs/pull/47423/merge 2025-03-10T20:52:07.1369307Z ##[warning]Git fetch failed with exit code 128, back off 9.507 seconds before retry. 2025-03-10T20:52:15.9928055Z ##[command]git --config-env=http.extraheader=env_var_http.extraheader fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/pull/47423/merge:refs/remotes/pull/47423/merge 2025-03-10T20:52:16.4153849Z fatal: couldn't find remote ref refs/pull/47423/merge 2025-03-10T20:52:17.1977972Z ##[error]Git fetch failed with exit code: 128 2025-03-10T20:52:17.1981615Z ##[section]Finishing: Clone dotnet/sdk