2026-08-31T15:28:20.1339416Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T15:28:20.1343180Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-31T15:28:20.1345044Z [command]/usr/bin/git version
2026-08-31T15:28:20.1410249Z git version 2.55.0
2026-08-31T15:28:20.1446137Z Temporarily overriding HOME='/home/runner/work/_temp/e023e964-b127-4d0c-b6fd-d80c0e36af98' before making global git config changes
2026-08-31T15:28:20.1447915Z Adding repository directory to the temporary git global config as a safe directory
2026-08-31T15:28:20.1450875Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-31T15:28:20.1484006Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T15:28:20.1494546Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-31T15:28:20.1609433Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-31T15:28:20.1611617Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-31T15:28:20.1613545Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-31T15:28:20.1614488Z hint: call:
2026-08-31T15:28:20.1614994Z hint:
2026-08-31T15:28:20.1616122Z hint: git config --global init.defaultBranch <name>
2026-08-31T15:28:20.1617094Z hint:
2026-08-31T15:28:20.1617910Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-31T15:28:20.1618962Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-31T15:28:20.1619825Z hint:
2026-08-31T15:28:20.1620442Z hint: git branch -m <name>
2026-08-31T15:28:20.1621061Z hint:
2026-08-31T15:28:20.1621779Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-31T15:28:20.1622914Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-31T15:28:20.1624912Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-31T15:28:21.2369632Z [command]/usr/bin/git sparse-checkout disable
2026-08-31T15:28:21.2407593Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T15:28:21.2437774Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-31T15:28:21.5764095Z Switched to a new branch 'main'
2026-08-31T15:28:21.5765278Z branch 'main' set up to track 'origin/main'.