2026-08-28T15:30:23.9263062Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-28T15:30:23.9266666Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-28T15:30:23.9268527Z [command]/usr/bin/git version
2026-08-28T15:30:24.0480941Z git version 2.55.0
2026-08-28T15:30:24.0514450Z Temporarily overriding HOME='/home/runner/work/_temp/5ae43cb9-7a09-4321-82c6-0a8d38dbed49' before making global git config changes
2026-08-28T15:30:24.0516409Z Adding repository directory to the temporary git global config as a safe directory
2026-08-28T15:30:24.0519150Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-28T15:30:24.0551211Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-28T15:30:24.0561596Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-28T15:30:24.1175560Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-28T15:30:24.1177319Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-28T15:30:24.1178926Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-28T15:30:24.1180107Z hint: call:
2026-08-28T15:30:24.1180721Z hint:
2026-08-28T15:30:24.1181552Z hint: git config --global init.defaultBranch <name>
2026-08-28T15:30:24.1182563Z hint:
2026-08-28T15:30:24.1183440Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-28T15:30:24.1184751Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-28T15:30:24.1185712Z hint:
2026-08-28T15:30:24.1186894Z hint: git branch -m <name>
2026-08-28T15:30:24.1187634Z hint:
2026-08-28T15:30:24.1188993Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-28T15:30:24.1190263Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-28T15:30:24.1192523Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-28T15:30:28.5133585Z [command]/usr/bin/git sparse-checkout disable
2026-08-28T15:30:28.5213498Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-28T15:30:28.5240257Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-08-28T15:30:28.9204810Z Switched to a new branch 'py3.12'
2026-08-28T15:30:28.9205557Z branch 'py3.12' set up to track 'origin/py3.12'.