2026-08-23T08:32:40.1575442Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T08:32:40.1577269Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-23T08:32:40.1578329Z [command]/usr/bin/git version
2026-08-23T08:32:40.2472422Z git version 2.55.0
2026-08-23T08:32:40.2503621Z Temporarily overriding HOME='/home/runner/work/_temp/e08b4fbb-b2cb-4c6d-a6a7-8eedadc12f29' before making global git config changes
2026-08-23T08:32:40.2504877Z Adding repository directory to the temporary git global config as a safe directory
2026-08-23T08:32:40.2507364Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-23T08:32:40.2548863Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T08:32:40.2556234Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-23T08:32:40.2642899Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-23T08:32:40.2644249Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-23T08:32:40.2645305Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-23T08:32:40.2646000Z hint: call:
2026-08-23T08:32:40.2646516Z hint:
2026-08-23T08:32:40.2647157Z hint: git config --global init.defaultBranch <name>
2026-08-23T08:32:40.2647876Z hint:
2026-08-23T08:32:40.2648436Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-23T08:32:40.2649121Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-23T08:32:40.2649774Z hint:
2026-08-23T08:32:40.2650175Z hint: git branch -m <name>
2026-08-23T08:32:40.2650661Z hint:
2026-08-23T08:32:40.2651264Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-23T08:32:40.2652096Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-23T08:32:40.2654096Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-08-23T08:32:42.8463834Z [command]/usr/bin/git sparse-checkout disable
2026-08-23T08:32:42.8501013Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T08:32:42.8525571Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-23T08:32:43.2874406Z Switched to a new branch 'main'
2026-08-23T08:32:43.2878546Z branch 'main' set up to track 'origin/main'.