2025-03-10T18:26:47.6051997Z ##[section]Starting: Clone dotnet/sdk
2025-03-10T18:26:47.6055390Z ==============================================================================
2025-03-10T18:26:47.6055528Z Task         : Get sources
2025-03-10T18:26:47.6055588Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2025-03-10T18:26:47.6055702Z Version      : 1.0.0
2025-03-10T18:26:47.6055761Z Author       : Microsoft
2025-03-10T18:26:47.6055828Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2025-03-10T18:26:47.6055917Z ==============================================================================
2025-03-10T18:26:47.8556763Z Repository is current at 'D:\a\_work\1\s\sdk', move to 'D:\a\_work\1\sdk'.
2025-03-10T18:26:47.8557184Z Repository will be located at 'D:\a\_work\1\sdk'.
2025-03-10T18:26:47.8557358Z Syncing repository: dotnet/sdk (GitHub)
2025-03-10T18:26:47.8569820Z Prepending Path environment variable with directory containing 'git.exe'.
2025-03-10T18:26:47.8594338Z ##[command]git version
2025-03-10T18:26:47.9139367Z git version 2.47.0.windows.2
2025-03-10T18:26:47.9165305Z ##[command]git lfs version
2025-03-10T18:26:47.9986168Z git-lfs/3.4.0 (GitHub; windows amd64; go 1.20.6; git d06d6e9e)
2025-03-10T18:26:48.0119582Z ##[command]git init "D:\a\_work\1\sdk"
2025-03-10T18:26:48.0598942Z Initialized empty Git repository in D:/a/_work/1/sdk/.git/
2025-03-10T18:26:48.0638831Z ##[command]git remote add origin https://github.com/dotnet/sdk
2025-03-10T18:26:48.1132359Z ##[command]git config gc.auto 0
2025-03-10T18:26:48.1580010Z ##[command]git config core.longpaths true
2025-03-10T18:26:48.1623521Z ##[command]git config --get-all http.https://github.com/dotnet/sdk.extraheader
2025-03-10T18:26:48.2070397Z ##[command]git config --get-all http.extraheader
2025-03-10T18:26:48.2503249Z ##[command]git config --get-regexp .*extraheader
2025-03-10T18:26:48.2936495Z ##[command]git config --get-all http.proxy
2025-03-10T18:26:48.3363458Z ##[command]git config http.version HTTP/1.1
2025-03-10T18:26:48.3851514Z ##[command]git --config-env=http.extraheader=env_var_http.extraheader fetch --force --no-tags --prune --prune-tags --progress --no-recurse-submodules origin   +refs/heads/*:refs/remotes/origin/* +refs/pull/47416/merge:refs/remotes/pull/47416/merge
2025-03-10T18:26:48.7991524Z fatal: couldn't find remote ref refs/pull/47416/merge
2025-03-10T18:26:48.8270607Z ##[warning]Git fetch failed with exit code 128, back off 6.467 seconds before retry.
2025-03-10T18:26:55.2748575Z ##[command]git --config-env=http.extraheader=env_var_http.extraheader fetch --force --no-tags --prune --prune-tags --progress --no-recurse-submodules origin   +refs/heads/*:refs/remotes/origin/* +refs/pull/47416/merge:refs/remotes/pull/47416/merge
2025-03-10T18:26:55.6976440Z fatal: couldn't find remote ref refs/pull/47416/merge
2025-03-10T18:26:55.7260636Z ##[warning]Git fetch failed with exit code 128, back off 3.862 seconds before retry.
2025-03-10T18:26:59.5670862Z ##[command]git --config-env=http.extraheader=env_var_http.extraheader fetch --force --no-tags --prune --prune-tags --progress --no-recurse-submodules origin   +refs/heads/*:refs/remotes/origin/* +refs/pull/47416/merge:refs/remotes/pull/47416/merge
2025-03-10T18:26:59.9840196Z fatal: couldn't find remote ref refs/pull/47416/merge
2025-03-10T18:27:00.0064075Z ##[error]Git fetch failed with exit code: 128
2025-03-10T18:27:00.0072342Z ##[section]Finishing: Clone dotnet/sdk