2026-09-08T18:50:41.1072430Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-08T18:50:41.1074620Z Working directory is '/Users/runner/work/pypy/pypy'
2026-09-08T18:50:41.1075580Z [command]/opt/homebrew/bin/git version
2026-09-08T18:50:41.1076100Z git version 2.55.0
2026-09-08T18:50:41.1081380Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/0d39519e-dd39-4c8f-b030-e46b3ecab82b/.gitconfig'
2026-09-08T18:50:41.1083310Z Temporarily overriding HOME='/Users/runner/work/_temp/0d39519e-dd39-4c8f-b030-e46b3ecab82b' before making global git config changes
2026-09-08T18:50:41.1084670Z Adding repository directory to the temporary git global config as a safe directory
2026-09-08T18:50:41.1086830Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-09-08T18:50:41.1203380Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-08T18:50:41.1210380Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-09-08T18:50:41.1810720Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-08T18:50:41.1811730Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-08T18:50:41.1812580Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-08T18:50:41.1813230Z hint: call:
2026-09-08T18:50:41.1813630Z hint:
2026-09-08T18:50:41.1814090Z hint: git config --global init.defaultBranch <name>
2026-09-08T18:50:41.1814590Z hint:
2026-09-08T18:50:41.1815080Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-08T18:50:41.1815870Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-08T18:50:41.1816480Z hint:
2026-09-08T18:50:41.1816890Z hint: git branch -m <name>
2026-09-08T18:50:41.1817340Z hint:
2026-09-08T18:50:41.1817960Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-08T18:50:41.1818730Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-09-08T18:50:41.1820340Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
2026-09-08T18:50:42.9971840Z [command]/opt/homebrew/bin/git sparse-checkout disable
2026-09-08T18:50:43.0065670Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-08T18:50:43.0150350Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-08T18:50:43.7317860Z Switched to a new branch 'main'
2026-09-08T18:50:43.7323640Z branch 'main' set up to track 'origin/main'.