2026-07-30T09:55:32.0689600Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-30T09:55:32.0692840Z Working directory is '/Users/runner/work/pypy/pypy'
2026-07-30T09:55:32.0745880Z [command]/opt/homebrew/bin/git version
2026-07-30T09:55:32.1180780Z git version 2.55.0
2026-07-30T09:55:32.1224980Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/bb2a44a4-7e70-4d73-a098-a70c37c5cc53/.gitconfig'
2026-07-30T09:55:32.1229720Z Temporarily overriding HOME='/Users/runner/work/_temp/bb2a44a4-7e70-4d73-a098-a70c37c5cc53' before making global git config changes
2026-07-30T09:55:32.1231180Z Adding repository directory to the temporary git global config as a safe directory
2026-07-30T09:55:32.1232170Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-07-30T09:55:32.1451160Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-30T09:55:32.1458950Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-07-30T09:55:32.1872980Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-30T09:55:32.1874080Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-30T09:55:32.1877400Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-30T09:55:32.1879220Z hint: call:
2026-07-30T09:55:32.1880260Z hint:
2026-07-30T09:55:32.1881460Z hint: git config --global init.defaultBranch <name>
2026-07-30T09:55:32.1883200Z hint:
2026-07-30T09:55:32.1884620Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-30T09:55:32.1886740Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-30T09:55:32.1888600Z hint:
2026-07-30T09:55:32.1889570Z hint: git branch -m <name>
2026-07-30T09:55:32.1890740Z hint:
2026-07-30T09:55:32.1892350Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-30T09:55:32.1894680Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-07-30T09:55:32.1898960Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy