2025-03-06T19:52:58.8759345Z ##[section]Starting: Clone dotnet/sdk
2025-03-06T19:52:58.8761439Z ==============================================================================
2025-03-06T19:52:58.8761530Z Task         : Get sources
2025-03-06T19:52:58.8761583Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2025-03-06T19:52:58.8761659Z Version      : 1.0.0
2025-03-06T19:52:58.8761716Z Author       : Microsoft
2025-03-06T19:52:58.8761770Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2025-03-06T19:52:58.8761839Z ==============================================================================
2025-03-06T19:52:59.7660557Z Repository is current at '/mnt/vss/_work/1/s/sdk', move to '/mnt/vss/_work/1/sdk'.
2025-03-06T19:52:59.7661426Z Repository will be located at '/mnt/vss/_work/1/sdk'.
2025-03-06T19:52:59.7662154Z Syncing repository: dotnet/sdk (GitHub)
2025-03-06T19:52:59.7671231Z ##[command]git version
2025-03-06T19:52:59.7678175Z git version 2.48.1
2025-03-06T19:52:59.7678964Z ##[command]git lfs version
2025-03-06T19:52:59.7685009Z git-lfs/3.0.2 (GitHub; linux amd64; go 1.18.1)
2025-03-06T19:52:59.7686508Z ##[command]git init "/mnt/vss/_work/1/sdk"
2025-03-06T19:52:59.7691105Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-03-06T19:52:59.7691404Z hint: is subject to change. To configure the initial branch name to use in all
2025-03-06T19:52:59.7691692Z hint: of your new repositories, which will suppress this warning, call:
2025-03-06T19:52:59.7691902Z hint:
2025-03-06T19:52:59.7692107Z hint: 	git config --global init.defaultBranch <name>
2025-03-06T19:52:59.7692298Z hint:
2025-03-06T19:52:59.7692520Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-03-06T19:52:59.7692805Z hint: 'development'. The just-created branch can be renamed via this command:
2025-03-06T19:52:59.7693153Z hint:
2025-03-06T19:52:59.7693327Z hint: 	git branch -m <name>
2025-03-06T19:52:59.7693558Z Initialized empty Git repository in /mnt/vss/_work/1/sdk/.git/
2025-03-06T19:52:59.7695143Z ##[command]git remote add origin https://github.com/dotnet/sdk
2025-03-06T19:52:59.7701677Z ##[command]git config gc.auto 0
2025-03-06T19:52:59.7707719Z ##[command]git config core.longpaths true
2025-03-06T19:52:59.7712665Z ##[command]git config --get-all http.https://github.com/dotnet/sdk.extraheader
2025-03-06T19:52:59.7719609Z ##[command]git config --get-all http.extraheader
2025-03-06T19:52:59.7725464Z ##[command]git config --get-regexp .*extraheader
2025-03-06T19:52:59.7731555Z ##[command]git config --get-all http.proxy
2025-03-06T19:52:59.7737503Z ##[command]git config http.version HTTP/1.1
2025-03-06T19:52:59.7746059Z ##[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/47318/merge:refs/remotes/pull/47318/merge
2025-03-06T19:52:59.7750888Z fatal: couldn't find remote ref refs/pull/47318/merge
2025-03-06T19:53:00.6343427Z ##[warning]Git fetch failed with exit code 128, back off 1.635 seconds before retry.
2025-03-06T19:53:01.3646024Z ##[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/47318/merge:refs/remotes/pull/47318/merge
2025-03-06T19:53:01.7044292Z fatal: couldn't find remote ref refs/pull/47318/merge
2025-03-06T19:53:02.4594627Z ##[warning]Git fetch failed with exit code 128, back off 8.101 seconds before retry.
2025-03-06T19:53:09.8089485Z ##[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/47318/merge:refs/remotes/pull/47318/merge
2025-03-06T19:53:10.1620349Z fatal: couldn't find remote ref refs/pull/47318/merge
2025-03-06T19:53:11.0311752Z ##[error]Git fetch failed with exit code: 128
2025-03-06T19:53:11.0317108Z ##[section]Finishing: Clone dotnet/sdk