Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-05-29T08:50:39.2846900Z with: 2026-05-29T08:50:39.2847354Z repository: pypy/pypy 2026-05-29T08:50:39.2850583Z token: *** 2026-05-29T08:50:39.2851152Z ssh-strict: true 2026-05-29T08:50:39.2851452Z ssh-user: git 2026-05-29T08:50:39.2851746Z persist-credentials: true 2026-05-29T08:50:39.2852133Z clean: true 2026-05-29T08:50:39.2852424Z sparse-checkout-cone-mode: true 2026-05-29T08:50:39.2852733Z fetch-depth: 1 2026-05-29T08:50:39.2853069Z fetch-tags: false 2026-05-29T08:50:39.2853368Z show-progress: true 2026-05-29T08:50:39.2853729Z lfs: false 2026-05-29T08:50:39.2853991Z submodules: false 2026-05-29T08:50:39.2854275Z set-safe-directory: true
2026-05-29T08:50:39.3677485Z Syncing repository: pypy/pypy
Getting Git version info
2026-05-29T08:50:39.3680026Z Working directory is '/home/runner/work/pypy/pypy' 2026-05-29T08:50:39.3681303Z [command]/usr/bin/git version 2026-05-29T08:50:40.0749673Z git version 2.53.0
2026-05-29T08:50:40.0784329Z Temporarily overriding HOME='/home/runner/work/_temp/1360cad2-b60a-48f3-9f49-5fe340ff2c65' before making global git config changes 2026-05-29T08:50:40.0785097Z Adding repository directory to the temporary git global config as a safe directory 2026-05-29T08:50:40.0789327Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-05-29T08:50:40.0868145Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-05-29T08:50:40.0876603Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-05-29T08:50:40.1341440Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-05-29T08:50:40.1343040Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-05-29T08:50:40.1343577Z hint: to use in all of your new repositories, which will suppress this warning, 2026-05-29T08:50:40.1343930Z hint: call: 2026-05-29T08:50:40.1344489Z hint: 2026-05-29T08:50:40.1344770Z hint: git config --global init.defaultBranch <name> 2026-05-29T08:50:40.1345044Z hint: 2026-05-29T08:50:40.1345325Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-05-29T08:50:40.1345801Z hint: 'development'. The just-created branch can be renamed via this command: 2026-05-29T08:50:40.1346153Z hint: 2026-05-29T08:50:40.1346325Z hint: git branch -m <name> 2026-05-29T08:50:40.1346521Z hint: 2026-05-29T08:50:40.1346828Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-05-29T08:50:40.1379294Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-05-29T08:50:40.1388739Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-05-29T08:50:40.1482153Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-05-29T08:50:40.1509641Z Removing SSH command configuration 2026-05-29T08:50:40.1515179Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-05-29T08:50:40.1543271Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2026-05-29T08:50:40.3017787Z Removing HTTP extra header 2026-05-29T08:50:40.3023209Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-05-29T08:50:40.3052417Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2026-05-29T08:50:40.3227616Z Removing includeIf entries pointing to credentials config files 2026-05-29T08:50:40.3231743Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-05-29T08:50:40.3259186Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-05-29T08:50:40.3444292Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-04fa8d3d-1032-453d-9dbb-61a4c749fe8a.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-05-29T08:50:40.3478023Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-04fa8d3d-1032-453d-9dbb-61a4c749fe8a.config 2026-05-29T08:50:40.3507276Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-04fa8d3d-1032-453d-9dbb-61a4c749fe8a.config 2026-05-29T08:50:40.3533055Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-04fa8d3d-1032-453d-9dbb-61a4c749fe8a.config 2026-05-29T08:50:40.3559315Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-04fa8d3d-1032-453d-9dbb-61a4c749fe8a.config
Fetching the repository
2026-05-29T08:50:40.3591090Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1bead62a3a5e74d87fd003bcca9459770ca7bac2:refs/remotes/pull/5488/merge 2026-05-29T08:50:41.5459942Z From https://github.com/pypy/pypy 2026-05-29T08:50:41.5461333Z * [new ref] 1bead62a3a5e74d87fd003bcca9459770ca7bac2 -> pull/5488/merge
Determining the checkout info
2026-05-29T08:50:41.5614050Z [command]/usr/bin/git sparse-checkout disable 2026-05-29T08:50:41.5706071Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-05-29T08:50:41.5733524Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5488/merge 2026-05-29T08:50:41.9186174Z Note: switching to 'refs/remotes/pull/5488/merge'. 2026-05-29T08:50:41.9186480Z 2026-05-29T08:50:41.9186687Z You are in 'detached HEAD' state. You can look around, make experimental 2026-05-29T08:50:41.9187135Z changes and commit them, and you can discard any commits you make in this 2026-05-29T08:50:41.9187573Z state without impacting any branches by switching back to a branch. 2026-05-29T08:50:41.9188104Z 2026-05-29T08:50:41.9188642Z If you want to create a new branch to retain commits you create, you may 2026-05-29T08:50:41.9189260Z do so (now or later) by using -c with the switch command. Example: 2026-05-29T08:50:41.9189716Z 2026-05-29T08:50:41.9193375Z git switch -c <new-branch-name> 2026-05-29T08:50:41.9194034Z 2026-05-29T08:50:41.9194327Z Or undo this operation with: 2026-05-29T08:50:41.9194554Z 2026-05-29T08:50:41.9194642Z git switch - 2026-05-29T08:50:41.9194797Z 2026-05-29T08:50:41.9195084Z Turn off this advice by setting config variable advice.detachedHead to false 2026-05-29T08:50:41.9195378Z 2026-05-29T08:50:41.9195703Z HEAD is now at 1bead62 Merge 3e97da6d7a91ccd8a070e4ef9a52a4cbcb50ae21 into 89d59559f278da492b27b562dc812789a3bbbf0f
2026-05-29T08:50:41.9241932Z [command]/usr/bin/git log -1 --format=%H 2026-05-29T08:50:41.9262243Z 1bead62a3a5e74d87fd003bcca9459770ca7bac2