2026-07-27T09:44:00.1185510Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-27T09:44:00.1188910Z Working directory is '/Users/runner/work/pypy/pypy'
2026-07-27T09:44:00.1190750Z [command]/opt/homebrew/bin/git version
2026-07-27T09:44:00.1498800Z git version 2.55.0
2026-07-27T09:44:00.1535070Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/896741f6-d4e4-4e28-b6d2-e0ec2377436c/.gitconfig'
2026-07-27T09:44:00.1536480Z Temporarily overriding HOME='/Users/runner/work/_temp/896741f6-d4e4-4e28-b6d2-e0ec2377436c' before making global git config changes
2026-07-27T09:44:00.1537900Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T09:44:00.1539660Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-07-27T09:44:00.1669890Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-27T09:44:00.1680670Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-07-27T09:44:00.2259920Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-27T09:44:00.2261480Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-27T09:44:00.2262470Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-27T09:44:00.2263150Z hint: call:
2026-07-27T09:44:00.2263630Z hint:
2026-07-27T09:44:00.2264080Z hint: git config --global init.defaultBranch <name>
2026-07-27T09:44:00.2264550Z hint:
2026-07-27T09:44:00.2265110Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-27T09:44:00.2265880Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-27T09:44:00.2266470Z hint:
2026-07-27T09:44:00.2266810Z hint: git branch -m <name>
2026-07-27T09:44:00.2267200Z hint:
2026-07-27T09:44:00.2267740Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-27T09:44:00.2268570Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-07-27T09:44:00.2270650Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
2026-07-27T09:44:04.8647110Z [command]/opt/homebrew/bin/git sparse-checkout disable
2026-07-27T09:44:04.8761240Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-27T09:44:04.8846690Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-27T09:44:05.9899390Z Switched to a new branch 'main'
2026-07-27T09:44:05.9913870Z branch 'main' set up to track 'origin/main'.