2026-08-26T03:11:24.0316670Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-26T03:11:24.0319160Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-26T03:11:24.0320070Z [command]/opt/homebrew/bin/git version
2026-08-26T03:11:24.0560370Z git version 2.55.0
2026-08-26T03:11:24.0583380Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/0516217c-a1b1-46ce-8a3c-621b581217b5/.gitconfig'
2026-08-26T03:11:24.0589600Z Temporarily overriding HOME='/Users/runner/work/_temp/0516217c-a1b1-46ce-8a3c-621b581217b5' before making global git config changes
2026-08-26T03:11:24.0590650Z Adding repository directory to the temporary git global config as a safe directory
2026-08-26T03:11:24.0593540Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-26T03:11:24.0704260Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-26T03:11:24.0712120Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-08-26T03:11:24.0904990Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-26T03:11:24.0905940Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-26T03:11:24.0906640Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-26T03:11:24.0907200Z hint: call:
2026-08-26T03:11:24.0907590Z hint:
2026-08-26T03:11:24.0907990Z hint: git config --global init.defaultBranch <name>
2026-08-26T03:11:24.0908520Z hint:
2026-08-26T03:11:24.0908990Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-26T03:11:24.0909700Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-26T03:11:24.0910330Z hint:
2026-08-26T03:11:24.0910650Z hint: git branch -m <name>
2026-08-26T03:11:24.0911020Z hint:
2026-08-26T03:11:24.0911490Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-26T03:11:24.0912280Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-26T03:11:24.0913740Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
2026-08-26T03:11:28.6759660Z [command]/opt/homebrew/bin/git sparse-checkout disable
2026-08-26T03:11:28.6843090Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-26T03:11:28.6914060Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-08-26T03:11:29.7406800Z Switched to a new branch 'py3.11'
2026-08-26T03:11:29.7434140Z branch 'py3.11' set up to track 'origin/py3.11'.