2026-07-26T06:28:31.3305885Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-26T06:28:31.3310495Z Working directory is '/home/runner/work/pypy/pypy'
2026-07-26T06:28:31.3315692Z [command]/usr/bin/git version
2026-07-26T06:28:31.3445540Z git version 2.54.0
2026-07-26T06:28:31.3499843Z Temporarily overriding HOME='/home/runner/work/_temp/2798f636-b124-4e1c-ac4a-7ce00ce6687b' before making global git config changes
2026-07-26T06:28:31.3502714Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T06:28:31.3504677Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-07-26T06:28:31.3576081Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-26T06:28:31.3589661Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-07-26T06:28:31.3713370Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-26T06:28:31.3720870Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-26T06:28:31.3722655Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-26T06:28:31.3724044Z hint: call:
2026-07-26T06:28:31.3724828Z hint:
2026-07-26T06:28:31.3725873Z hint: git config --global init.defaultBranch <name>
2026-07-26T06:28:31.3727232Z hint:
2026-07-26T06:28:31.3728427Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-26T06:28:31.3730119Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-26T06:28:31.3731488Z hint:
2026-07-26T06:28:31.3732338Z hint: git branch -m <name>
2026-07-26T06:28:31.3733609Z hint:
2026-07-26T06:28:31.3734773Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-26T06:28:31.3737248Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-07-26T06:28:31.3740614Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-07-26T06:28:32.8688703Z [command]/usr/bin/git sparse-checkout disable
2026-07-26T06:28:32.8746580Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-26T06:28:32.8789171Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-26T06:28:33.4279191Z Switched to a new branch 'main'
2026-07-26T06:28:33.4284948Z branch 'main' set up to track 'origin/main'.