2026-07-22T03:47:48.4108437Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-22T03:47:48.4111109Z Working directory is '/home/runner/work/pypy/pypy'
2026-07-22T03:47:48.4112187Z [command]/usr/bin/git version
2026-07-22T03:47:48.4149631Z git version 2.54.0
2026-07-22T03:47:48.4230639Z Temporarily overriding HOME='/home/runner/work/_temp/a6b54644-3c9d-4947-bcdb-22d6bc036585' before making global git config changes
2026-07-22T03:47:48.4232619Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T03:47:48.4238948Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-07-22T03:47:48.4296896Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-22T03:47:48.4306164Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-07-22T03:47:48.4384649Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-22T03:47:48.4386106Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-22T03:47:48.4387087Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-22T03:47:48.4387832Z hint: call:
2026-07-22T03:47:48.4388237Z hint:
2026-07-22T03:47:48.4389208Z hint: git config --global init.defaultBranch <name>
2026-07-22T03:47:48.4389829Z hint:
2026-07-22T03:47:48.4390403Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-22T03:47:48.4391530Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-22T03:47:48.4392252Z hint:
2026-07-22T03:47:48.4393030Z hint: git branch -m <name>
2026-07-22T03:47:48.4393741Z hint:
2026-07-22T03:47:48.4394658Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-22T03:47:48.4396553Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-07-22T03:47:48.4408370Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-07-22T03:47:52.5113332Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T03:47:52.5161745Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-22T03:47:52.5199160Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-07-22T03:47:53.1747925Z Switched to a new branch 'py3.11'
2026-07-22T03:47:53.1754124Z branch 'py3.11' set up to track 'origin/py3.11'.