2026-09-09T15:56:31.2909685Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T15:56:31.2913217Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-09T15:56:31.2914989Z [command]/usr/bin/git version
2026-09-09T15:56:31.2957495Z git version 2.55.0
2026-09-09T15:56:31.2994700Z Temporarily overriding HOME='/home/runner/work/_temp/d9d831f8-5b6e-4ead-90c1-3f15f76abb44' before making global git config changes
2026-09-09T15:56:31.2996953Z Adding repository directory to the temporary git global config as a safe directory
2026-09-09T15:56:31.2999272Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-09T15:56:31.3050609Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T15:56:31.3059899Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-09T15:56:31.3162779Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-09T15:56:31.3165089Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-09T15:56:31.3166767Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-09T15:56:31.3168069Z hint: call:
2026-09-09T15:56:31.3169296Z hint:
2026-09-09T15:56:31.3170143Z hint: git config --global init.defaultBranch <name>
2026-09-09T15:56:31.3171137Z hint:
2026-09-09T15:56:31.3172072Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-09T15:56:31.3173592Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-09T15:56:31.3175002Z hint:
2026-09-09T15:56:31.3175687Z hint: git branch -m <name>
2026-09-09T15:56:31.3176463Z hint:
2026-09-09T15:56:31.3177497Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-09T15:56:31.3179074Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-09T15:56:31.3186732Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-09T15:56:35.1306863Z [command]/usr/bin/git sparse-checkout disable
2026-09-09T15:56:35.1369020Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T15:56:35.1409143Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-09-09T15:56:35.7399627Z Switched to a new branch 'py3.11'
2026-09-09T15:56:35.7405343Z branch 'py3.11' set up to track 'origin/py3.11'.