2026-09-09T06:58:18.4565981Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T06:58:18.4569548Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-09T06:58:18.4571016Z [command]/usr/bin/git version
2026-09-09T06:58:18.5839487Z git version 2.55.0
2026-09-09T06:58:18.5876464Z Temporarily overriding HOME='/home/runner/work/_temp/b8e19627-0919-4487-8ace-4670a1afddfd' before making global git config changes
2026-09-09T06:58:18.5878121Z Adding repository directory to the temporary git global config as a safe directory
2026-09-09T06:58:18.5881699Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-09T06:58:18.5917031Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T06:58:18.5927434Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-09T06:58:18.6509612Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-09T06:58:18.6511278Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-09T06:58:18.6512377Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-09T06:58:18.6513293Z hint: call:
2026-09-09T06:58:18.6513841Z hint:
2026-09-09T06:58:18.6514516Z hint: git config --global init.defaultBranch <name>
2026-09-09T06:58:18.6515309Z hint:
2026-09-09T06:58:18.6515999Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-09T06:58:18.6517153Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-09T06:58:18.6517999Z hint:
2026-09-09T06:58:18.6518559Z hint: git branch -m <name>
2026-09-09T06:58:18.6519585Z hint:
2026-09-09T06:58:18.6520356Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-09T06:58:18.6521514Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-09T06:58:18.6523943Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-09T06:58:23.1582183Z [command]/usr/bin/git sparse-checkout disable
2026-09-09T06:58:23.1673827Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T06:58:23.1703764Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-09-09T06:58:23.5644762Z Switched to a new branch 'py3.11'
2026-09-09T06:58:23.5645331Z branch 'py3.11' set up to track 'origin/py3.11'.