2026-07-29T08:10:38.9423659Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-29T08:10:38.9427660Z Working directory is '/home/runner/work/pypy/pypy'
2026-07-29T08:10:38.9429296Z [command]/usr/bin/git version
2026-07-29T08:10:38.9521521Z git version 2.54.0
2026-07-29T08:10:38.9583561Z Temporarily overriding HOME='/home/runner/work/_temp/8c3e4214-1da6-450b-83ef-fe1a23e9e671' before making global git config changes
2026-07-29T08:10:38.9586381Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T08:10:38.9589242Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-07-29T08:10:38.9634323Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-29T08:10:38.9650377Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-07-29T08:10:38.9765228Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-29T08:10:38.9767349Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-29T08:10:38.9768994Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-29T08:10:38.9770425Z hint: call:
2026-07-29T08:10:38.9771228Z hint:
2026-07-29T08:10:38.9772029Z hint: git config --global init.defaultBranch <name>
2026-07-29T08:10:38.9773071Z hint:
2026-07-29T08:10:38.9774062Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-29T08:10:38.9775597Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-29T08:10:38.9776804Z hint:
2026-07-29T08:10:38.9777443Z hint: git branch -m <name>
2026-07-29T08:10:38.9778344Z hint:
2026-07-29T08:10:38.9779442Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-29T08:10:38.9781311Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-07-29T08:10:38.9796639Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-07-29T08:10:43.4981792Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T08:10:43.5029238Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-29T08:10:43.5065578Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-07-29T08:10:44.1443542Z Switched to a new branch 'py3.11'
2026-07-29T08:10:44.1451830Z branch 'py3.11' set up to track 'origin/py3.11'.