2025-03-10T15:31:18.4512212Z ##[section]Starting: Clone dotnet/sdk
2025-03-10T15:31:18.4514278Z ==============================================================================
2025-03-10T15:31:18.4514382Z Task         : Get sources
2025-03-10T15:31:18.4514435Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2025-03-10T15:31:18.4514526Z Version      : 1.0.0
2025-03-10T15:31:18.4514586Z Author       : Microsoft
2025-03-10T15:31:18.4514650Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2025-03-10T15:31:18.4514726Z ==============================================================================
2025-03-10T15:31:19.3440483Z Repository is current at '/mnt/vss/_work/1/s/sdk', move to '/mnt/vss/_work/1/sdk'.
2025-03-10T15:31:19.3441052Z Repository will be located at '/mnt/vss/_work/1/sdk'.
2025-03-10T15:31:19.3441216Z Syncing repository: dotnet/sdk (GitHub)
2025-03-10T15:31:19.3444856Z ##[command]git version
2025-03-10T15:31:19.3448421Z git version 2.48.1
2025-03-10T15:31:19.3448906Z ##[command]git lfs version
2025-03-10T15:31:19.3452475Z git-lfs/3.0.2 (GitHub; linux amd64; go 1.18.1)
2025-03-10T15:31:19.3453447Z ##[command]git init "/mnt/vss/_work/1/sdk"
2025-03-10T15:31:19.3456638Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-03-10T15:31:19.3456824Z hint: is subject to change. To configure the initial branch name to use in all
2025-03-10T15:31:19.3456999Z hint: of your new repositories, which will suppress this warning, call:
2025-03-10T15:31:19.3457141Z hint:
2025-03-10T15:31:19.3457269Z hint: 	git config --global init.defaultBranch <name>
2025-03-10T15:31:19.3457394Z hint:
2025-03-10T15:31:19.3457537Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-03-10T15:31:19.3457715Z hint: 'development'. The just-created branch can be renamed via this command:
2025-03-10T15:31:19.3457855Z hint:
2025-03-10T15:31:19.3457971Z hint: 	git branch -m <name>
2025-03-10T15:31:19.3458113Z Initialized empty Git repository in /mnt/vss/_work/1/sdk/.git/
2025-03-10T15:31:19.3459088Z ##[command]git remote add origin https://github.com/dotnet/sdk
2025-03-10T15:31:19.3463315Z ##[command]git config gc.auto 0
2025-03-10T15:31:19.3467101Z ##[command]git config core.longpaths true
2025-03-10T15:31:19.3470181Z ##[command]git config --get-all http.https://github.com/dotnet/sdk.extraheader
2025-03-10T15:31:19.3474525Z ##[command]git config --get-all http.extraheader
2025-03-10T15:31:19.3478359Z ##[command]git config --get-regexp .*extraheader
2025-03-10T15:31:19.3482079Z ##[command]git config --get-all http.proxy
2025-03-10T15:31:19.3485795Z ##[command]git config http.version HTTP/1.1
2025-03-10T15:31:19.3491334Z ##[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/47409/merge:refs/remotes/pull/47409/merge
2025-03-10T15:31:19.3494416Z fatal: couldn't find remote ref refs/pull/47409/merge
2025-03-10T15:31:20.4188545Z ##[warning]Git fetch failed with exit code 128, back off 7.943 seconds before retry.
2025-03-10T15:31:27.1286351Z ##[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/47409/merge:refs/remotes/pull/47409/merge
2025-03-10T15:31:27.5626863Z fatal: couldn't find remote ref refs/pull/47409/merge
2025-03-10T15:31:28.5479355Z ##[warning]Git fetch failed with exit code 128, back off 4.29 seconds before retry.
2025-03-10T15:31:31.8573520Z ##[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/47409/merge:refs/remotes/pull/47409/merge
2025-03-10T15:31:32.4288159Z fatal: couldn't find remote ref refs/pull/47409/merge
2025-03-10T15:31:34.1798096Z ##[error]Git fetch failed with exit code: 128
2025-03-10T15:31:34.1804466Z ##[section]Finishing: Clone dotnet/sdk