2026-09-10T01:24:53.2129290Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-10T01:24:53.2132280Z Working directory is '/Users/runner/work/pypy/pypy'
2026-09-10T01:24:53.2134160Z [command]/opt/homebrew/bin/git version
2026-09-10T01:24:53.2393130Z git version 2.55.0
2026-09-10T01:24:53.2454460Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/215f979a-1834-4279-9494-89b357624bd9/.gitconfig'
2026-09-10T01:24:53.2455910Z Temporarily overriding HOME='/Users/runner/work/_temp/215f979a-1834-4279-9494-89b357624bd9' before making global git config changes
2026-09-10T01:24:53.2457080Z Adding repository directory to the temporary git global config as a safe directory
2026-09-10T01:24:53.2458120Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-09-10T01:24:53.2558520Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-10T01:24:53.2564800Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-09-10T01:24:53.2790400Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-10T01:24:53.2791510Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-10T01:24:53.2792520Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-10T01:24:53.2793270Z hint: call:
2026-09-10T01:24:53.2793640Z hint:
2026-09-10T01:24:53.2794100Z hint: git config --global init.defaultBranch <name>
2026-09-10T01:24:53.2794630Z hint:
2026-09-10T01:24:53.2795140Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-10T01:24:53.2795940Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-10T01:24:53.2796620Z hint:
2026-09-10T01:24:53.2797000Z hint: git branch -m <name>
2026-09-10T01:24:53.2797430Z hint:
2026-09-10T01:24:53.2798030Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-10T01:24:53.2799020Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-09-10T01:24:53.2800680Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
2026-09-10T01:24:57.4751990Z [command]/opt/homebrew/bin/git sparse-checkout disable
2026-09-10T01:24:57.4819290Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-10T01:24:57.4875480Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-09-10T01:24:58.3285230Z Switched to a new branch 'py3.11'
2026-09-10T01:24:58.3311140Z branch 'py3.11' set up to track 'origin/py3.11'.