2025-03-05T16:32:04.8931235Z ##[section]Starting: Clone dotnet/sdk 2025-03-05T16:32:04.8933313Z ============================================================================== 2025-03-05T16:32:04.8933420Z Task : Get sources 2025-03-05T16:32:04.8933476Z Description : Get sources from a repository. Supports Git, TfsVC, and SVN repositories. 2025-03-05T16:32:04.8933568Z Version : 1.0.0 2025-03-05T16:32:04.8933645Z Author : Microsoft 2025-03-05T16:32:04.8933706Z Help : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199) 2025-03-05T16:32:04.8933782Z ============================================================================== 2025-03-05T16:32:06.1399536Z Repository is current at '/mnt/vss/_work/1/s/sdk', move to '/mnt/vss/_work/1/sdk'. 2025-03-05T16:32:06.1399948Z Repository will be located at '/mnt/vss/_work/1/sdk'. 2025-03-05T16:32:06.1400122Z Syncing repository: dotnet/sdk (GitHub) 2025-03-05T16:32:06.1403963Z ##[command]git version 2025-03-05T16:32:06.1407838Z git version 2.48.1 2025-03-05T16:32:06.1408373Z ##[command]git lfs version 2025-03-05T16:32:06.1412305Z git-lfs/3.0.2 (GitHub; linux amd64; go 1.18.1) 2025-03-05T16:32:06.1413313Z ##[command]git init "/mnt/vss/_work/1/sdk" 2025-03-05T16:32:06.1416404Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-05T16:32:06.1416589Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-05T16:32:06.1416767Z hint: of your new repositories, which will suppress this warning, call: 2025-03-05T16:32:06.1416913Z hint: 2025-03-05T16:32:06.1417046Z hint: git config --global init.defaultBranch <name> 2025-03-05T16:32:06.1417187Z hint: 2025-03-05T16:32:06.1417323Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-05T16:32:06.1417497Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-05T16:32:06.1417641Z hint: 2025-03-05T16:32:06.1417759Z hint: git branch -m <name> 2025-03-05T16:32:06.1418077Z Initialized empty Git repository in /mnt/vss/_work/1/sdk/.git/ 2025-03-05T16:32:06.1419305Z ##[command]git remote add origin https://github.com/dotnet/sdk 2025-03-05T16:32:06.1423795Z ##[command]git config gc.auto 0 2025-03-05T16:32:06.1427733Z ##[command]git config core.longpaths true 2025-03-05T16:32:06.1431818Z ##[command]git config --get-all http.https://github.com/dotnet/sdk.extraheader 2025-03-05T16:32:06.1435745Z ##[command]git config --get-all http.extraheader 2025-03-05T16:32:06.1439822Z ##[command]git config --get-regexp .*extraheader 2025-03-05T16:32:06.1443738Z ##[command]git config --get-all http.proxy 2025-03-05T16:32:06.1447632Z ##[command]git config http.version HTTP/1.1 2025-03-05T16:32:06.1453638Z ##[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/47289/merge:refs/remotes/pull/47289/merge 2025-03-05T16:32:06.1457058Z fatal: couldn't find remote ref refs/pull/47289/merge 2025-03-05T16:32:07.1084386Z ##[warning]Git fetch failed with exit code 128, back off 9.97 seconds before retry. 2025-03-05T16:32:15.6144547Z ##[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/47289/merge:refs/remotes/pull/47289/merge 2025-03-05T16:32:16.0260868Z fatal: couldn't find remote ref refs/pull/47289/merge 2025-03-05T16:32:16.8671564Z ##[warning]Git fetch failed with exit code 128, back off 1.893 seconds before retry. 2025-03-05T16:32:17.9233672Z ##[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/47289/merge:refs/remotes/pull/47289/merge 2025-03-05T16:32:18.4013558Z fatal: couldn't find remote ref refs/pull/47289/merge 2025-03-05T16:32:19.2750388Z ##[error]Git fetch failed with exit code: 128 2025-03-05T16:32:19.2756517Z ##[section]Finishing: Clone dotnet/sdk