2026-09-16T17:58:54.2668870Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-16T17:58:54.2671950Z Working directory is '/Users/runner/work/pypy/pypy'
2026-09-16T17:58:54.2672950Z [command]/opt/homebrew/bin/git version
2026-09-16T17:58:54.3232350Z git version 2.55.0
2026-09-16T17:58:54.3335260Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/1e3e8273-2cc6-4075-a4fc-e39d6157667f/.gitconfig'
2026-09-16T17:58:54.3337840Z Temporarily overriding HOME='/Users/runner/work/_temp/1e3e8273-2cc6-4075-a4fc-e39d6157667f' before making global git config changes
2026-09-16T17:58:54.3339060Z Adding repository directory to the temporary git global config as a safe directory
2026-09-16T17:58:54.3340060Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-09-16T17:58:54.3392530Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-16T17:58:54.3399800Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-09-16T17:58:54.3629030Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-16T17:58:54.3639930Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-16T17:58:54.3661310Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-16T17:58:54.3665770Z hint: call:
2026-09-16T17:58:54.3695220Z hint:
2026-09-16T17:58:54.3697210Z hint: git config --global init.defaultBranch <name>
2026-09-16T17:58:54.3697840Z hint:
2026-09-16T17:58:54.3699200Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-16T17:58:54.3700670Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-16T17:58:54.3701340Z hint:
2026-09-16T17:58:54.3701780Z hint: git branch -m <name>
2026-09-16T17:58:54.3702240Z hint:
2026-09-16T17:58:54.3702900Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-16T17:58:54.3729620Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-09-16T17:58:54.3736760Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
2026-09-16T17:58:57.9684250Z [command]/opt/homebrew/bin/git sparse-checkout disable
2026-09-16T17:58:57.9806630Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-16T17:58:57.9886300Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-16T17:58:58.9970680Z Switched to a new branch 'main'
2026-09-16T17:58:58.9979330Z branch 'main' set up to track 'origin/main'.