2026-08-02T14:08:48.6948637Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T14:08:48.6954596Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-02T14:08:48.6956745Z [command]/usr/bin/git version
2026-08-02T14:08:48.8245688Z git version 2.54.0
2026-08-02T14:08:48.8284355Z Temporarily overriding HOME='/home/runner/work/_temp/4652d026-6bde-4f25-8710-a6a0eda6d642' before making global git config changes
2026-08-02T14:08:48.8286851Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T14:08:48.8289526Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-02T14:08:48.8395266Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T14:08:48.8406567Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-02T14:08:48.9029102Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-02T14:08:48.9031429Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-02T14:08:48.9032984Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-02T14:08:48.9034566Z hint: call:
2026-08-02T14:08:48.9035287Z hint:
2026-08-02T14:08:48.9036349Z hint: git config --global init.defaultBranch <name>
2026-08-02T14:08:48.9037359Z hint:
2026-08-02T14:08:48.9038675Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-02T14:08:48.9040383Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-02T14:08:48.9041628Z hint:
2026-08-02T14:08:48.9042432Z hint: git branch -m <name>
2026-08-02T14:08:48.9043236Z hint:
2026-08-02T14:08:48.9044244Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-02T14:08:48.9045961Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-02T14:08:48.9048934Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-02T14:08:52.0198296Z [command]/usr/bin/git sparse-checkout disable
2026-08-02T14:08:52.0238538Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T14:08:52.0272194Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-02T14:08:52.3733811Z Switched to a new branch 'main'
2026-08-02T14:08:52.3735007Z branch 'main' set up to track 'origin/main'.