2026-09-05T20:27:17.4736338Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-05T20:27:17.4738974Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-05T20:27:17.4740085Z [command]/usr/bin/git version
2026-09-05T20:27:17.4815730Z git version 2.55.0
2026-09-05T20:27:17.4848981Z Temporarily overriding HOME='/home/runner/work/_temp/1fa93cd1-8d51-4a6e-8bdf-4db89c1f041a' before making global git config changes
2026-09-05T20:27:17.4850646Z Adding repository directory to the temporary git global config as a safe directory
2026-09-05T20:27:17.4853758Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-05T20:27:17.4896386Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-05T20:27:17.4903278Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-05T20:27:17.4979322Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-05T20:27:17.4980617Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-05T20:27:17.4981576Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-05T20:27:17.4982238Z hint: call:
2026-09-05T20:27:17.4982931Z hint:
2026-09-05T20:27:17.4983640Z hint: git config --global init.defaultBranch <name>
2026-09-05T20:27:17.4984201Z hint:
2026-09-05T20:27:17.4984771Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-05T20:27:17.4985570Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-05T20:27:17.4986265Z hint:
2026-09-05T20:27:17.4986687Z hint: git branch -m <name>
2026-09-05T20:27:17.4987118Z hint:
2026-09-05T20:27:17.4987706Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-05T20:27:17.4991743Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-05T20:27:17.5000642Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-05T20:27:21.8490188Z [command]/usr/bin/git sparse-checkout disable
2026-09-05T20:27:21.8601593Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-05T20:27:21.8624304Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-09-05T20:27:22.3644425Z Switched to a new branch 'py3.12'
2026-09-05T20:27:22.3646401Z branch 'py3.12' set up to track 'origin/py3.12'.