2026-08-22T12:06:17.6375410Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-22T12:06:17.6377490Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-22T12:06:17.6385050Z [command]/opt/homebrew/bin/git version
2026-08-22T12:06:17.6774040Z git version 2.55.0
2026-08-22T12:06:17.6812040Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/0356947e-aa77-4bcc-8ee5-556f462b5e78/.gitconfig'
2026-08-22T12:06:17.6829890Z Temporarily overriding HOME='/Users/runner/work/_temp/0356947e-aa77-4bcc-8ee5-556f462b5e78' before making global git config changes
2026-08-22T12:06:17.6835440Z Adding repository directory to the temporary git global config as a safe directory
2026-08-22T12:06:17.6838690Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-22T12:06:17.6985130Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-22T12:06:17.6996230Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-08-22T12:06:17.7306940Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-22T12:06:17.7317260Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-22T12:06:17.7318380Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-22T12:06:17.7320850Z hint: call:
2026-08-22T12:06:17.7321800Z hint:
2026-08-22T12:06:17.7322900Z hint: git config --global init.defaultBranch <name>
2026-08-22T12:06:17.7323950Z hint:
2026-08-22T12:06:17.7324500Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-22T12:06:17.7325320Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-22T12:06:17.7326000Z hint:
2026-08-22T12:06:17.7326390Z hint: git branch -m <name>
2026-08-22T12:06:17.7326770Z hint:
2026-08-22T12:06:17.7327240Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-22T12:06:17.7327980Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-22T12:06:17.7329340Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy