2026-09-10T19:15:18.6869494Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-10T19:15:18.6874916Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-10T19:15:18.6898581Z [command]/usr/bin/git version
2026-09-10T19:15:18.7027184Z git version 2.55.0
2026-09-10T19:15:18.7084235Z Temporarily overriding HOME='/home/runner/work/_temp/bde19f92-25d5-4e41-ade4-4070b560d8fc' before making global git config changes
2026-09-10T19:15:18.7087117Z Adding repository directory to the temporary git global config as a safe directory
2026-09-10T19:15:18.7091388Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-10T19:15:18.7156444Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-10T19:15:18.7167757Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-10T19:15:18.7292308Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-10T19:15:18.7296414Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-10T19:15:18.7300459Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-10T19:15:18.7303224Z hint: call:
2026-09-10T19:15:18.7304603Z hint:
2026-09-10T19:15:18.7306843Z hint: git config --global init.defaultBranch <name>
2026-09-10T19:15:18.7309512Z hint:
2026-09-10T19:15:18.7312001Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-10T19:15:18.7315192Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-10T19:15:18.7317685Z hint:
2026-09-10T19:15:18.7319500Z hint: git branch -m <name>
2026-09-10T19:15:18.7321492Z hint:
2026-09-10T19:15:18.7323370Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-10T19:15:18.7325956Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-10T19:15:18.7333955Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-10T19:15:22.5015040Z [command]/usr/bin/git sparse-checkout disable
2026-09-10T19:15:22.5071395Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-10T19:15:22.5110237Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-09-10T19:15:23.0994236Z Switched to a new branch 'py3.12'
2026-09-10T19:15:23.0999335Z branch 'py3.12' set up to track 'origin/py3.12'.