2026-09-05T20:27:16.9586378Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-05T20:27:16.9589033Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-05T20:27:16.9590844Z [command]/usr/bin/git version
2026-09-05T20:27:16.9646221Z git version 2.55.0
2026-09-05T20:27:16.9687397Z Temporarily overriding HOME='/home/runner/work/_temp/9973a87b-3176-49ce-9331-acd9bf6bd187' before making global git config changes
2026-09-05T20:27:16.9689011Z Adding repository directory to the temporary git global config as a safe directory
2026-09-05T20:27:16.9693091Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-05T20:27:16.9751660Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-05T20:27:16.9760122Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-05T20:27:16.9861603Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-05T20:27:16.9863455Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-05T20:27:16.9864805Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-05T20:27:16.9866154Z hint: call:
2026-09-05T20:27:16.9866928Z hint:
2026-09-05T20:27:16.9868257Z hint: git config --global init.defaultBranch <name>
2026-09-05T20:27:16.9869619Z hint:
2026-09-05T20:27:16.9870735Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-05T20:27:16.9872387Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-05T20:27:16.9873663Z hint:
2026-09-05T20:27:16.9874361Z hint: git branch -m <name>
2026-09-05T20:27:16.9875230Z hint:
2026-09-05T20:27:16.9876443Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-05T20:27:16.9878232Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-05T20:27:16.9881308Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-05T20:27:20.9231956Z [command]/usr/bin/git sparse-checkout disable
2026-09-05T20:27:20.9285372Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-05T20:27:20.9319740Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-09-05T20:27:21.5704085Z Switched to a new branch 'py3.12'
2026-09-05T20:27:21.5706531Z branch 'py3.12' set up to track 'origin/py3.12'.