2025-03-07T15:51:55.6620009Z ##[section]Starting: Clone dotnet/sdk 2025-03-07T15:51:55.6622277Z ============================================================================== 2025-03-07T15:51:55.6622380Z Task : Get sources 2025-03-07T15:51:55.6622441Z Description : Get sources from a repository. Supports Git, TfsVC, and SVN repositories. 2025-03-07T15:51:55.6622528Z Version : 1.0.0 2025-03-07T15:51:55.6622601Z Author : Microsoft 2025-03-07T15:51:55.6622658Z Help : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199) 2025-03-07T15:51:55.6622740Z ============================================================================== 2025-03-07T15:51:56.7872498Z Repository is current at '/mnt/vss/_work/1/s/sdk', move to '/mnt/vss/_work/1/sdk'. 2025-03-07T15:51:56.7873343Z Repository will be located at '/mnt/vss/_work/1/sdk'. 2025-03-07T15:51:56.7873605Z Syncing repository: dotnet/sdk (GitHub) 2025-03-07T15:51:56.7877514Z ##[command]git version 2025-03-07T15:51:56.7881113Z git version 2.48.1 2025-03-07T15:51:56.7881617Z ##[command]git lfs version 2025-03-07T15:51:56.7885523Z git-lfs/3.0.2 (GitHub; linux amd64; go 1.18.1) 2025-03-07T15:51:56.7886525Z ##[command]git init "/mnt/vss/_work/1/sdk" 2025-03-07T15:51:56.7889552Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-07T15:51:56.7889736Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-07T15:51:56.7889918Z hint: of your new repositories, which will suppress this warning, call: 2025-03-07T15:51:56.7890059Z hint: 2025-03-07T15:51:56.7890190Z hint: git config --global init.defaultBranch <name> 2025-03-07T15:51:56.7890320Z hint: 2025-03-07T15:51:56.7890460Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-07T15:51:56.7890651Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-07T15:51:56.7890792Z hint: 2025-03-07T15:51:56.7890910Z hint: git branch -m <name> 2025-03-07T15:51:56.7891062Z Initialized empty Git repository in /mnt/vss/_work/1/sdk/.git/ 2025-03-07T15:51:56.7892077Z ##[command]git remote add origin https://github.com/dotnet/sdk 2025-03-07T15:51:56.7896621Z ##[command]git config gc.auto 0 2025-03-07T15:51:56.7900514Z ##[command]git config core.longpaths true 2025-03-07T15:51:56.7904182Z ##[command]git config --get-all http.https://github.com/dotnet/sdk.extraheader 2025-03-07T15:51:56.7908408Z ##[command]git config --get-all http.extraheader 2025-03-07T15:51:56.7912276Z ##[command]git config --get-regexp .*extraheader 2025-03-07T15:51:56.7916277Z ##[command]git config --get-all http.proxy 2025-03-07T15:51:56.7920349Z ##[command]git config http.version HTTP/1.1 2025-03-07T15:51:56.7926438Z ##[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/47358/merge:refs/remotes/pull/47358/merge 2025-03-07T15:51:56.7929827Z fatal: couldn't find remote ref refs/pull/47358/merge 2025-03-07T15:51:57.4180821Z ##[warning]Git fetch failed with exit code 128, back off 4.547 seconds before retry. 2025-03-07T15:52:01.0230371Z ##[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/47358/merge:refs/remotes/pull/47358/merge 2025-03-07T15:52:01.4227233Z fatal: couldn't find remote ref refs/pull/47358/merge 2025-03-07T15:52:02.2152593Z ##[warning]Git fetch failed with exit code 128, back off 8.496 seconds before retry. 2025-03-07T15:52:09.9221432Z ##[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/47358/merge:refs/remotes/pull/47358/merge 2025-03-07T15:52:10.3008776Z fatal: couldn't find remote ref refs/pull/47358/merge 2025-03-07T15:52:11.2125765Z ##[error]Git fetch failed with exit code: 128 2025-03-07T15:52:11.2131087Z ##[section]Finishing: Clone dotnet/sdk