2026-08-22T22:30:19.2954600Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-22T22:30:19.2956990Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-22T22:30:19.2975350Z [command]/opt/homebrew/bin/git version
2026-08-22T22:30:19.3315680Z git version 2.55.0
2026-08-22T22:30:19.3345180Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/06216142-d232-462e-ae69-d75bddb3a7a1/.gitconfig'
2026-08-22T22:30:19.3356960Z Temporarily overriding HOME='/Users/runner/work/_temp/06216142-d232-462e-ae69-d75bddb3a7a1' before making global git config changes
2026-08-22T22:30:19.3360770Z Adding repository directory to the temporary git global config as a safe directory
2026-08-22T22:30:19.3364610Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-22T22:30:19.3481950Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-22T22:30:19.3488510Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-08-22T22:30:19.3732540Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-22T22:30:19.3735100Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-22T22:30:19.3735840Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-22T22:30:19.3736410Z hint: call:
2026-08-22T22:30:19.3736740Z hint:
2026-08-22T22:30:19.3737150Z hint: git config --global init.defaultBranch <name>
2026-08-22T22:30:19.3737610Z hint:
2026-08-22T22:30:19.3738050Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-22T22:30:19.3738750Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-22T22:30:19.3739310Z hint:
2026-08-22T22:30:19.3739690Z hint: git branch -m <name>
2026-08-22T22:30:19.3740100Z hint:
2026-08-22T22:30:19.3740620Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-22T22:30:19.3741380Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-22T22:30:19.3752030Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy