2026-08-02T13:56:22.5985797Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T13:56:22.5988073Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-02T13:56:22.5988986Z [command]/usr/bin/git version
2026-08-02T13:56:22.6789329Z git version 2.54.0
2026-08-02T13:56:22.6814770Z Temporarily overriding HOME='/home/runner/work/_temp/cb0e646b-aac6-45c4-934b-2e4ef754f938' before making global git config changes
2026-08-02T13:56:22.6815509Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T13:56:22.6818661Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-02T13:56:22.7044376Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T13:56:22.7052456Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-02T13:56:22.8168548Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-02T13:56:22.8169872Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-02T13:56:22.8170651Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-02T13:56:22.8171449Z hint: call:
2026-08-02T13:56:22.8171960Z hint:
2026-08-02T13:56:22.8172545Z hint: git config --global init.defaultBranch <name>
2026-08-02T13:56:22.8173077Z hint:
2026-08-02T13:56:22.8173554Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-02T13:56:22.8174491Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-02T13:56:22.8175130Z hint:
2026-08-02T13:56:22.8175577Z hint: git branch -m <name>
2026-08-02T13:56:22.8176066Z hint:
2026-08-02T13:56:22.8176581Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-02T13:56:22.8177503Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-02T13:56:22.8179321Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-02T13:56:26.1209666Z [command]/usr/bin/git sparse-checkout disable
2026-08-02T13:56:26.1237067Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T13:56:26.1258875Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-02T13:56:26.4732308Z Switched to a new branch 'main'
2026-08-02T13:56:26.4732814Z branch 'main' set up to track 'origin/main'.