2026-07-31T02:54:37.4625864Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T02:54:37.4629987Z Working directory is '/home/runner/work/pypy/pypy'
2026-07-31T02:54:37.4631228Z [command]/usr/bin/git version
2026-07-31T02:54:37.4685368Z git version 2.54.0
2026-07-31T02:54:37.4738521Z Temporarily overriding HOME='/home/runner/work/_temp/e6ce7ba3-6894-47ef-8108-bdec5b3193e5' before making global git config changes
2026-07-31T02:54:37.4740837Z Adding repository directory to the temporary git global config as a safe directory
2026-07-31T02:54:37.4744869Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-07-31T02:54:37.4801970Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-31T02:54:37.4814771Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-07-31T02:54:37.4930588Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-31T02:54:37.4932432Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-31T02:54:37.4934838Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-31T02:54:37.4936023Z hint: call:
2026-07-31T02:54:37.4936660Z hint:
2026-07-31T02:54:37.4937922Z hint: git config --global init.defaultBranch <name>
2026-07-31T02:54:37.4938907Z hint:
2026-07-31T02:54:37.4939806Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-31T02:54:37.4941288Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-31T02:54:37.4942558Z hint:
2026-07-31T02:54:37.4943227Z hint: git branch -m <name>
2026-07-31T02:54:37.4944205Z hint:
2026-07-31T02:54:37.4945191Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-31T02:54:37.4946769Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-07-31T02:54:37.4951302Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-07-31T02:54:38.6585928Z [command]/usr/bin/git sparse-checkout disable
2026-07-31T02:54:38.6645510Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T02:54:38.6693054Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5541/merge
2026-07-31T02:54:39.2195252Z Note: switching to 'refs/remotes/pull/5541/merge'.
2026-07-31T02:54:39.2195864Z 2026-07-31T02:54:39.2196183Z You are in 'detached HEAD' state. You can look around, make experimental
2026-07-31T02:54:39.2196845Z changes and commit them, and you can discard any commits you make in this
2026-07-31T02:54:39.2197506Z state without impacting any branches by switching back to a branch.
2026-07-31T02:54:39.2197890Z 2026-07-31T02:54:39.2198192Z If you want to create a new branch to retain commits you create, you may
2026-07-31T02:54:39.2198795Z do so (now or later) by using -c with the switch command. Example:
2026-07-31T02:54:39.2199187Z 2026-07-31T02:54:39.2199367Z git switch -c <new-branch-name>
2026-07-31T02:54:39.2199618Z 2026-07-31T02:54:39.2199781Z Or undo this operation with:
2026-07-31T02:54:39.2199998Z 2026-07-31T02:54:39.2200130Z git switch -
2026-07-31T02:54:39.2200387Z 2026-07-31T02:54:39.2200672Z Turn off this advice by setting config variable advice.detachedHead to false
2026-07-31T02:54:39.2201093Z 2026-07-31T02:54:39.2201522Z HEAD is now at 553b2b7 Merge 8dda6246ab8851992ed379076448c91386242f2a into e6faa48a5f66f9046ba59ee1ff92ff16ba07bcb3