2025-03-10T19:26:40.0541224Z ##[section]Starting: Clone dotnet/sdk
2025-03-10T19:26:40.0543500Z ==============================================================================
2025-03-10T19:26:40.0543610Z Task         : Get sources
2025-03-10T19:26:40.0543684Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2025-03-10T19:26:40.0543783Z Version      : 1.0.0
2025-03-10T19:26:40.0543867Z Author       : Microsoft
2025-03-10T19:26:40.0543934Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2025-03-10T19:26:40.0544033Z ==============================================================================
2025-03-10T19:26:41.2927594Z Repository is current at '/mnt/vss/_work/1/s/sdk', move to '/mnt/vss/_work/1/sdk'.
2025-03-10T19:26:41.2928043Z Repository will be located at '/mnt/vss/_work/1/sdk'.
2025-03-10T19:26:41.2928240Z Syncing repository: dotnet/sdk (GitHub)
2025-03-10T19:26:41.2932866Z ##[command]git version
2025-03-10T19:26:41.2937183Z git version 2.48.1
2025-03-10T19:26:41.2937781Z ##[command]git lfs version
2025-03-10T19:26:41.2942381Z git-lfs/3.0.2 (GitHub; linux amd64; go 1.18.1)
2025-03-10T19:26:41.2943578Z ##[command]git init "/mnt/vss/_work/1/sdk"
2025-03-10T19:26:41.2947317Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-03-10T19:26:41.2947536Z hint: is subject to change. To configure the initial branch name to use in all
2025-03-10T19:26:41.2947749Z hint: of your new repositories, which will suppress this warning, call:
2025-03-10T19:26:41.2947920Z hint:
2025-03-10T19:26:41.2948084Z hint: 	git config --global init.defaultBranch <name>
2025-03-10T19:26:41.2948244Z hint:
2025-03-10T19:26:41.2948412Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-03-10T19:26:41.2948636Z hint: 'development'. The just-created branch can be renamed via this command:
2025-03-10T19:26:41.2948814Z hint:
2025-03-10T19:26:41.2948955Z hint: 	git branch -m <name>
2025-03-10T19:26:41.2949256Z Initialized empty Git repository in /mnt/vss/_work/1/sdk/.git/
2025-03-10T19:26:41.2950501Z ##[command]git remote add origin https://github.com/dotnet/sdk
2025-03-10T19:26:41.2955719Z ##[command]git config gc.auto 0
2025-03-10T19:26:41.2960520Z ##[command]git config core.longpaths true
2025-03-10T19:26:41.2964425Z ##[command]git config --get-all http.https://github.com/dotnet/sdk.extraheader
2025-03-10T19:26:41.2970110Z ##[command]git config --get-all http.extraheader
2025-03-10T19:26:41.2975057Z ##[command]git config --get-regexp .*extraheader
2025-03-10T19:26:41.2979921Z ##[command]git config --get-all http.proxy
2025-03-10T19:26:41.2984612Z ##[command]git config http.version HTTP/1.1
2025-03-10T19:26:41.2991786Z ##[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/47413/merge:refs/remotes/pull/47413/merge
2025-03-10T19:26:41.2995671Z fatal: couldn't find remote ref refs/pull/47413/merge
2025-03-10T19:26:42.1040983Z ##[warning]Git fetch failed with exit code 128, back off 9.894 seconds before retry.
2025-03-10T19:26:50.7520691Z ##[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/47413/merge:refs/remotes/pull/47413/merge
2025-03-10T19:26:51.1621003Z fatal: couldn't find remote ref refs/pull/47413/merge
2025-03-10T19:26:52.0165289Z ##[warning]Git fetch failed with exit code 128, back off 8.097 seconds before retry.
2025-03-10T19:26:59.2632815Z ##[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/47413/merge:refs/remotes/pull/47413/merge
2025-03-10T19:26:59.7219636Z fatal: couldn't find remote ref refs/pull/47413/merge
2025-03-10T19:27:00.7117336Z ##[error]Git fetch failed with exit code: 128
2025-03-10T19:27:00.7122298Z ##[section]Finishing: Clone dotnet/sdk