2026-08-02T07:29:47.4808430Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T07:29:47.4811580Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-02T07:29:47.4812680Z [command]/opt/homebrew/bin/git version
2026-08-02T07:29:47.5327260Z git version 2.55.0
2026-08-02T07:29:47.5400170Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/f87cdd04-55a6-40ba-b520-6cb00ed6c3a7/.gitconfig'
2026-08-02T07:29:47.5411840Z Temporarily overriding HOME='/Users/runner/work/_temp/f87cdd04-55a6-40ba-b520-6cb00ed6c3a7' before making global git config changes
2026-08-02T07:29:47.5414920Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T07:29:47.5418820Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-02T07:29:47.5615450Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T07:29:47.5630210Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-08-02T07:29:47.6174720Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-02T07:29:47.6183070Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-02T07:29:47.6190050Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-02T07:29:47.6193990Z hint: call:
2026-08-02T07:29:47.6201680Z hint:
2026-08-02T07:29:47.6206050Z hint: git config --global init.defaultBranch <name>
2026-08-02T07:29:47.6208450Z hint:
2026-08-02T07:29:47.6209740Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-02T07:29:47.6214970Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-02T07:29:47.6218690Z hint:
2026-08-02T07:29:47.6220870Z hint: git branch -m <name>
2026-08-02T07:29:47.6223230Z hint:
2026-08-02T07:29:47.6226280Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-02T07:29:47.6230740Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-02T07:29:47.6239440Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy