2026-09-10T05:25:16.2813557Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-10T05:25:16.2817194Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-10T05:25:16.2819051Z [command]/usr/bin/git version
2026-09-10T05:25:16.2864443Z git version 2.55.0
2026-09-10T05:25:16.2905371Z Temporarily overriding HOME='/home/runner/work/_temp/4ed60065-4850-4dcd-809c-0fb5ac5fe283' before making global git config changes
2026-09-10T05:25:16.2907349Z Adding repository directory to the temporary git global config as a safe directory
2026-09-10T05:25:16.2910538Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-10T05:25:16.2957592Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-10T05:25:16.2980998Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-10T05:25:16.3071228Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-10T05:25:16.3073386Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-10T05:25:16.3076770Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-10T05:25:16.3078095Z hint: call:
2026-09-10T05:25:16.3078978Z hint:
2026-09-10T05:25:16.3080152Z hint: git config --global init.defaultBranch <name>
2026-09-10T05:25:16.3080958Z hint:
2026-09-10T05:25:16.3081559Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-10T05:25:16.3082527Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-10T05:25:16.3083263Z hint:
2026-09-10T05:25:16.3083686Z hint: git branch -m <name>
2026-09-10T05:25:16.3084301Z hint:
2026-09-10T05:25:16.3085155Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-10T05:25:16.3086552Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-10T05:25:16.3088164Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-10T05:25:20.0993062Z [command]/usr/bin/git sparse-checkout disable
2026-09-10T05:25:20.1044967Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-10T05:25:20.1081455Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-09-10T05:25:20.6921250Z Switched to a new branch 'py3.11'
2026-09-10T05:25:20.6924848Z branch 'py3.11' set up to track 'origin/py3.11'.