2026-09-09T14:45:34.2533269Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T14:45:34.2537632Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-09T14:45:34.2539527Z [command]/usr/bin/git version
2026-09-09T14:45:34.2570405Z git version 2.55.0
2026-09-09T14:45:34.2611506Z Temporarily overriding HOME='/home/runner/work/_temp/f85e4e68-4dc4-4c57-9a02-3ce9c99e460c' before making global git config changes
2026-09-09T14:45:34.2613812Z Adding repository directory to the temporary git global config as a safe directory
2026-09-09T14:45:34.2618993Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-09T14:45:34.2665461Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T14:45:34.2687311Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-09T14:45:34.2778146Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-09T14:45:34.2782422Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-09T14:45:34.2783997Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-09T14:45:34.2785056Z hint: call:
2026-09-09T14:45:34.2785773Z hint:
2026-09-09T14:45:34.2786722Z hint: git config --global init.defaultBranch <name>
2026-09-09T14:45:34.2787510Z hint:
2026-09-09T14:45:34.2788419Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-09T14:45:34.2789586Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-09T14:45:34.2790588Z hint:
2026-09-09T14:45:34.2791233Z hint: git branch -m <name>
2026-09-09T14:45:34.2791914Z hint:
2026-09-09T14:45:34.2792826Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-09T14:45:34.2794093Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-09T14:45:34.2796729Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-09T14:45:38.2140864Z [command]/usr/bin/git sparse-checkout disable
2026-09-09T14:45:38.2179740Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T14:45:38.2211508Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-09-09T14:45:38.5774062Z Switched to a new branch 'py3.12'
2026-09-09T14:45:38.5775377Z branch 'py3.12' set up to track 'origin/py3.12'.