2026-08-29T19:10:15.0211419Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-29T19:10:15.0214850Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-29T19:10:15.0216196Z [command]/usr/bin/git version
2026-08-29T19:10:15.0228743Z git version 2.55.0
2026-08-29T19:10:15.0265466Z Temporarily overriding HOME='/home/runner/work/_temp/7eb4d90b-8815-4f95-9490-a4f76b30cf9b' before making global git config changes
2026-08-29T19:10:15.0269490Z Adding repository directory to the temporary git global config as a safe directory
2026-08-29T19:10:15.0271051Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-29T19:10:15.0302585Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-29T19:10:15.0312335Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-29T19:10:15.0387313Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-29T19:10:15.0389572Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-29T19:10:15.0391161Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-29T19:10:15.0392346Z hint: call:
2026-08-29T19:10:15.0393207Z hint:
2026-08-29T19:10:15.0394133Z hint: git config --global init.defaultBranch <name>
2026-08-29T19:10:15.0395056Z hint:
2026-08-29T19:10:15.0396688Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-29T19:10:15.0398020Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-29T19:10:15.0399410Z hint:
2026-08-29T19:10:15.0400256Z hint: git branch -m <name>
2026-08-29T19:10:15.0401076Z hint:
2026-08-29T19:10:15.0402165Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-29T19:10:15.0403688Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-29T19:10:15.0406346Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-29T19:10:17.9520679Z [command]/usr/bin/git sparse-checkout disable
2026-08-29T19:10:17.9561412Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-29T19:10:17.9592113Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-08-29T19:10:18.3563825Z Switched to a new branch 'py3.11'
2026-08-29T19:10:18.3576588Z branch 'py3.11' set up to track 'origin/py3.11'.