2026-09-14T20:09:33.0322175Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-14T20:09:33.0326269Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-14T20:09:33.0327872Z [command]/usr/bin/git version
2026-09-14T20:09:33.0403338Z git version 2.55.0
2026-09-14T20:09:33.0451477Z Temporarily overriding HOME='/home/runner/work/_temp/e8225173-83e0-4393-bfda-21bb01039b50' before making global git config changes
2026-09-14T20:09:33.0454081Z Adding repository directory to the temporary git global config as a safe directory
2026-09-14T20:09:33.0459249Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-14T20:09:33.0521486Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-14T20:09:33.0531673Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-14T20:09:33.0696514Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-14T20:09:33.0698962Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-14T20:09:33.0700922Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-14T20:09:33.0702520Z hint: call:
2026-09-14T20:09:33.0703866Z hint:
2026-09-14T20:09:33.0705526Z hint: git config --global init.defaultBranch <name>
2026-09-14T20:09:33.0706814Z hint:
2026-09-14T20:09:33.0708001Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-14T20:09:33.0709850Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-14T20:09:33.0711632Z hint:
2026-09-14T20:09:33.0712599Z hint: git branch -m <name>
2026-09-14T20:09:33.0713535Z hint:
2026-09-14T20:09:33.0714663Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-14T20:09:33.0716973Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-14T20:09:33.0718770Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-14T20:09:35.8096450Z [command]/usr/bin/git sparse-checkout disable
2026-09-14T20:09:35.8155929Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-14T20:09:35.8194239Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-14T20:09:36.3023995Z Switched to a new branch 'main'
2026-09-14T20:09:36.3029465Z branch 'main' set up to track 'origin/main'.