2026-08-16T19:19:20.4305488Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-16T19:19:20.4309766Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-16T19:19:20.4313193Z [command]/usr/bin/git version
2026-08-16T19:19:20.4415598Z git version 2.54.0
2026-08-16T19:19:20.4452364Z Temporarily overriding HOME='/home/runner/work/_temp/1650b5fa-1787-40f3-a7cc-758c61305308' before making global git config changes
2026-08-16T19:19:20.4454015Z Adding repository directory to the temporary git global config as a safe directory
2026-08-16T19:19:20.4458015Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-16T19:19:20.4495464Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-16T19:19:20.4504383Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-16T19:19:20.4618620Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-16T19:19:20.4628786Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-16T19:19:20.4630031Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-16T19:19:20.4630913Z hint: call:
2026-08-16T19:19:20.4631511Z hint:
2026-08-16T19:19:20.4632614Z hint: git config --global init.defaultBranch <name>
2026-08-16T19:19:20.4633400Z hint:
2026-08-16T19:19:20.4634148Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-16T19:19:20.4635886Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-16T19:19:20.4636853Z hint:
2026-08-16T19:19:20.4637717Z hint: git branch -m <name>
2026-08-16T19:19:20.4638280Z hint:
2026-08-16T19:19:20.4639148Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-16T19:19:20.4640259Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-16T19:19:20.4645505Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-16T19:19:24.4534141Z [command]/usr/bin/git sparse-checkout disable
2026-08-16T19:19:24.4564497Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-16T19:19:24.4595663Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-08-16T19:19:24.8637779Z Switched to a new branch 'py3.12'
2026-08-16T19:19:24.8638944Z branch 'py3.12' set up to track 'origin/py3.12'.