2026-08-22T12:21:29.3547340Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-22T12:21:29.3550653Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-22T12:21:29.3551747Z [command]/usr/bin/git version
2026-08-22T12:21:29.3645530Z git version 2.55.0
2026-08-22T12:21:29.3738842Z Temporarily overriding HOME='/home/runner/work/_temp/e3e618c0-13f7-4c22-a769-6c67edfe7b7e' before making global git config changes
2026-08-22T12:21:29.3741382Z Adding repository directory to the temporary git global config as a safe directory
2026-08-22T12:21:29.3746609Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-22T12:21:29.3837486Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-22T12:21:29.3847680Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-22T12:21:29.3985199Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-22T12:21:29.3987087Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-22T12:21:29.3988213Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-22T12:21:29.3989063Z hint: call:
2026-08-22T12:21:29.3989520Z hint:
2026-08-22T12:21:29.3990108Z hint: git config --global init.defaultBranch <name>
2026-08-22T12:21:29.3990821Z hint:
2026-08-22T12:21:29.3991483Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-22T12:21:29.3992568Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-22T12:21:29.3993438Z hint:
2026-08-22T12:21:29.3993921Z hint: git branch -m <name>
2026-08-22T12:21:29.3994854Z hint:
2026-08-22T12:21:29.3995617Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-22T12:21:29.4001647Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-22T12:21:29.4012904Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-22T12:21:33.5602483Z [command]/usr/bin/git sparse-checkout disable
2026-08-22T12:21:33.5660888Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-22T12:21:33.5694466Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-08-22T12:21:34.2020381Z Switched to a new branch 'py3.11'
2026-08-22T12:21:34.2025477Z branch 'py3.11' set up to track 'origin/py3.11'.