2026-07-31T07:35:43.7138767Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T07:35:43.7142457Z Working directory is '/home/runner/work/pypy/pypy'
2026-07-31T07:35:43.7143976Z [command]/usr/bin/git version
2026-07-31T07:35:43.7184001Z git version 2.54.0
2026-07-31T07:35:43.7222279Z Temporarily overriding HOME='/home/runner/work/_temp/2fedff06-e13a-425e-96cb-80d5c7fb89fa' before making global git config changes
2026-07-31T07:35:43.7224309Z Adding repository directory to the temporary git global config as a safe directory
2026-07-31T07:35:43.7226607Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-07-31T07:35:43.7267435Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-31T07:35:43.7278926Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-07-31T07:35:43.7364245Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-31T07:35:43.7366728Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-31T07:35:43.7368598Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-31T07:35:43.7369749Z hint: call:
2026-07-31T07:35:43.7370762Z hint:
2026-07-31T07:35:43.7372130Z hint: git config --global init.defaultBranch <name>
2026-07-31T07:35:43.7373129Z hint:
2026-07-31T07:35:43.7374157Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-31T07:35:43.7375395Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-31T07:35:43.7376595Z hint:
2026-07-31T07:35:43.7377366Z hint: git branch -m <name>
2026-07-31T07:35:43.7378515Z hint:
2026-07-31T07:35:43.7379477Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-31T07:35:43.7380951Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-07-31T07:35:43.7383676Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-07-31T07:35:46.7438306Z [command]/usr/bin/git sparse-checkout disable
2026-07-31T07:35:46.7474934Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T07:35:46.7507548Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5548/merge
2026-07-31T07:35:47.0828411Z Note: switching to 'refs/remotes/pull/5548/merge'.
2026-07-31T07:35:47.0830354Z 2026-07-31T07:35:47.0831899Z You are in 'detached HEAD' state. You can look around, make experimental
2026-07-31T07:35:47.0833285Z changes and commit them, and you can discard any commits you make in this
2026-07-31T07:35:47.0834823Z state without impacting any branches by switching back to a branch.
2026-07-31T07:35:47.0835642Z 2026-07-31T07:35:47.0836229Z If you want to create a new branch to retain commits you create, you may
2026-07-31T07:35:47.0837397Z do so (now or later) by using -c with the switch command. Example:
2026-07-31T07:35:47.0838429Z 2026-07-31T07:35:47.0838754Z git switch -c <new-branch-name>
2026-07-31T07:35:47.0839217Z 2026-07-31T07:35:47.0839511Z Or undo this operation with:
2026-07-31T07:35:47.0839927Z 2026-07-31T07:35:47.0840224Z git switch -
2026-07-31T07:35:47.0840575Z 2026-07-31T07:35:47.0841183Z Turn off this advice by setting config variable advice.detachedHead to false
2026-07-31T07:35:47.0842026Z 2026-07-31T07:35:47.0842993Z HEAD is now at 1ecc04e Merge 044df9c86b8382cfec0ba0f0412651c777bce83a into e6faa48a5f66f9046ba59ee1ff92ff16ba07bcb3