2026-09-09T10:40:37.4304746Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T10:40:37.4308083Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-09T10:40:37.4309623Z [command]/usr/bin/git version
2026-09-09T10:40:37.4395577Z git version 2.55.0
2026-09-09T10:40:37.4438106Z Temporarily overriding HOME='/home/runner/work/_temp/0538a5bc-88d3-4bcc-b912-d1fe68810c4d' before making global git config changes
2026-09-09T10:40:37.4440629Z Adding repository directory to the temporary git global config as a safe directory
2026-09-09T10:40:37.4444802Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-09T10:40:37.4498460Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T10:40:37.4507256Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-09T10:40:37.4613337Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-09T10:40:37.4615650Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-09T10:40:37.4617483Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-09T10:40:37.4619171Z hint: call:
2026-09-09T10:40:37.4620321Z hint:
2026-09-09T10:40:37.4621923Z hint: git config --global init.defaultBranch <name>
2026-09-09T10:40:37.4623275Z hint:
2026-09-09T10:40:37.4624381Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-09T10:40:37.4626080Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-09T10:40:37.4627367Z hint:
2026-09-09T10:40:37.4628079Z hint: git branch -m <name>
2026-09-09T10:40:37.4628951Z hint:
2026-09-09T10:40:37.4630392Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-09T10:40:37.4632199Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-09T10:40:37.4635044Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-09T10:40:41.0171965Z [command]/usr/bin/git sparse-checkout disable
2026-09-09T10:40:41.0208440Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T10:40:41.0247280Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5581/merge
2026-09-09T10:40:41.5134102Z Note: switching to 'refs/remotes/pull/5581/merge'.
2026-09-09T10:40:41.5134570Z 2026-09-09T10:40:41.5134864Z You are in 'detached HEAD' state. You can look around, make experimental
2026-09-09T10:40:41.5135447Z changes and commit them, and you can discard any commits you make in this
2026-09-09T10:40:41.5136017Z state without impacting any branches by switching back to a branch.
2026-09-09T10:40:41.5136342Z 2026-09-09T10:40:41.5136601Z If you want to create a new branch to retain commits you create, you may
2026-09-09T10:40:41.5137126Z do so (now or later) by using -c with the switch command. Example:
2026-09-09T10:40:41.5137472Z 2026-09-09T10:40:41.5137628Z git switch -c <new-branch-name>
2026-09-09T10:40:41.5137895Z 2026-09-09T10:40:41.5138030Z Or undo this operation with:
2026-09-09T10:40:41.5138235Z 2026-09-09T10:40:41.5138359Z git switch -
2026-09-09T10:40:41.5138534Z 2026-09-09T10:40:41.5138845Z Turn off this advice by setting config variable advice.detachedHead to false
2026-09-09T10:40:41.5139183Z 2026-09-09T10:40:41.5139970Z HEAD is now at 92b448e Merge 22ba7870960c2ef754234816c4ee6eaf3b4f373b into aec767c1fac6d546e5ae5fae610449f8b45b07d8