2026-07-31T09:13:34.5334994Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T09:13:34.5339060Z Working directory is '/home/runner/work/pypy/pypy'
2026-07-31T09:13:34.5340848Z [command]/usr/bin/git version
2026-07-31T09:13:34.5522182Z git version 2.54.0
2026-07-31T09:13:34.5581159Z Temporarily overriding HOME='/home/runner/work/_temp/f953dbca-b3f7-49dc-b542-e3921270c57a' before making global git config changes
2026-07-31T09:13:34.5590919Z Adding repository directory to the temporary git global config as a safe directory
2026-07-31T09:13:34.5593169Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-07-31T09:13:34.5662869Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-31T09:13:34.5675642Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-07-31T09:13:34.5828221Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-31T09:13:34.5832017Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-31T09:13:34.5833731Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-31T09:13:34.5835348Z hint: call:
2026-07-31T09:13:34.5836179Z hint:
2026-07-31T09:13:34.5837189Z hint: git config --global init.defaultBranch <name>
2026-07-31T09:13:34.5838314Z hint:
2026-07-31T09:13:34.5839322Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-31T09:13:34.5840912Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-31T09:13:34.5849559Z hint:
2026-07-31T09:13:34.5850779Z hint: git branch -m <name>
2026-07-31T09:13:34.5852267Z hint:
2026-07-31T09:13:34.5853588Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-31T09:13:34.5856078Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-07-31T09:13:34.5860214Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-07-31T09:13:37.7506672Z [command]/usr/bin/git sparse-checkout disable
2026-07-31T09:13:37.7580337Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T09:13:37.7616934Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-31T09:13:38.3036709Z Switched to a new branch 'main'
2026-07-31T09:13:38.3047326Z branch 'main' set up to track 'origin/main'.