2026-08-28T15:57:44.9737939Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-28T15:57:44.9741629Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-28T15:57:44.9743533Z [command]/usr/bin/git version
2026-08-28T15:57:44.9811035Z git version 2.55.0
2026-08-28T15:57:44.9865721Z Temporarily overriding HOME='/home/runner/work/_temp/e7af112f-68b0-481e-8e1e-bb6e1744f4bd' before making global git config changes
2026-08-28T15:57:44.9868280Z Adding repository directory to the temporary git global config as a safe directory
2026-08-28T15:57:44.9870432Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-28T15:57:44.9918361Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-28T15:57:44.9929581Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-28T15:57:45.0072739Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-28T15:57:45.0075544Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-28T15:57:45.0082939Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-28T15:57:45.0084937Z hint: call:
2026-08-28T15:57:45.0085996Z hint:
2026-08-28T15:57:45.0087431Z hint: git config --global init.defaultBranch <name>
2026-08-28T15:57:45.0088905Z hint:
2026-08-28T15:57:45.0090305Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-28T15:57:45.0092327Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-28T15:57:45.0094518Z hint:
2026-08-28T15:57:45.0095986Z hint: git branch -m <name>
2026-08-28T15:57:45.0097215Z hint:
2026-08-28T15:57:45.0098995Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-28T15:57:45.0101245Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-28T15:57:45.0105691Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-28T15:57:49.2828219Z [command]/usr/bin/git sparse-checkout disable
2026-08-28T15:57:49.2878746Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-28T15:57:49.2911967Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-08-28T15:57:49.9360070Z Switched to a new branch 'py3.12'
2026-08-28T15:57:49.9365903Z branch 'py3.12' set up to track 'origin/py3.12'.