2026-08-23T07:29:57.9229192Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T07:29:57.9232410Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-23T07:29:57.9233857Z [command]/usr/bin/git version
2026-08-23T07:29:57.9252988Z git version 2.55.0
2026-08-23T07:29:57.9288998Z Temporarily overriding HOME='/home/runner/work/_temp/12aeb04e-0e03-44fc-97fc-2565ae30e6f4' before making global git config changes
2026-08-23T07:29:57.9291108Z Adding repository directory to the temporary git global config as a safe directory
2026-08-23T07:29:57.9294092Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-23T07:29:57.9340960Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T07:29:57.9360024Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-23T07:29:57.9452810Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-23T07:29:57.9455086Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-23T07:29:57.9456513Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-23T07:29:57.9457903Z hint: call:
2026-08-23T07:29:57.9458779Z hint:
2026-08-23T07:29:57.9460278Z hint: git config --global init.defaultBranch <name>
2026-08-23T07:29:57.9461665Z hint:
2026-08-23T07:29:57.9462732Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-23T07:29:57.9464502Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-23T07:29:57.9467351Z hint:
2026-08-23T07:29:57.9468270Z hint: git branch -m <name>
2026-08-23T07:29:57.9469198Z hint:
2026-08-23T07:29:57.9470291Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-23T07:29:57.9472110Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-23T07:29:57.9475492Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-23T07:30:01.0133252Z [command]/usr/bin/git sparse-checkout disable
2026-08-23T07:30:01.0186257Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T07:30:01.0224252Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-23T07:30:01.5437057Z Switched to a new branch 'main'
2026-08-23T07:30:01.5438988Z branch 'main' set up to track 'origin/main'.