2026-07-24T11:47:40.8530292Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-24T11:47:40.8535221Z Working directory is '/home/runner/work/pypy/pypy'
2026-07-24T11:47:40.8537746Z [command]/usr/bin/git version
2026-07-24T11:47:40.8645915Z git version 2.54.0
2026-07-24T11:47:40.8702293Z Temporarily overriding HOME='/home/runner/work/_temp/fc6f90d0-defa-4129-b9d9-1da2b6bf66f8' before making global git config changes
2026-07-24T11:47:40.8710907Z Adding repository directory to the temporary git global config as a safe directory
2026-07-24T11:47:40.8714367Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-07-24T11:47:40.8756304Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-24T11:47:40.8766157Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-07-24T11:47:40.8871481Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-24T11:47:40.8873503Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-24T11:47:40.8874926Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-24T11:47:40.8876035Z hint: call:
2026-07-24T11:47:40.8876645Z hint:
2026-07-24T11:47:40.8877607Z hint: git config --global init.defaultBranch <name>
2026-07-24T11:47:40.8878528Z hint:
2026-07-24T11:47:40.8879389Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-24T11:47:40.8881525Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-24T11:47:40.8883015Z hint:
2026-07-24T11:47:40.8884105Z hint: git branch -m <name>
2026-07-24T11:47:40.8885328Z hint:
2026-07-24T11:47:40.8886891Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-24T11:47:40.8888936Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-07-24T11:47:40.8900505Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-07-24T11:47:45.0745120Z [command]/usr/bin/git sparse-checkout disable
2026-07-24T11:47:45.0793377Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-24T11:47:45.0826238Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-07-24T11:47:45.7169440Z Switched to a new branch 'py3.12'
2026-07-24T11:47:45.7170410Z branch 'py3.12' set up to track 'origin/py3.12'.