2025-03-10T19:23:33.8886666Z ##[section]Starting: Clone dotnet/sdk
2025-03-10T19:23:33.8889035Z ==============================================================================
2025-03-10T19:23:33.8889150Z Task         : Get sources
2025-03-10T19:23:33.8889224Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2025-03-10T19:23:33.8889325Z Version      : 1.0.0
2025-03-10T19:23:33.8889406Z Author       : Microsoft
2025-03-10T19:23:33.8889473Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2025-03-10T19:23:33.8889575Z ==============================================================================
2025-03-10T19:23:34.9777853Z Repository is current at '/mnt/vss/_work/1/s/sdk', move to '/mnt/vss/_work/1/sdk'.
2025-03-10T19:23:34.9778420Z Repository will be located at '/mnt/vss/_work/1/sdk'.
2025-03-10T19:23:34.9778652Z Syncing repository: dotnet/sdk (GitHub)
2025-03-10T19:23:34.9783557Z ##[command]git version
2025-03-10T19:23:34.9788289Z git version 2.48.1
2025-03-10T19:23:34.9788958Z ##[command]git lfs version
2025-03-10T19:23:34.9793805Z git-lfs/3.0.2 (GitHub; linux amd64; go 1.18.1)
2025-03-10T19:23:34.9795064Z ##[command]git init "/mnt/vss/_work/1/sdk"
2025-03-10T19:23:34.9799336Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-03-10T19:23:34.9799639Z hint: is subject to change. To configure the initial branch name to use in all
2025-03-10T19:23:34.9799919Z hint: of your new repositories, which will suppress this warning, call:
2025-03-10T19:23:34.9800111Z hint:
2025-03-10T19:23:34.9800281Z hint: 	git config --global init.defaultBranch <name>
2025-03-10T19:23:34.9800445Z hint:
2025-03-10T19:23:34.9800629Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-03-10T19:23:34.9800886Z hint: 'development'. The just-created branch can be renamed via this command:
2025-03-10T19:23:34.9801071Z hint:
2025-03-10T19:23:34.9801229Z hint: 	git branch -m <name>
2025-03-10T19:23:34.9802398Z Initialized empty Git repository in /mnt/vss/_work/1/sdk/.git/
2025-03-10T19:23:34.9803114Z ##[command]git remote add origin https://github.com/dotnet/sdk
2025-03-10T19:23:34.9809110Z ##[command]git config gc.auto 0
2025-03-10T19:23:34.9815351Z ##[command]git config core.longpaths true
2025-03-10T19:23:34.9822586Z ##[command]git config --get-all http.https://github.com/dotnet/sdk.extraheader
2025-03-10T19:23:34.9830457Z ##[command]git config --get-all http.extraheader
2025-03-10T19:23:34.9836013Z ##[command]git config --get-regexp .*extraheader
2025-03-10T19:23:34.9841234Z ##[command]git config --get-all http.proxy
2025-03-10T19:23:34.9846738Z ##[command]git config http.version HTTP/1.1
2025-03-10T19:23:34.9855114Z ##[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/47412/merge:refs/remotes/pull/47412/merge
2025-03-10T19:23:34.9859582Z fatal: couldn't find remote ref refs/pull/47412/merge
2025-03-10T19:23:35.6608335Z ##[warning]Git fetch failed with exit code 128, back off 8.645 seconds before retry.
2025-03-10T19:23:43.3269281Z ##[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/47412/merge:refs/remotes/pull/47412/merge
2025-03-10T19:23:43.7975385Z fatal: couldn't find remote ref refs/pull/47412/merge
2025-03-10T19:23:44.7605028Z ##[warning]Git fetch failed with exit code 128, back off 3.58 seconds before retry.
2025-03-10T19:23:47.3823017Z ##[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/47412/merge:refs/remotes/pull/47412/merge
2025-03-10T19:23:47.8114387Z fatal: couldn't find remote ref refs/pull/47412/merge
2025-03-10T19:23:48.7601436Z ##[error]Git fetch failed with exit code: 128
2025-03-10T19:23:48.7606374Z ##[section]Finishing: Clone dotnet/sdk