2025-03-06T17:26:24.1740435Z ##[section]Starting: Clone dotnet/sdk
2025-03-06T17:26:24.1742489Z ==============================================================================
2025-03-06T17:26:24.1742593Z Task         : Get sources
2025-03-06T17:26:24.1742646Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2025-03-06T17:26:24.1742736Z Version      : 1.0.0
2025-03-06T17:26:24.1742799Z Author       : Microsoft
2025-03-06T17:26:24.1742854Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2025-03-06T17:26:24.1742935Z ==============================================================================
2025-03-06T17:26:25.3483824Z Repository is current at '/mnt/vss/_work/1/s/sdk', move to '/mnt/vss/_work/1/sdk'.
2025-03-06T17:26:25.3484234Z Repository will be located at '/mnt/vss/_work/1/sdk'.
2025-03-06T17:26:25.3484405Z Syncing repository: dotnet/sdk (GitHub)
2025-03-06T17:26:25.3487999Z ##[command]git version
2025-03-06T17:26:25.3491342Z git version 2.48.1
2025-03-06T17:26:25.3491810Z ##[command]git lfs version
2025-03-06T17:26:25.3495595Z git-lfs/3.0.2 (GitHub; linux amd64; go 1.18.1)
2025-03-06T17:26:25.3496557Z ##[command]git init "/mnt/vss/_work/1/sdk"
2025-03-06T17:26:25.3499415Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-03-06T17:26:25.3499601Z hint: is subject to change. To configure the initial branch name to use in all
2025-03-06T17:26:25.3499775Z hint: of your new repositories, which will suppress this warning, call:
2025-03-06T17:26:25.3499918Z hint:
2025-03-06T17:26:25.3500046Z hint: 	git config --global init.defaultBranch <name>
2025-03-06T17:26:25.3500179Z hint:
2025-03-06T17:26:25.3500311Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-03-06T17:26:25.3500484Z hint: 'development'. The just-created branch can be renamed via this command:
2025-03-06T17:26:25.3500626Z hint:
2025-03-06T17:26:25.3500735Z hint: 	git branch -m <name>
2025-03-06T17:26:25.3500875Z Initialized empty Git repository in /mnt/vss/_work/1/sdk/.git/
2025-03-06T17:26:25.3501845Z ##[command]git remote add origin https://github.com/dotnet/sdk
2025-03-06T17:26:25.3506231Z ##[command]git config gc.auto 0
2025-03-06T17:26:25.3509931Z ##[command]git config core.longpaths true
2025-03-06T17:26:25.3513836Z ##[command]git config --get-all http.https://github.com/dotnet/sdk.extraheader
2025-03-06T17:26:25.3517573Z ##[command]git config --get-all http.extraheader
2025-03-06T17:26:25.3521297Z ##[command]git config --get-regexp .*extraheader
2025-03-06T17:26:25.3525271Z ##[command]git config --get-all http.proxy
2025-03-06T17:26:25.3529225Z ##[command]git config http.version HTTP/1.1
2025-03-06T17:26:25.3535308Z ##[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/47312/merge:refs/remotes/pull/47312/merge
2025-03-06T17:26:25.3538541Z fatal: couldn't find remote ref refs/pull/47312/merge
2025-03-06T17:26:26.0458369Z ##[warning]Git fetch failed with exit code 128, back off 8.696 seconds before retry.
2025-03-06T17:26:33.6222350Z ##[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/47312/merge:refs/remotes/pull/47312/merge
2025-03-06T17:26:34.3619043Z fatal: couldn't find remote ref refs/pull/47312/merge
2025-03-06T17:26:35.2298282Z ##[warning]Git fetch failed with exit code 128, back off 2.438 seconds before retry.
2025-03-06T17:26:36.8039426Z ##[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/47312/merge:refs/remotes/pull/47312/merge
2025-03-06T17:26:37.1781800Z fatal: couldn't find remote ref refs/pull/47312/merge
2025-03-06T17:26:38.1224582Z ##[error]Git fetch failed with exit code: 128
2025-03-06T17:26:38.1229267Z ##[section]Finishing: Clone dotnet/sdk