2026-09-10T19:00:14.4525962Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-10T19:00:14.4529338Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-10T19:00:14.4531075Z [command]/usr/bin/git version
2026-09-10T19:00:14.4596332Z git version 2.55.0
2026-09-10T19:00:14.4647996Z Temporarily overriding HOME='/home/runner/work/_temp/cf9f75c7-1a4f-4659-b5e2-6cec6a61872c' before making global git config changes
2026-09-10T19:00:14.4658438Z Adding repository directory to the temporary git global config as a safe directory
2026-09-10T19:00:14.4660107Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-10T19:00:14.4666817Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-10T19:00:14.4676887Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-10T19:00:14.4751348Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-10T19:00:14.4753817Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-10T19:00:14.4758682Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-10T19:00:14.4760547Z hint: call:
2026-09-10T19:00:14.4761885Z hint:
2026-09-10T19:00:14.4763266Z hint: git config --global init.defaultBranch <name>
2026-09-10T19:00:14.4764090Z hint:
2026-09-10T19:00:14.4764957Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-10T19:00:14.4766127Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-10T19:00:14.4766995Z hint:
2026-09-10T19:00:14.4767665Z hint: git branch -m <name>
2026-09-10T19:00:14.4768292Z hint:
2026-09-10T19:00:14.4769165Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-10T19:00:14.4770698Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-10T19:00:14.4772885Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-10T19:00:17.7419658Z [command]/usr/bin/git sparse-checkout disable
2026-09-10T19:00:17.7456981Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-10T19:00:17.7487041Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-10T19:00:18.0397117Z Switched to a new branch 'main'
2026-09-10T19:00:18.0397791Z branch 'main' set up to track 'origin/main'.