2026-09-10T05:25:16.4832907Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-10T05:25:16.4836731Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-10T05:25:16.4838414Z [command]/usr/bin/git version
2026-09-10T05:25:16.4865543Z git version 2.55.0
2026-09-10T05:25:16.4904019Z Temporarily overriding HOME='/home/runner/work/_temp/95b78344-7ad3-4b9b-8d21-fc76f16b743c' before making global git config changes
2026-09-10T05:25:16.4911226Z Adding repository directory to the temporary git global config as a safe directory
2026-09-10T05:25:16.4912557Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-10T05:25:16.4976577Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-10T05:25:16.4986634Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-10T05:25:16.5070370Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-10T05:25:16.5072587Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-10T05:25:16.5075518Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-10T05:25:16.5076978Z hint: call:
2026-09-10T05:25:16.5077614Z hint:
2026-09-10T05:25:16.5078857Z hint: git config --global init.defaultBranch <name>
2026-09-10T05:25:16.5079653Z hint:
2026-09-10T05:25:16.5080246Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-10T05:25:16.5081193Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-10T05:25:16.5081951Z hint:
2026-09-10T05:25:16.5082556Z hint: git branch -m <name>
2026-09-10T05:25:16.5083047Z hint:
2026-09-10T05:25:16.5084014Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-10T05:25:16.5085545Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-10T05:25:16.5087218Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-10T05:25:20.2482167Z [command]/usr/bin/git sparse-checkout disable
2026-09-10T05:25:20.2538435Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-10T05:25:20.2578447Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-09-10T05:25:20.8626010Z Switched to a new branch 'py3.11'
2026-09-10T05:25:20.8629118Z branch 'py3.11' set up to track 'origin/py3.11'.