2025-03-11T11:20:53.2186882Z ##[section]Starting: Clone dotnet/sdk
2025-03-11T11:20:53.2189180Z ==============================================================================
2025-03-11T11:20:53.2189272Z Task         : Get sources
2025-03-11T11:20:53.2189324Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2025-03-11T11:20:53.2189400Z Version      : 1.0.0
2025-03-11T11:20:53.2189456Z Author       : Microsoft
2025-03-11T11:20:53.2189511Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2025-03-11T11:20:53.2189578Z ==============================================================================
2025-03-11T11:20:53.9455108Z Repository is current at '/mnt/vss/_work/1/s/sdk', move to '/mnt/vss/_work/1/sdk'.
2025-03-11T11:20:53.9455715Z Repository will be located at '/mnt/vss/_work/1/sdk'.
2025-03-11T11:20:53.9455965Z Syncing repository: dotnet/sdk (GitHub)
2025-03-11T11:20:53.9462142Z ##[command]git version
2025-03-11T11:20:53.9467589Z git version 2.48.1
2025-03-11T11:20:53.9468543Z ##[command]git lfs version
2025-03-11T11:20:53.9471949Z git-lfs/3.0.2 (GitHub; linux amd64; go 1.18.1)
2025-03-11T11:20:53.9472760Z ##[command]git init "/mnt/vss/_work/1/sdk"
2025-03-11T11:20:53.9475235Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-03-11T11:20:53.9475395Z hint: is subject to change. To configure the initial branch name to use in all
2025-03-11T11:20:53.9475550Z hint: of your new repositories, which will suppress this warning, call:
2025-03-11T11:20:53.9475665Z hint:
2025-03-11T11:20:53.9475778Z hint: 	git config --global init.defaultBranch <name>
2025-03-11T11:20:53.9475885Z hint:
2025-03-11T11:20:53.9476003Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-03-11T11:20:53.9476155Z hint: 'development'. The just-created branch can be renamed via this command:
2025-03-11T11:20:53.9476275Z hint:
2025-03-11T11:20:53.9476372Z hint: 	git branch -m <name>
2025-03-11T11:20:53.9476495Z Initialized empty Git repository in /mnt/vss/_work/1/sdk/.git/
2025-03-11T11:20:53.9477340Z ##[command]git remote add origin https://github.com/dotnet/sdk
2025-03-11T11:20:53.9481174Z ##[command]git config gc.auto 0
2025-03-11T11:20:53.9484320Z ##[command]git config core.longpaths true
2025-03-11T11:20:53.9487197Z ##[command]git config --get-all http.https://github.com/dotnet/sdk.extraheader
2025-03-11T11:20:53.9490854Z ##[command]git config --get-all http.extraheader
2025-03-11T11:20:53.9494003Z ##[command]git config --get-regexp .*extraheader
2025-03-11T11:20:53.9497135Z ##[command]git config --get-all http.proxy
2025-03-11T11:20:53.9500458Z ##[command]git config http.version HTTP/1.1
2025-03-11T11:20:53.9505067Z ##[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/47448/merge:refs/remotes/pull/47448/merge
2025-03-11T11:20:53.9507635Z fatal: couldn't find remote ref refs/pull/47448/merge
2025-03-11T11:20:55.0173462Z ##[warning]Git fetch failed with exit code 128, back off 7.947 seconds before retry.
2025-03-11T11:21:01.8355918Z ##[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/47448/merge:refs/remotes/pull/47448/merge
2025-03-11T11:21:02.1552283Z fatal: couldn't find remote ref refs/pull/47448/merge
2025-03-11T11:21:03.1008801Z ##[warning]Git fetch failed with exit code 128, back off 4.59 seconds before retry.
2025-03-11T11:21:06.7483459Z ##[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/47448/merge:refs/remotes/pull/47448/merge
2025-03-11T11:21:07.0911479Z fatal: couldn't find remote ref refs/pull/47448/merge
2025-03-11T11:21:08.1030629Z ##[error]Git fetch failed with exit code: 128
2025-03-11T11:21:08.1035723Z ##[section]Finishing: Clone dotnet/sdk