2026-08-23T07:06:09.1495048Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T07:06:09.1497252Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-23T07:06:09.1498163Z [command]/usr/bin/git version
2026-08-23T07:06:09.2192358Z git version 2.55.0
2026-08-23T07:06:09.2253987Z Temporarily overriding HOME='/home/runner/work/_temp/7bc97523-53b8-4fb2-a677-02da91d6226e' before making global git config changes
2026-08-23T07:06:09.2255361Z Adding repository directory to the temporary git global config as a safe directory
2026-08-23T07:06:09.2258526Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-23T07:06:09.2316797Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T07:06:09.2323735Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-23T07:06:09.2425761Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-23T07:06:09.2426867Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-23T07:06:09.2427676Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-23T07:06:09.2428307Z hint: call:
2026-08-23T07:06:09.2428638Z hint:
2026-08-23T07:06:09.2429063Z hint: git config --global init.defaultBranch <name>
2026-08-23T07:06:09.2429574Z hint:
2026-08-23T07:06:09.2429976Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-23T07:06:09.2430725Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-23T07:06:09.2431128Z hint:
2026-08-23T07:06:09.2431444Z hint: git branch -m <name>
2026-08-23T07:06:09.2431853Z hint:
2026-08-23T07:06:09.2432276Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-23T07:06:09.2432877Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-23T07:06:09.2438410Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-23T07:06:11.2113315Z [command]/usr/bin/git sparse-checkout disable
2026-08-23T07:06:11.2153824Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T07:06:11.2180449Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-23T07:06:11.6088357Z Switched to a new branch 'main'
2026-08-23T07:06:11.6094912Z branch 'main' set up to track 'origin/main'.