2026-07-24T12:05:24.0517490Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-24T12:05:24.0519960Z Working directory is '/Users/runner/work/pypy/pypy'
2026-07-24T12:05:24.0521280Z [command]/opt/homebrew/bin/git version
2026-07-24T12:05:24.0837090Z git version 2.55.0
2026-07-24T12:05:24.0861920Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/4eb3b347-6421-42be-a4c6-9e022e1709ea/.gitconfig'
2026-07-24T12:05:24.0869860Z Temporarily overriding HOME='/Users/runner/work/_temp/4eb3b347-6421-42be-a4c6-9e022e1709ea' before making global git config changes
2026-07-24T12:05:24.0872030Z Adding repository directory to the temporary git global config as a safe directory
2026-07-24T12:05:24.0873860Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-07-24T12:05:24.0979330Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-24T12:05:24.0985270Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-07-24T12:05:24.1217520Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-24T12:05:24.1219290Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-24T12:05:24.1221020Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-24T12:05:24.1222370Z hint: call:
2026-07-24T12:05:24.1223010Z hint:
2026-07-24T12:05:24.1224000Z hint: git config --global init.defaultBranch <name>
2026-07-24T12:05:24.1225260Z hint:
2026-07-24T12:05:24.1226310Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-24T12:05:24.1228080Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-24T12:05:24.1229690Z hint:
2026-07-24T12:05:24.1230500Z hint: git branch -m <name>
2026-07-24T12:05:24.1231320Z hint:
2026-07-24T12:05:24.1232420Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-24T12:05:24.1234450Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-07-24T12:05:24.1237880Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy