2026-08-28T15:56:34.4942535Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-28T15:56:34.4946715Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-28T15:56:34.4948852Z [command]/usr/bin/git version
2026-08-28T15:56:34.5032468Z git version 2.55.0
2026-08-28T15:56:34.5066466Z Temporarily overriding HOME='/home/runner/work/_temp/d77eb9c2-8901-47bf-b116-c5e2bad019c6' before making global git config changes
2026-08-28T15:56:34.5069395Z Adding repository directory to the temporary git global config as a safe directory
2026-08-28T15:56:34.5074046Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-28T15:56:34.5134996Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-28T15:56:34.5146157Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-28T15:56:34.5276601Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-28T15:56:34.5279219Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-28T15:56:34.5281463Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-28T15:56:34.5283160Z hint: call:
2026-08-28T15:56:34.5284060Z hint:
2026-08-28T15:56:34.5285137Z hint: git config --global init.defaultBranch <name>
2026-08-28T15:56:34.5286394Z hint:
2026-08-28T15:56:34.5287591Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-28T15:56:34.5289466Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-28T15:56:34.5291233Z hint:
2026-08-28T15:56:34.5292130Z hint: git branch -m <name>
2026-08-28T15:56:34.5293101Z hint:
2026-08-28T15:56:34.5294350Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-28T15:56:34.5296408Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-28T15:56:34.5299947Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-28T15:56:38.6877478Z [command]/usr/bin/git sparse-checkout disable
2026-08-28T15:56:38.6929851Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-28T15:56:38.6965802Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-08-28T15:56:39.3454611Z Switched to a new branch 'py3.12'
2026-08-28T15:56:39.3457240Z branch 'py3.12' set up to track 'origin/py3.12'.