2026-08-16T19:42:04.7854347Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-16T19:42:04.7858115Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-16T19:42:04.7859496Z [command]/usr/bin/git version
2026-08-16T19:42:04.7888409Z git version 2.54.0
2026-08-16T19:42:04.7918426Z Temporarily overriding HOME='/home/runner/work/_temp/ce67f1b1-b7db-42cd-a693-5dcf28fd1c95' before making global git config changes
2026-08-16T19:42:04.7919904Z Adding repository directory to the temporary git global config as a safe directory
2026-08-16T19:42:04.7921249Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-16T19:42:04.7949415Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-16T19:42:04.7957411Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-16T19:42:04.8019174Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-16T19:42:04.8020998Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-16T19:42:04.8022443Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-16T19:42:04.8023467Z hint: call:
2026-08-16T19:42:04.8024122Z hint:
2026-08-16T19:42:04.8025301Z hint: git config --global init.defaultBranch <name>
2026-08-16T19:42:04.8026230Z hint:
2026-08-16T19:42:04.8027399Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-16T19:42:04.8028473Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-16T19:42:04.8029537Z hint:
2026-08-16T19:42:04.8030503Z hint: git branch -m <name>
2026-08-16T19:42:04.8031142Z hint:
2026-08-16T19:42:04.8032016Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-16T19:42:04.8033078Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-16T19:42:04.8034941Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-16T19:42:09.0475913Z [command]/usr/bin/git sparse-checkout disable
2026-08-16T19:42:09.0508851Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-16T19:42:09.0535928Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-08-16T19:42:09.4434095Z Switched to a new branch 'py3.11'
2026-08-16T19:42:09.4434966Z branch 'py3.11' set up to track 'origin/py3.11'.