2026-09-09T18:27:16.8021350Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T18:27:16.8023630Z Working directory is '/Users/runner/work/pypy/pypy'
2026-09-09T18:27:16.8024600Z [command]/opt/homebrew/bin/git version
2026-09-09T18:27:16.8329760Z git version 2.55.0
2026-09-09T18:27:16.8358440Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/dfd94a74-1e79-4285-b2ca-9661b22bb1b1/.gitconfig'
2026-09-09T18:27:16.8360230Z Temporarily overriding HOME='/Users/runner/work/_temp/dfd94a74-1e79-4285-b2ca-9661b22bb1b1' before making global git config changes
2026-09-09T18:27:16.8362210Z Adding repository directory to the temporary git global config as a safe directory
2026-09-09T18:27:16.8363890Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-09-09T18:27:16.8478010Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T18:27:16.8483520Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-09-09T18:27:16.8696720Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-09T18:27:16.8698050Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-09T18:27:16.8699360Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-09T18:27:16.8700140Z hint: call:
2026-09-09T18:27:16.8700510Z hint:
2026-09-09T18:27:16.8701350Z hint: git config --global init.defaultBranch <name>
2026-09-09T18:27:16.8701930Z hint:
2026-09-09T18:27:16.8702480Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-09T18:27:16.8703290Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-09T18:27:16.8703950Z hint:
2026-09-09T18:27:16.8704410Z hint: git branch -m <name>
2026-09-09T18:27:16.8704900Z hint:
2026-09-09T18:27:16.8705490Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-09T18:27:16.8706290Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-09-09T18:27:16.8707850Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
2026-09-09T18:27:22.8860790Z [command]/opt/homebrew/bin/git sparse-checkout disable
2026-09-09T18:27:22.8959030Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T18:27:22.9037440Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-09-09T18:27:23.9734980Z Switched to a new branch 'py3.12'
2026-09-09T18:27:23.9740140Z branch 'py3.12' set up to track 'origin/py3.12'.