2026-09-16T16:51:02.5269599Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-16T16:51:02.5272791Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-16T16:51:02.5274301Z [command]/usr/bin/git version
2026-09-16T16:51:02.5360155Z git version 2.55.0
2026-09-16T16:51:02.5412696Z Temporarily overriding HOME='/home/runner/work/_temp/1fa7d180-cd30-4608-be88-ef87c5d6ca4d' before making global git config changes
2026-09-16T16:51:02.5414883Z Adding repository directory to the temporary git global config as a safe directory
2026-09-16T16:51:02.5420435Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-16T16:51:02.5492484Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-16T16:51:02.5507098Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-16T16:51:02.5668863Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-16T16:51:02.5671114Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-16T16:51:02.5672669Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-16T16:51:02.5673974Z hint: call:
2026-09-16T16:51:02.5674744Z hint:
2026-09-16T16:51:02.5675668Z hint: git config --global init.defaultBranch <name>
2026-09-16T16:51:02.5676800Z hint:
2026-09-16T16:51:02.5678078Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-16T16:51:02.5679806Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-16T16:51:02.5681129Z hint:
2026-09-16T16:51:02.5681870Z hint: git branch -m <name>
2026-09-16T16:51:02.5682684Z hint:
2026-09-16T16:51:02.5683739Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-16T16:51:02.5685368Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-16T16:51:02.5688814Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-16T16:51:05.4884284Z [command]/usr/bin/git sparse-checkout disable
2026-09-16T16:51:05.4945314Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-16T16:51:05.4985791Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-16T16:51:05.9829723Z Switched to a new branch 'main'
2026-09-16T16:51:05.9835118Z branch 'main' set up to track 'origin/main'.