2026-09-08T18:50:38.3105547Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-08T18:50:38.3108086Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-08T18:50:38.3109332Z [command]/usr/bin/git version
2026-09-08T18:50:38.3150852Z git version 2.55.0
2026-09-08T18:50:38.3209918Z Temporarily overriding HOME='/home/runner/work/_temp/58d59fa4-1613-46b7-a9f8-4fb17670f612' before making global git config changes
2026-09-08T18:50:38.3212106Z Adding repository directory to the temporary git global config as a safe directory
2026-09-08T18:50:38.3213671Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-08T18:50:38.3217236Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-08T18:50:38.3224504Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-08T18:50:38.3311600Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-08T18:50:38.3313209Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-08T18:50:38.3314206Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-08T18:50:38.3314957Z hint: call:
2026-09-08T18:50:38.3315417Z hint:
2026-09-08T18:50:38.3316361Z hint: git config --global init.defaultBranch <name>
2026-09-08T18:50:38.3317097Z hint:
2026-09-08T18:50:38.3317671Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-08T18:50:38.3318552Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-08T18:50:38.3319325Z hint:
2026-09-08T18:50:38.3319795Z hint: git branch -m <name>
2026-09-08T18:50:38.3320501Z hint:
2026-09-08T18:50:38.3321125Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-08T18:50:38.3322032Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-08T18:50:38.3323538Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-08T18:50:42.2617791Z [command]/usr/bin/git sparse-checkout disable
2026-09-08T18:50:42.2749222Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-08T18:50:42.2772864Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-08T18:50:42.6860085Z Switched to a new branch 'main'
2026-09-08T18:50:42.6869363Z branch 'main' set up to track 'origin/main'.