2026-09-10T00:26:57.4413265Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-10T00:26:57.4416349Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-10T00:26:57.4417702Z [command]/usr/bin/git version
2026-09-10T00:26:57.4452978Z git version 2.55.0
2026-09-10T00:26:57.4489390Z Temporarily overriding HOME='/home/runner/work/_temp/4f7bae83-6b4e-450a-be20-a59b11a0624c' before making global git config changes
2026-09-10T00:26:57.4491277Z Adding repository directory to the temporary git global config as a safe directory
2026-09-10T00:26:57.4493466Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-10T00:26:57.4517878Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-10T00:26:57.4542284Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-10T00:26:57.4623174Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-10T00:26:57.4624725Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-10T00:26:57.4626054Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-10T00:26:57.4626890Z hint: call:
2026-09-10T00:26:57.4627450Z hint:
2026-09-10T00:26:57.4628112Z hint: git config --global init.defaultBranch <name>
2026-09-10T00:26:57.4628808Z hint:
2026-09-10T00:26:57.4629609Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-10T00:26:57.4630638Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-10T00:26:57.4631450Z hint:
2026-09-10T00:26:57.4632268Z hint: git branch -m <name>
2026-09-10T00:26:57.4632867Z hint:
2026-09-10T00:26:57.4633728Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-10T00:26:57.4634793Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-10T00:26:57.4636760Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-10T00:27:01.2077409Z [command]/usr/bin/git sparse-checkout disable
2026-09-10T00:27:01.2112867Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-10T00:27:01.2139516Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-09-10T00:27:01.5695170Z Switched to a new branch 'py3.11'
2026-09-10T00:27:01.5696206Z branch 'py3.11' set up to track 'origin/py3.11'.