2025-03-11T11:22:42.2130967Z ##[section]Starting: Clone dotnet/sdk
2025-03-11T11:22:42.2133346Z ==============================================================================
2025-03-11T11:22:42.2133497Z Task         : Get sources
2025-03-11T11:22:42.2133575Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2025-03-11T11:22:42.2133707Z Version      : 1.0.0
2025-03-11T11:22:42.2133790Z Author       : Microsoft
2025-03-11T11:22:42.2133878Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2025-03-11T11:22:42.2133993Z ==============================================================================
2025-03-11T11:22:43.1060579Z Repository is current at '/mnt/vss/_work/1/s/sdk', move to '/mnt/vss/_work/1/sdk'.
2025-03-11T11:22:43.1061202Z Repository will be located at '/mnt/vss/_work/1/sdk'.
2025-03-11T11:22:43.1061533Z Syncing repository: dotnet/sdk (GitHub)
2025-03-11T11:22:43.1068093Z ##[command]git version
2025-03-11T11:22:43.1074497Z git version 2.48.1
2025-03-11T11:22:43.1075418Z ##[command]git lfs version
2025-03-11T11:22:43.1082396Z git-lfs/3.0.2 (GitHub; linux amd64; go 1.18.1)
2025-03-11T11:22:43.1084181Z ##[command]git init "/mnt/vss/_work/1/sdk"
2025-03-11T11:22:43.1089863Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-03-11T11:22:43.1090163Z hint: is subject to change. To configure the initial branch name to use in all
2025-03-11T11:22:43.1090454Z hint: of your new repositories, which will suppress this warning, call:
2025-03-11T11:22:43.1090690Z hint:
2025-03-11T11:22:43.1090911Z hint: 	git config --global init.defaultBranch <name>
2025-03-11T11:22:43.1091125Z hint:
2025-03-11T11:22:43.1091438Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-03-11T11:22:43.1091823Z hint: 'development'. The just-created branch can be renamed via this command:
2025-03-11T11:22:43.1092066Z hint:
2025-03-11T11:22:43.1092262Z hint: 	git branch -m <name>
2025-03-11T11:22:43.1092500Z Initialized empty Git repository in /mnt/vss/_work/1/sdk/.git/
2025-03-11T11:22:43.1094312Z ##[command]git remote add origin https://github.com/dotnet/sdk
2025-03-11T11:22:43.1102242Z ##[command]git config gc.auto 0
2025-03-11T11:22:43.1109370Z ##[command]git config core.longpaths true
2025-03-11T11:22:43.1115228Z ##[command]git config --get-all http.https://github.com/dotnet/sdk.extraheader
2025-03-11T11:22:43.1123733Z ##[command]git config --get-all http.extraheader
2025-03-11T11:22:43.1130956Z ##[command]git config --get-regexp .*extraheader
2025-03-11T11:22:43.1137906Z ##[command]git config --get-all http.proxy
2025-03-11T11:22:43.1144945Z ##[command]git config http.version HTTP/1.1
2025-03-11T11:22:43.1155135Z ##[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/47446/merge:refs/remotes/pull/47446/merge
2025-03-11T11:22:43.1162938Z fatal: couldn't find remote ref refs/pull/47446/merge
2025-03-11T11:22:43.9459900Z ##[warning]Git fetch failed with exit code 128, back off 4.051 seconds before retry.
2025-03-11T11:22:47.0305592Z ##[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/47446/merge:refs/remotes/pull/47446/merge
2025-03-11T11:22:47.4321761Z fatal: couldn't find remote ref refs/pull/47446/merge
2025-03-11T11:22:48.2012573Z ##[warning]Git fetch failed with exit code 128, back off 9.963 seconds before retry.
2025-03-11T11:22:57.3999260Z ##[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/47446/merge:refs/remotes/pull/47446/merge
2025-03-11T11:22:57.8054150Z fatal: couldn't find remote ref refs/pull/47446/merge
2025-03-11T11:22:58.5138625Z ##[error]Git fetch failed with exit code: 128
2025-03-11T11:22:58.5144584Z ##[section]Finishing: Clone dotnet/sdk