2026-08-03T09:56:01.3378967Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-03T09:56:01.3381836Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-03T09:56:01.3383121Z [command]/usr/bin/git version
2026-08-03T09:56:01.3423936Z git version 2.54.0
2026-08-03T09:56:01.3491970Z Temporarily overriding HOME='/home/runner/work/_temp/3e2549be-3fb8-456c-a713-26d3ea477463' before making global git config changes
2026-08-03T09:56:01.3493813Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T09:56:01.3495249Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-03T09:56:01.3522005Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-03T09:56:01.3540680Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-03T09:56:01.3641741Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-03T09:56:01.3643352Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-03T09:56:01.3644716Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-03T09:56:01.3645628Z hint: call:
2026-08-03T09:56:01.3646305Z hint:
2026-08-03T09:56:01.3646722Z hint: git config --global init.defaultBranch <name>
2026-08-03T09:56:01.3647201Z hint:
2026-08-03T09:56:01.3647647Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-03T09:56:01.3648370Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-03T09:56:01.3649102Z hint:
2026-08-03T09:56:01.3649441Z hint: git branch -m <name>
2026-08-03T09:56:01.3649916Z hint:
2026-08-03T09:56:01.3650673Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-03T09:56:01.3651401Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-03T09:56:01.3655110Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-03T09:56:05.7931480Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T09:56:05.7965830Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-03T09:56:05.7993785Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-08-03T09:56:06.3130338Z Switched to a new branch 'py3.11'
2026-08-03T09:56:06.3131002Z branch 'py3.11' set up to track 'origin/py3.11'.