2026-07-30T16:04:01.9120541Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-30T16:04:01.9124293Z Working directory is '/home/runner/work/pypy/pypy'
2026-07-30T16:04:01.9125660Z [command]/usr/bin/git version
2026-07-30T16:04:01.9164462Z git version 2.54.0
2026-07-30T16:04:01.9205980Z Temporarily overriding HOME='/home/runner/work/_temp/448ebb07-3ffe-45df-9e01-284af3f86919' before making global git config changes
2026-07-30T16:04:01.9208619Z Adding repository directory to the temporary git global config as a safe directory
2026-07-30T16:04:01.9211716Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-07-30T16:04:01.9263474Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-30T16:04:01.9276236Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-07-30T16:04:01.9351938Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-30T16:04:01.9354539Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-30T16:04:01.9356542Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-30T16:04:01.9358223Z hint: call:
2026-07-30T16:04:01.9359369Z hint:
2026-07-30T16:04:01.9360913Z hint: git config --global init.defaultBranch <name>
2026-07-30T16:04:01.9362330Z hint:
2026-07-30T16:04:01.9363657Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-30T16:04:01.9365600Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-30T16:04:01.9367241Z hint:
2026-07-30T16:04:01.9368301Z hint: git branch -m <name>
2026-07-30T16:04:01.9369661Z hint:
2026-07-30T16:04:01.9371051Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-30T16:04:01.9373398Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-07-30T16:04:01.9376807Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
2026-07-30T16:04:04.7409679Z [command]/usr/bin/git sparse-checkout disable
2026-07-30T16:04:04.7459947Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-30T16:04:04.7498297Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5541/merge
2026-07-30T16:04:05.3107502Z Note: switching to 'refs/remotes/pull/5541/merge'.
2026-07-30T16:04:05.3107986Z 2026-07-30T16:04:05.3108247Z You are in 'detached HEAD' state. You can look around, make experimental
2026-07-30T16:04:05.3108823Z changes and commit them, and you can discard any commits you make in this
2026-07-30T16:04:05.3109676Z state without impacting any branches by switching back to a branch.
2026-07-30T16:04:05.3110049Z 2026-07-30T16:04:05.3110324Z If you want to create a new branch to retain commits you create, you may
2026-07-30T16:04:05.3110850Z do so (now or later) by using -c with the switch command. Example:
2026-07-30T16:04:05.3111206Z 2026-07-30T16:04:05.3111372Z git switch -c <new-branch-name>
2026-07-30T16:04:05.3111586Z 2026-07-30T16:04:05.3111729Z Or undo this operation with:
2026-07-30T16:04:05.3111930Z 2026-07-30T16:04:05.3112058Z git switch -
2026-07-30T16:04:05.3112242Z 2026-07-30T16:04:05.3112500Z Turn off this advice by setting config variable advice.detachedHead to false
2026-07-30T16:04:05.3112888Z 2026-07-30T16:04:05.3113286Z HEAD is now at 2e8d28e Merge a580ffc72108f66b12c3e21ed561547db70cb8a2 into e6faa48a5f66f9046ba59ee1ff92ff16ba07bcb3