2026-08-25T08:18:59.2480698Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-25T08:18:59.2484613Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-25T08:18:59.2486341Z [command]/usr/bin/git version
2026-08-25T08:18:59.2532861Z git version 2.55.0
2026-08-25T08:18:59.2553165Z Temporarily overriding HOME='/home/runner/work/_temp/d5291373-600e-4915-80f2-10ed4e341ae0' before making global git config changes
2026-08-25T08:18:59.2555126Z Adding repository directory to the temporary git global config as a safe directory
2026-08-25T08:18:59.2556631Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-25T08:18:59.2578431Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-25T08:18:59.2587093Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-25T08:18:59.2658039Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-25T08:18:59.2659773Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-25T08:18:59.2660804Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-25T08:18:59.2661915Z hint: call:
2026-08-25T08:18:59.2662750Z hint:
2026-08-25T08:18:59.2663395Z hint: git config --global init.defaultBranch <name>
2026-08-25T08:18:59.2664162Z hint:
2026-08-25T08:18:59.2664832Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-25T08:18:59.2665926Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-25T08:18:59.2666776Z hint:
2026-08-25T08:18:59.2667316Z hint: git branch -m <name>
2026-08-25T08:18:59.2667975Z hint:
2026-08-25T08:18:59.2668675Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-25T08:18:59.2669768Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-25T08:18:59.2671977Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-25T08:19:00.6907599Z [command]/usr/bin/git sparse-checkout disable
2026-08-25T08:19:00.6937560Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-25T08:19:00.6970377Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-25T08:19:01.0298267Z Switched to a new branch 'main'
2026-08-25T08:19:01.0310633Z branch 'main' set up to track 'origin/main'.