2026-09-01T18:58:56.2120373Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-01T18:58:56.2124552Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-01T18:58:56.2126366Z [command]/usr/bin/git version
2026-09-01T18:58:56.2212800Z git version 2.55.0
2026-09-01T18:58:56.2250805Z Temporarily overriding HOME='/home/runner/work/_temp/2a511cc7-4d69-40ee-a7a4-2aa3ec4dc7d0' before making global git config changes
2026-09-01T18:58:56.2254126Z Adding repository directory to the temporary git global config as a safe directory
2026-09-01T18:58:56.2257519Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-01T18:58:56.2310675Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-01T18:58:56.2321690Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-01T18:58:56.2423778Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-01T18:58:56.2426069Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-01T18:58:56.2428300Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-01T18:58:56.2429496Z hint: call:
2026-09-01T18:58:56.2430167Z hint:
2026-09-01T18:58:56.2431630Z hint: git config --global init.defaultBranch <name>
2026-09-01T18:58:56.2432628Z hint:
2026-09-01T18:58:56.2433541Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-01T18:58:56.2435078Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-01T18:58:56.2436321Z hint:
2026-09-01T18:58:56.2436966Z hint: git branch -m <name>
2026-09-01T18:58:56.2437749Z hint:
2026-09-01T18:58:56.2439079Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-01T18:58:56.2440633Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-01T18:58:56.2443631Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-01T18:59:01.1082828Z [command]/usr/bin/git sparse-checkout disable
2026-09-01T18:59:01.1142528Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-01T18:59:01.1175611Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-09-01T18:59:01.7613058Z Switched to a new branch 'py3.12'
2026-09-01T18:59:01.7616308Z branch 'py3.12' set up to track 'origin/py3.12'.