2026-08-31T16:47:51.2449106Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T16:47:51.2451588Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-31T16:47:51.2497393Z [command]/usr/bin/git version
2026-08-31T16:47:51.2634162Z git version 2.55.0
2026-08-31T16:47:51.2675443Z Temporarily overriding HOME='/home/runner/work/_temp/b6c0b9e3-5424-43f8-b6a9-c6732b4bd112' before making global git config changes
2026-08-31T16:47:51.2678106Z Adding repository directory to the temporary git global config as a safe directory
2026-08-31T16:47:51.2680965Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-31T16:47:51.2737719Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T16:47:51.2748551Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-31T16:47:51.2870176Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-31T16:47:51.2872824Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-31T16:47:51.2874647Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-31T16:47:51.2876665Z hint: call:
2026-08-31T16:47:51.2877848Z hint:
2026-08-31T16:47:51.2879634Z hint: git config --global init.defaultBranch <name>
2026-08-31T16:47:51.2881148Z hint:
2026-08-31T16:47:51.2882429Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-31T16:47:51.2884312Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-31T16:47:51.2886053Z hint:
2026-08-31T16:47:51.2887498Z hint: git branch -m <name>
2026-08-31T16:47:51.2889009Z hint:
2026-08-31T16:47:51.2890464Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-31T16:47:51.2892551Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-31T16:47:51.2895906Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-31T16:47:55.6809984Z [command]/usr/bin/git sparse-checkout disable
2026-08-31T16:47:55.6872672Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T16:47:55.6913466Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-08-31T16:47:56.3295243Z Switched to a new branch 'py3.11'
2026-08-31T16:47:56.3300177Z branch 'py3.11' set up to track 'origin/py3.11'.