2026-09-16T17:34:50.7530684Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-16T17:34:50.7534365Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-16T17:34:50.7536199Z [command]/usr/bin/git version
2026-09-16T17:34:50.7581387Z git version 2.55.0
2026-09-16T17:34:50.7620570Z Temporarily overriding HOME='/home/runner/work/_temp/415e91b4-a815-4767-aeda-9c8d1929ea7d' before making global git config changes
2026-09-16T17:34:50.7622010Z Adding repository directory to the temporary git global config as a safe directory
2026-09-16T17:34:50.7625492Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-16T17:34:50.7658081Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-16T17:34:50.7668148Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-16T17:34:50.7770811Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-16T17:34:50.7776504Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-16T17:34:50.7778156Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-16T17:34:50.7779387Z hint: call:
2026-09-16T17:34:50.7780990Z hint:
2026-09-16T17:34:50.7782114Z hint: git config --global init.defaultBranch <name>
2026-09-16T17:34:50.7783085Z hint:
2026-09-16T17:34:50.7784106Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-16T17:34:50.7785777Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-16T17:34:50.7786905Z hint:
2026-09-16T17:34:50.7787674Z hint: git branch -m <name>
2026-09-16T17:34:50.7788452Z hint:
2026-09-16T17:34:50.7789506Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-16T17:34:50.7791016Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-16T17:34:50.7793700Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-16T17:34:53.5698875Z [command]/usr/bin/git sparse-checkout disable
2026-09-16T17:34:53.5736298Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-16T17:34:53.5767896Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-16T17:34:53.8714619Z Switched to a new branch 'main'
2026-09-16T17:34:53.8715950Z branch 'main' set up to track 'origin/main'.