2026-07-27T04:12:55.0794300Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-27T04:12:55.0802170Z Working directory is '/Users/runner/work/pypy/pypy'
2026-07-27T04:12:55.0805160Z [command]/opt/homebrew/bin/git version
2026-07-27T04:12:55.1176090Z git version 2.55.0
2026-07-27T04:12:55.1214370Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/9d545764-97bf-4a01-8cc8-93a08454eba9/.gitconfig'
2026-07-27T04:12:55.1223710Z Temporarily overriding HOME='/Users/runner/work/_temp/9d545764-97bf-4a01-8cc8-93a08454eba9' before making global git config changes
2026-07-27T04:12:55.1225150Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T04:12:55.1230610Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-07-27T04:12:55.1433530Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-27T04:12:55.1447130Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-07-27T04:12:55.1755280Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-27T04:12:55.1758080Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-27T04:12:55.1760250Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-27T04:12:55.1761790Z hint: call:
2026-07-27T04:12:55.1762210Z hint:
2026-07-27T04:12:55.1762660Z hint: git config --global init.defaultBranch <name>
2026-07-27T04:12:55.1763140Z hint:
2026-07-27T04:12:55.1763700Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-27T04:12:55.1764440Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-27T04:12:55.1765060Z hint:
2026-07-27T04:12:55.1765400Z hint: git branch -m <name>
2026-07-27T04:12:55.1765790Z hint:
2026-07-27T04:12:55.1766280Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-27T04:12:55.1767280Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-07-27T04:12:55.1771170Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy