2026-08-02T13:56:22.7601056Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T13:56:22.7604656Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-02T13:56:22.7606785Z [command]/usr/bin/git version
2026-08-02T13:56:22.7667654Z git version 2.54.0
2026-08-02T13:56:22.7708846Z Temporarily overriding HOME='/home/runner/work/_temp/1cce7f3c-7989-4f2b-abdf-5a30798dba73' before making global git config changes
2026-08-02T13:56:22.7711566Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T13:56:22.7715127Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-02T13:56:22.7776465Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T13:56:22.7786201Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-02T13:56:22.7888988Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-02T13:56:22.7891778Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-02T13:56:22.7893726Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-02T13:56:22.7895714Z hint: call:
2026-08-02T13:56:22.7896717Z hint:
2026-08-02T13:56:22.7898187Z hint: git config --global init.defaultBranch <name>
2026-08-02T13:56:22.7899586Z hint:
2026-08-02T13:56:22.7900859Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-02T13:56:22.7902904Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-02T13:56:22.7934939Z hint:
2026-08-02T13:56:22.7946024Z hint: git branch -m <name>
2026-08-02T13:56:22.7965276Z hint:
2026-08-02T13:56:22.7966504Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-02T13:56:22.7968895Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-02T13:56:22.7974168Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-02T13:56:24.8746702Z [command]/usr/bin/git sparse-checkout disable
2026-08-02T13:56:24.8793742Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T13:56:24.8830229Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-02T13:56:25.4249754Z Switched to a new branch 'main'
2026-08-02T13:56:25.4255833Z branch 'main' set up to track 'origin/main'.