2026-08-31T11:00:24.5917241Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T11:00:24.5920462Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-31T11:00:24.5921944Z [command]/usr/bin/git version
2026-08-31T11:00:24.5946033Z git version 2.55.0
2026-08-31T11:00:24.5979256Z Temporarily overriding HOME='/home/runner/work/_temp/5cf9be8b-3f76-4f6b-8539-5d257ad6e804' before making global git config changes
2026-08-31T11:00:24.5981006Z Adding repository directory to the temporary git global config as a safe directory
2026-08-31T11:00:24.5985765Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-31T11:00:24.6019297Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T11:00:24.6030028Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-31T11:00:24.6103744Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-31T11:00:24.6106614Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-31T11:00:24.6108413Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-31T11:00:24.6109536Z hint: call:
2026-08-31T11:00:24.6110042Z hint:
2026-08-31T11:00:24.6111091Z hint: git config --global init.defaultBranch <name>
2026-08-31T11:00:24.6111858Z hint:
2026-08-31T11:00:24.6112598Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-31T11:00:24.6113711Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-31T11:00:24.6114530Z hint:
2026-08-31T11:00:24.6115284Z hint: git branch -m <name>
2026-08-31T11:00:24.6115905Z hint:
2026-08-31T11:00:24.6117064Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-31T11:00:24.6118264Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-31T11:00:24.6120147Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-31T11:00:27.7351961Z [command]/usr/bin/git sparse-checkout disable
2026-08-31T11:00:27.7388924Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T11:00:27.7418884Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-31T11:00:28.0788044Z Switched to a new branch 'main'
2026-08-31T11:00:28.0788815Z branch 'main' set up to track 'origin/main'.