2026-08-31T23:17:39.6432540Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T23:17:39.6434720Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-31T23:17:39.6435720Z [command]/opt/homebrew/bin/git version
2026-08-31T23:17:39.6936710Z git version 2.55.0
2026-08-31T23:17:39.6971690Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/6b3371dc-b39a-41c5-b8ac-758d225c5659/.gitconfig'
2026-08-31T23:17:39.6975920Z Temporarily overriding HOME='/Users/runner/work/_temp/6b3371dc-b39a-41c5-b8ac-758d225c5659' before making global git config changes
2026-08-31T23:17:39.6977340Z Adding repository directory to the temporary git global config as a safe directory
2026-08-31T23:17:39.6984210Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-31T23:17:39.7117360Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T23:17:39.7125450Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-08-31T23:17:39.7406450Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-31T23:17:39.7407710Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-31T23:17:39.7408690Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-31T23:17:39.7409310Z hint: call:
2026-08-31T23:17:39.7409660Z hint:
2026-08-31T23:17:39.7410120Z hint: git config --global init.defaultBranch <name>
2026-08-31T23:17:39.7410610Z hint:
2026-08-31T23:17:39.7411100Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-31T23:17:39.7411840Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-31T23:17:39.7412430Z hint:
2026-08-31T23:17:39.7412800Z hint: git branch -m <name>
2026-08-31T23:17:39.7413190Z hint:
2026-08-31T23:17:39.7413710Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-31T23:17:39.7414580Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-31T23:17:39.7422020Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy