2025-03-10T18:22:53.2876583Z ##[section]Starting: Clone dotnet/sdk
2025-03-10T18:22:53.2878584Z ==============================================================================
2025-03-10T18:22:53.2878913Z Task         : Get sources
2025-03-10T18:22:53.2878970Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2025-03-10T18:22:53.2879064Z Version      : 1.0.0
2025-03-10T18:22:53.2879132Z Author       : Microsoft
2025-03-10T18:22:53.2879204Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2025-03-10T18:22:53.2879278Z ==============================================================================
2025-03-10T18:22:54.4659953Z Repository is current at '/mnt/vss/_work/1/s/sdk', move to '/mnt/vss/_work/1/sdk'.
2025-03-10T18:22:54.4660334Z Repository will be located at '/mnt/vss/_work/1/sdk'.
2025-03-10T18:22:54.4660484Z Syncing repository: dotnet/sdk (GitHub)
2025-03-10T18:22:54.4663868Z ##[command]git version
2025-03-10T18:22:54.4667240Z git version 2.48.1
2025-03-10T18:22:54.4667718Z ##[command]git lfs version
2025-03-10T18:22:54.4671425Z git-lfs/3.0.2 (GitHub; linux amd64; go 1.18.1)
2025-03-10T18:22:54.4672537Z ##[command]git init "/mnt/vss/_work/1/sdk"
2025-03-10T18:22:54.4675485Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-03-10T18:22:54.4675669Z hint: is subject to change. To configure the initial branch name to use in all
2025-03-10T18:22:54.4675842Z hint: of your new repositories, which will suppress this warning, call:
2025-03-10T18:22:54.4675980Z hint:
2025-03-10T18:22:54.4676111Z hint: 	git config --global init.defaultBranch <name>
2025-03-10T18:22:54.4676239Z hint:
2025-03-10T18:22:54.4676373Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-03-10T18:22:54.4676548Z hint: 'development'. The just-created branch can be renamed via this command:
2025-03-10T18:22:54.4676685Z hint:
2025-03-10T18:22:54.4676800Z hint: 	git branch -m <name>
2025-03-10T18:22:54.4676943Z Initialized empty Git repository in /mnt/vss/_work/1/sdk/.git/
2025-03-10T18:22:54.4677933Z ##[command]git remote add origin https://github.com/dotnet/sdk
2025-03-10T18:22:54.4682163Z ##[command]git config gc.auto 0
2025-03-10T18:22:54.4685865Z ##[command]git config core.longpaths true
2025-03-10T18:22:54.4689132Z ##[command]git config --get-all http.https://github.com/dotnet/sdk.extraheader
2025-03-10T18:22:54.4694329Z ##[command]git config --get-all http.extraheader
2025-03-10T18:22:54.4698607Z ##[command]git config --get-regexp .*extraheader
2025-03-10T18:22:54.4702648Z ##[command]git config --get-all http.proxy
2025-03-10T18:22:54.4706340Z ##[command]git config http.version HTTP/1.1
2025-03-10T18:22:54.4712312Z ##[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/47416/merge:refs/remotes/pull/47416/merge
2025-03-10T18:22:54.4715417Z fatal: couldn't find remote ref refs/pull/47416/merge
2025-03-10T18:22:55.8484209Z ##[warning]Git fetch failed with exit code 128, back off 9.118 seconds before retry.
2025-03-10T18:23:03.1300365Z ##[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/47416/merge:refs/remotes/pull/47416/merge
2025-03-10T18:23:03.5011226Z fatal: couldn't find remote ref refs/pull/47416/merge
2025-03-10T18:23:04.5333586Z ##[warning]Git fetch failed with exit code 128, back off 8.903 seconds before retry.
2025-03-10T18:23:12.4064319Z ##[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/47416/merge:refs/remotes/pull/47416/merge
2025-03-10T18:23:12.7767402Z fatal: couldn't find remote ref refs/pull/47416/merge
2025-03-10T18:23:14.7402304Z ##[error]Git fetch failed with exit code: 128
2025-03-10T18:23:14.7406446Z ##[section]Finishing: Clone dotnet/sdk