2025-03-09T13:02:02.6323548Z ##[section]Starting: Clone dotnet/sdk
2025-03-09T13:02:02.6325911Z ==============================================================================
2025-03-09T13:02:02.6326039Z Task         : Get sources
2025-03-09T13:02:02.6326104Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2025-03-09T13:02:02.6326219Z Version      : 1.0.0
2025-03-09T13:02:02.6326295Z Author       : Microsoft
2025-03-09T13:02:02.6326372Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2025-03-09T13:02:02.6326477Z ==============================================================================
2025-03-09T13:02:03.7043228Z Repository is current at '/mnt/vss/_work/1/s/sdk', move to '/mnt/vss/_work/1/sdk'.
2025-03-09T13:02:03.7043672Z Repository will be located at '/mnt/vss/_work/1/sdk'.
2025-03-09T13:02:03.7043862Z Syncing repository: dotnet/sdk (GitHub)
2025-03-09T13:02:03.7048165Z ##[command]git version
2025-03-09T13:02:03.7052753Z git version 2.48.1
2025-03-09T13:02:03.7053357Z ##[command]git lfs version
2025-03-09T13:02:03.7057850Z git-lfs/3.0.2 (GitHub; linux amd64; go 1.18.1)
2025-03-09T13:02:03.7059099Z ##[command]git init "/mnt/vss/_work/1/sdk"
2025-03-09T13:02:03.7062929Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-03-09T13:02:03.7063157Z hint: is subject to change. To configure the initial branch name to use in all
2025-03-09T13:02:03.7063374Z hint: of your new repositories, which will suppress this warning, call:
2025-03-09T13:02:03.7063547Z hint:
2025-03-09T13:02:03.7063713Z hint: 	git config --global init.defaultBranch <name>
2025-03-09T13:02:03.7063870Z hint:
2025-03-09T13:02:03.7064040Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-03-09T13:02:03.7064255Z hint: 'development'. The just-created branch can be renamed via this command:
2025-03-09T13:02:03.7064433Z hint:
2025-03-09T13:02:03.7064576Z hint: 	git branch -m <name>
2025-03-09T13:02:03.7064753Z Initialized empty Git repository in /mnt/vss/_work/1/sdk/.git/
2025-03-09T13:02:03.7065994Z ##[command]git remote add origin https://github.com/dotnet/sdk
2025-03-09T13:02:03.7071634Z ##[command]git config gc.auto 0
2025-03-09T13:02:03.7076284Z ##[command]git config core.longpaths true
2025-03-09T13:02:03.7080150Z ##[command]git config --get-all http.https://github.com/dotnet/sdk.extraheader
2025-03-09T13:02:03.7085802Z ##[command]git config --get-all http.extraheader
2025-03-09T13:02:03.7090453Z ##[command]git config --get-regexp .*extraheader
2025-03-09T13:02:03.7095288Z ##[command]git config --get-all http.proxy
2025-03-09T13:02:03.7100079Z ##[command]git config http.version HTTP/1.1
2025-03-09T13:02:03.7107450Z ##[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/47393/merge:refs/remotes/pull/47393/merge
2025-03-09T13:02:03.7111356Z fatal: couldn't find remote ref refs/pull/47393/merge
2025-03-09T13:02:04.2680331Z ##[warning]Git fetch failed with exit code 128, back off 6.055 seconds before retry.
2025-03-09T13:02:09.4586669Z ##[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/47393/merge:refs/remotes/pull/47393/merge
2025-03-09T13:02:09.9360427Z fatal: couldn't find remote ref refs/pull/47393/merge
2025-03-09T13:02:11.0334822Z ##[warning]Git fetch failed with exit code 128, back off 7.364 seconds before retry.
2025-03-09T13:02:17.3042898Z ##[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/47393/merge:refs/remotes/pull/47393/merge
2025-03-09T13:02:17.7105620Z fatal: couldn't find remote ref refs/pull/47393/merge
2025-03-09T13:02:18.5951703Z ##[error]Git fetch failed with exit code: 128
2025-03-09T13:02:18.5956092Z ##[section]Finishing: Clone dotnet/sdk