2025-03-11T11:24:37.3122430Z ##[section]Starting: Clone dotnet/sdk
2025-03-11T11:24:37.3125944Z ==============================================================================
2025-03-11T11:24:37.3126076Z Task         : Get sources
2025-03-11T11:24:37.3126136Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2025-03-11T11:24:37.3126246Z Version      : 1.0.0
2025-03-11T11:24:37.3126303Z Author       : Microsoft
2025-03-11T11:24:37.3126366Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2025-03-11T11:24:37.3126454Z ==============================================================================
2025-03-11T11:24:37.5654493Z Repository is current at 'D:\a\_work\1\s\sdk', move to 'D:\a\_work\1\sdk'.
2025-03-11T11:24:37.5726150Z Repository will be located at 'D:\a\_work\1\sdk'.
2025-03-11T11:24:37.5726495Z Syncing repository: dotnet/sdk (GitHub)
2025-03-11T11:24:37.5731257Z Prepending Path environment variable with directory containing 'git.exe'.
2025-03-11T11:24:37.5732432Z ##[command]git version
2025-03-11T11:24:37.6317266Z git version 2.47.0.windows.2
2025-03-11T11:24:37.6343900Z ##[command]git lfs version
2025-03-11T11:24:37.7277425Z git-lfs/3.4.0 (GitHub; windows amd64; go 1.20.6; git d06d6e9e)
2025-03-11T11:24:37.7417551Z ##[command]git init "D:\a\_work\1\sdk"
2025-03-11T11:24:37.7927820Z Initialized empty Git repository in D:/a/_work/1/sdk/.git/
2025-03-11T11:24:37.7968230Z ##[command]git remote add origin https://github.com/dotnet/sdk
2025-03-11T11:24:37.8482261Z ##[command]git config gc.auto 0
2025-03-11T11:24:37.8949484Z ##[command]git config core.longpaths true
2025-03-11T11:24:37.9001172Z ##[command]git config --get-all http.https://github.com/dotnet/sdk.extraheader
2025-03-11T11:24:37.9480574Z ##[command]git config --get-all http.extraheader
2025-03-11T11:24:37.9949666Z ##[command]git config --get-regexp .*extraheader
2025-03-11T11:24:38.0427291Z ##[command]git config --get-all http.proxy
2025-03-11T11:24:38.0910615Z ##[command]git config http.version HTTP/1.1
2025-03-11T11:24:38.1396496Z ##[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/47448/merge:refs/remotes/pull/47448/merge
2025-03-11T11:24:38.5666535Z fatal: couldn't find remote ref refs/pull/47448/merge
2025-03-11T11:24:38.5938951Z ##[warning]Git fetch failed with exit code 128, back off 1.619 seconds before retry.
2025-03-11T11:24:40.1868867Z ##[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/47448/merge:refs/remotes/pull/47448/merge
2025-03-11T11:24:40.6287328Z fatal: couldn't find remote ref refs/pull/47448/merge
2025-03-11T11:24:40.6520382Z ##[warning]Git fetch failed with exit code 128, back off 6.018 seconds before retry.
2025-03-11T11:24:46.6512499Z ##[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/47448/merge:refs/remotes/pull/47448/merge
2025-03-11T11:24:47.0736998Z fatal: couldn't find remote ref refs/pull/47448/merge
2025-03-11T11:24:47.1012586Z ##[error]Git fetch failed with exit code: 128
2025-03-11T11:24:47.1021295Z ##[section]Finishing: Clone dotnet/sdk