2026-09-09T10:47:09.6449890Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T10:47:09.6454572Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-09T10:47:09.6463425Z [command]/usr/bin/git version
2026-09-09T10:47:09.6587408Z git version 2.55.0
2026-09-09T10:47:09.6647761Z Temporarily overriding HOME='/home/runner/work/_temp/8702de1d-fda2-4286-b022-356fc48996c5' before making global git config changes
2026-09-09T10:47:09.6650519Z Adding repository directory to the temporary git global config as a safe directory
2026-09-09T10:47:09.6654820Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-09T10:47:09.6711732Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T10:47:09.6723360Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-09T10:47:09.6828641Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-09T10:47:09.6830673Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-09T10:47:09.6836585Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-09T10:47:09.6838322Z hint: call:
2026-09-09T10:47:09.6839359Z hint:
2026-09-09T10:47:09.6841585Z hint: git config --global init.defaultBranch <name>
2026-09-09T10:47:09.6843320Z hint:
2026-09-09T10:47:09.6844547Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-09T10:47:09.6846322Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-09T10:47:09.6847918Z hint:
2026-09-09T10:47:09.6848948Z hint: git branch -m <name>
2026-09-09T10:47:09.6850082Z hint:
2026-09-09T10:47:09.6851508Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-09T10:47:09.6853803Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-09T10:47:09.6856897Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-09-09T10:47:13.2386639Z [command]/usr/bin/git sparse-checkout disable
2026-09-09T10:47:13.2445159Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T10:47:13.2487398Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5581/merge
2026-09-09T10:47:13.7296972Z Note: switching to 'refs/remotes/pull/5581/merge'.
2026-09-09T10:47:13.7298659Z 2026-09-09T10:47:13.7300082Z You are in 'detached HEAD' state. You can look around, make experimental
2026-09-09T10:47:13.7301192Z changes and commit them, and you can discard any commits you make in this
2026-09-09T10:47:13.7302260Z state without impacting any branches by switching back to a branch.
2026-09-09T10:47:13.7302924Z 2026-09-09T10:47:13.7303642Z If you want to create a new branch to retain commits you create, you may
2026-09-09T10:47:13.7304572Z do so (now or later) by using -c with the switch command. Example:
2026-09-09T10:47:13.7305224Z 2026-09-09T10:47:13.7305501Z git switch -c <new-branch-name>
2026-09-09T10:47:13.7305917Z 2026-09-09T10:47:13.7306161Z Or undo this operation with:
2026-09-09T10:47:13.7306506Z 2026-09-09T10:47:13.7306709Z git switch -
2026-09-09T10:47:13.7307001Z 2026-09-09T10:47:13.7307774Z Turn off this advice by setting config variable advice.detachedHead to false
2026-09-09T10:47:13.7308738Z 2026-09-09T10:47:13.7309655Z HEAD is now at 92b448e Merge 22ba7870960c2ef754234816c4ee6eaf3b4f373b into aec767c1fac6d546e5ae5fae610449f8b45b07d8