2026-08-31T17:08:41.9009610Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T17:08:41.9011950Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-31T17:08:41.9012990Z [command]/opt/homebrew/bin/git version
2026-08-31T17:08:41.9425760Z git version 2.55.0
2026-08-31T17:08:41.9455170Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/85e8b7ac-babc-4715-8d52-fe15f0a7769d/.gitconfig'
2026-08-31T17:08:41.9461610Z Temporarily overriding HOME='/Users/runner/work/_temp/85e8b7ac-babc-4715-8d52-fe15f0a7769d' before making global git config changes
2026-08-31T17:08:41.9463120Z Adding repository directory to the temporary git global config as a safe directory
2026-08-31T17:08:41.9465450Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-31T17:08:41.9612620Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T17:08:41.9619160Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-08-31T17:08:41.9915360Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-31T17:08:41.9918460Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-31T17:08:41.9919680Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-31T17:08:41.9920480Z hint: call:
2026-08-31T17:08:41.9921360Z hint:
2026-08-31T17:08:41.9922650Z hint: git config --global init.defaultBranch <name>
2026-08-31T17:08:41.9923380Z hint:
2026-08-31T17:08:41.9924150Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-31T17:08:41.9925000Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-31T17:08:41.9925780Z hint:
2026-08-31T17:08:41.9926320Z hint: git branch -m <name>
2026-08-31T17:08:41.9928320Z hint:
2026-08-31T17:08:41.9929150Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-31T17:08:41.9930250Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-31T17:08:41.9932440Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy