2026-09-01T14:58:45.6058340Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-01T14:58:45.6061550Z Working directory is '/Users/runner/work/pypy/pypy'
2026-09-01T14:58:45.6063060Z [command]/opt/homebrew/bin/git version
2026-09-01T14:58:45.6324790Z git version 2.55.0
2026-09-01T14:58:45.6365180Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/e819b6a3-813e-4c11-bba7-ccafd39120bf/.gitconfig'
2026-09-01T14:58:45.6374410Z Temporarily overriding HOME='/Users/runner/work/_temp/e819b6a3-813e-4c11-bba7-ccafd39120bf' before making global git config changes
2026-09-01T14:58:45.6377340Z Adding repository directory to the temporary git global config as a safe directory
2026-09-01T14:58:45.6380660Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-09-01T14:58:45.6513170Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-01T14:58:45.6521830Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-09-01T14:58:45.6758280Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-01T14:58:45.6765420Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-01T14:58:45.6767430Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-01T14:58:45.6769040Z hint: call:
2026-09-01T14:58:45.6769990Z hint:
2026-09-01T14:58:45.6771100Z hint: git config --global init.defaultBranch <name>
2026-09-01T14:58:45.6772440Z hint:
2026-09-01T14:58:45.6773700Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-01T14:58:45.6775570Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-01T14:58:45.6777060Z hint:
2026-09-01T14:58:45.6777850Z hint: git branch -m <name>
2026-09-01T14:58:45.6790910Z hint:
2026-09-01T14:58:45.6792220Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-01T14:58:45.6794050Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-09-01T14:58:45.6797140Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy