2026-07-30T13:00:09.4542100Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-30T13:00:09.4545150Z Working directory is '/Users/runner/work/pypy/pypy'
2026-07-30T13:00:09.4546040Z [command]/opt/homebrew/bin/git version
2026-07-30T13:00:09.4824310Z git version 2.55.0
2026-07-30T13:00:09.4847850Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/9de024bc-c1e1-4f3e-ab95-60c83a73db0e/.gitconfig'
2026-07-30T13:00:09.4853950Z Temporarily overriding HOME='/Users/runner/work/_temp/9de024bc-c1e1-4f3e-ab95-60c83a73db0e' before making global git config changes
2026-07-30T13:00:09.4855220Z Adding repository directory to the temporary git global config as a safe directory
2026-07-30T13:00:09.4857500Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-07-30T13:00:09.4976470Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-30T13:00:09.4984460Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-07-30T13:00:09.5217350Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-30T13:00:09.5218670Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-30T13:00:09.5219610Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-30T13:00:09.5220320Z hint: call:
2026-07-30T13:00:09.5220710Z hint:
2026-07-30T13:00:09.5221170Z hint: git config --global init.defaultBranch <name>
2026-07-30T13:00:09.5221760Z hint:
2026-07-30T13:00:09.5222350Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-30T13:00:09.5223200Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-30T13:00:09.5223840Z hint:
2026-07-30T13:00:09.5224180Z hint: git branch -m <name>
2026-07-30T13:00:09.5224600Z hint:
2026-07-30T13:00:09.5225220Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-30T13:00:09.5226100Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-07-30T13:00:09.5228650Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy