2026-09-16T09:27:22.6300232Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-16T09:27:22.6304123Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-16T09:27:22.6305342Z [command]/usr/bin/git version
2026-09-16T09:27:22.6389827Z git version 2.55.0
2026-09-16T09:27:22.6426446Z Temporarily overriding HOME='/home/runner/work/_temp/bf3af4db-debc-4773-b44a-923f4ad048dc' before making global git config changes
2026-09-16T09:27:22.6429147Z Adding repository directory to the temporary git global config as a safe directory
2026-09-16T09:27:22.6431274Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-16T09:27:22.6494610Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-16T09:27:22.6507645Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-16T09:27:22.6596164Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-16T09:27:22.6598120Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-16T09:27:22.6599825Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-16T09:27:22.6601007Z hint: call:
2026-09-16T09:27:22.6601636Z hint:
2026-09-16T09:27:22.6602831Z hint: git config --global init.defaultBranch <name>
2026-09-16T09:27:22.6603810Z hint:
2026-09-16T09:27:22.6604736Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-16T09:27:22.6606225Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-16T09:27:22.6607405Z hint:
2026-09-16T09:27:22.6608056Z hint: git branch -m <name>
2026-09-16T09:27:22.6609060Z hint:
2026-09-16T09:27:22.6610064Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-16T09:27:22.6611599Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-16T09:27:22.6614002Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-16T09:27:25.7024802Z [command]/usr/bin/git sparse-checkout disable
2026-09-16T09:27:25.7082097Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-16T09:27:25.7119855Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-16T09:27:26.2087732Z Switched to a new branch 'main'
2026-09-16T09:27:26.2091337Z branch 'main' set up to track 'origin/main'.