2026-09-09T20:25:15.5239520Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T20:25:15.5244630Z Working directory is '/Users/runner/work/pypy/pypy'
2026-09-09T20:25:15.5245820Z [command]/opt/homebrew/bin/git version
2026-09-09T20:25:15.5614810Z git version 2.55.0
2026-09-09T20:25:15.5668220Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/cc008fb8-a07f-4a3e-97b1-b9596e74676a/.gitconfig'
2026-09-09T20:25:15.5680190Z Temporarily overriding HOME='/Users/runner/work/_temp/cc008fb8-a07f-4a3e-97b1-b9596e74676a' before making global git config changes
2026-09-09T20:25:15.5685230Z Adding repository directory to the temporary git global config as a safe directory
2026-09-09T20:25:15.5687750Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-09-09T20:25:15.5860580Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T20:25:15.5875290Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-09-09T20:25:15.6419580Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-09T20:25:15.6422320Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-09T20:25:15.6423820Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-09T20:25:15.6424530Z hint: call:
2026-09-09T20:25:15.6425750Z hint:
2026-09-09T20:25:15.6428030Z hint: git config --global init.defaultBranch <name>
2026-09-09T20:25:15.6428710Z hint:
2026-09-09T20:25:15.6429220Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-09T20:25:15.6433350Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-09T20:25:15.6435550Z hint:
2026-09-09T20:25:15.6436070Z hint: git branch -m <name>
2026-09-09T20:25:15.6436630Z hint:
2026-09-09T20:25:15.6437250Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-09T20:25:15.6438280Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-09-09T20:25:15.6439910Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy