2026-08-26T06:06:45.7468458Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-26T06:06:45.7472640Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-26T06:06:45.7474302Z [command]/usr/bin/git version
2026-08-26T06:06:45.7493519Z git version 2.55.0
2026-08-26T06:06:45.7566095Z Temporarily overriding HOME='/home/runner/work/_temp/75408c44-6ae8-46b9-8ef2-c96ddc4f3f4c' before making global git config changes
2026-08-26T06:06:45.7568503Z Adding repository directory to the temporary git global config as a safe directory
2026-08-26T06:06:45.7570859Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-26T06:06:45.7618864Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-26T06:06:45.7628178Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-26T06:06:45.7723432Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-26T06:06:45.7725571Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-26T06:06:45.7726710Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-26T06:06:45.7727586Z hint: call:
2026-08-26T06:06:45.7728054Z hint:
2026-08-26T06:06:45.7728644Z hint: git config --global init.defaultBranch <name>
2026-08-26T06:06:45.7729355Z hint:
2026-08-26T06:06:45.7730298Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-26T06:06:45.7731420Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-26T06:06:45.7732287Z hint:
2026-08-26T06:06:45.7732765Z hint: git branch -m <name>
2026-08-26T06:06:45.7733315Z hint:
2026-08-26T06:06:45.7734035Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-26T06:06:45.7739709Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-26T06:06:45.7757434Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-26T06:06:49.9056566Z [command]/usr/bin/git sparse-checkout disable
2026-08-26T06:06:49.9119320Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-26T06:06:49.9156065Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-08-26T06:06:50.5634669Z Switched to a new branch 'py3.12'
2026-08-26T06:06:50.5638450Z branch 'py3.12' set up to track 'origin/py3.12'.