2026-08-25T11:04:47.7670697Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-25T11:04:47.7674495Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-25T11:04:47.7675927Z [command]/usr/bin/git version
2026-08-25T11:04:47.7741960Z git version 2.55.0
2026-08-25T11:04:47.7776761Z Temporarily overriding HOME='/home/runner/work/_temp/dc0c6565-9514-456b-95b1-67a26e5e1d2d' before making global git config changes
2026-08-25T11:04:47.7780737Z Adding repository directory to the temporary git global config as a safe directory
2026-08-25T11:04:47.7782505Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-25T11:04:47.7815363Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-25T11:04:47.7825955Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-25T11:04:47.7896068Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-25T11:04:47.7897950Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-25T11:04:47.7899185Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-25T11:04:47.7900010Z hint: call:
2026-08-25T11:04:47.7900662Z hint:
2026-08-25T11:04:47.7901301Z hint: git config --global init.defaultBranch <name>
2026-08-25T11:04:47.7901982Z hint:
2026-08-25T11:04:47.7902766Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-25T11:04:47.7903790Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-25T11:04:47.7904665Z hint:
2026-08-25T11:04:47.7905208Z hint: git branch -m <name>
2026-08-25T11:04:47.7905779Z hint:
2026-08-25T11:04:47.7906595Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-25T11:04:47.7908071Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-25T11:04:47.7910110Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-25T11:04:51.9239148Z [command]/usr/bin/git sparse-checkout disable
2026-08-25T11:04:51.9272417Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-25T11:04:51.9299949Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-08-25T11:04:52.3288325Z Switched to a new branch 'py3.12'
2026-08-25T11:04:52.3289417Z branch 'py3.12' set up to track 'origin/py3.12'.