2026-07-26T06:42:37.9996565Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-26T06:42:38.0001382Z Working directory is '/home/runner/work/pypy/pypy'
2026-07-26T06:42:38.0002955Z [command]/usr/bin/git version
2026-07-26T06:42:38.0072998Z git version 2.54.0
2026-07-26T06:42:38.0148247Z Temporarily overriding HOME='/home/runner/work/_temp/a9682d2c-c186-48a5-8728-34933fb7f615' before making global git config changes
2026-07-26T06:42:38.0152062Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T06:42:38.0156210Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-07-26T06:42:38.0215399Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-26T06:42:38.0224965Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-07-26T06:42:38.0317101Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-26T06:42:38.0320788Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-26T06:42:38.0323607Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-26T06:42:38.0327811Z hint: call:
2026-07-26T06:42:38.0328964Z hint:
2026-07-26T06:42:38.0330733Z hint: git config --global init.defaultBranch <name>
2026-07-26T06:42:38.0332102Z hint:
2026-07-26T06:42:38.0333306Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-26T06:42:38.0335579Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-26T06:42:38.0337258Z hint:
2026-07-26T06:42:38.0337806Z hint: git branch -m <name>
2026-07-26T06:42:38.0338402Z hint:
2026-07-26T06:42:38.0339250Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-26T06:42:38.0341154Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-07-26T06:42:38.0344953Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-07-26T06:42:41.1672922Z [command]/usr/bin/git sparse-checkout disable
2026-07-26T06:42:41.1726784Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-26T06:42:41.1766247Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-26T06:42:41.7418474Z Switched to a new branch 'main'
2026-07-26T06:42:41.7419743Z branch 'main' set up to track 'origin/main'.