2026-08-26T11:57:28.4946590Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-26T11:57:28.4949140Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-26T11:57:28.4950310Z [command]/opt/homebrew/bin/git version
2026-08-26T11:57:28.5189540Z git version 2.55.0
2026-08-26T11:57:28.5209220Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/91df4950-2bdf-4976-939b-59318fdccf04/.gitconfig'
2026-08-26T11:57:28.5216310Z Temporarily overriding HOME='/Users/runner/work/_temp/91df4950-2bdf-4976-939b-59318fdccf04' before making global git config changes
2026-08-26T11:57:28.5218610Z Adding repository directory to the temporary git global config as a safe directory
2026-08-26T11:57:28.5220330Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-26T11:57:28.5323030Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-26T11:57:28.5329060Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-08-26T11:57:28.5590480Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-26T11:57:28.5593550Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-26T11:57:28.5595320Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-26T11:57:28.5597030Z hint: call:
2026-08-26T11:57:28.5598030Z hint:
2026-08-26T11:57:28.5599220Z hint: git config --global init.defaultBranch <name>
2026-08-26T11:57:28.5600430Z hint:
2026-08-26T11:57:28.5601650Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-26T11:57:28.5603690Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-26T11:57:28.5605380Z hint:
2026-08-26T11:57:28.5606210Z hint: git branch -m <name>
2026-08-26T11:57:28.5607270Z hint:
2026-08-26T11:57:28.5608520Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-26T11:57:28.5610470Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-26T11:57:28.5613850Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
2026-08-26T11:57:33.3178870Z [command]/opt/homebrew/bin/git sparse-checkout disable
2026-08-26T11:57:33.3271560Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-26T11:57:33.3384300Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-08-26T11:57:34.2856780Z Switched to a new branch 'py3.12'
2026-08-26T11:57:34.2864690Z branch 'py3.12' set up to track 'origin/py3.12'.