Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-02T12:55:07.8733964Z with: 2026-08-02T12:55:07.8735085Z repository: pypy/pypy 2026-08-02T12:55:07.8738926Z token: *** 2026-08-02T12:55:07.8739520Z ssh-strict: true 2026-08-02T12:55:07.8740085Z ssh-user: git 2026-08-02T12:55:07.8740644Z persist-credentials: true 2026-08-02T12:55:07.8741291Z clean: true 2026-08-02T12:55:07.8741856Z sparse-checkout-cone-mode: true 2026-08-02T12:55:07.8742448Z fetch-depth: 1 2026-08-02T12:55:07.8743038Z fetch-tags: false 2026-08-02T12:55:07.8743649Z show-progress: true 2026-08-02T12:55:07.8744553Z lfs: false 2026-08-02T12:55:07.8745129Z submodules: false 2026-08-02T12:55:07.8745717Z set-safe-directory: true
2026-08-02T12:55:07.9668407Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T12:55:07.9672215Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-02T12:55:07.9673527Z [command]/usr/bin/git version 2026-08-02T12:55:07.9724074Z git version 2.54.0
2026-08-02T12:55:07.9762912Z Temporarily overriding HOME='/home/runner/work/_temp/49c23e89-906c-48fe-bc74-d18beb9322c4' before making global git config changes 2026-08-02T12:55:07.9768150Z Adding repository directory to the temporary git global config as a safe directory 2026-08-02T12:55:07.9777214Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-02T12:55:07.9815507Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T12:55:07.9829019Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-02T12:55:07.9922701Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-02T12:55:07.9925019Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-02T12:55:07.9926600Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-02T12:55:07.9927592Z hint: call: 2026-08-02T12:55:07.9930248Z hint: 2026-08-02T12:55:07.9930934Z hint: git config --global init.defaultBranch <name> 2026-08-02T12:55:07.9931649Z hint: 2026-08-02T12:55:07.9932391Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-02T12:55:07.9933440Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-02T12:55:07.9934407Z hint: 2026-08-02T12:55:07.9935040Z hint: git branch -m <name> 2026-08-02T12:55:07.9935625Z hint: 2026-08-02T12:55:07.9936412Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-02T12:55:07.9937522Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-02T12:55:07.9939533Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-02T12:55:07.9958554Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-02T12:55:08.0001573Z Removing SSH command configuration 2026-08-02T12:55:08.0003167Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-02T12:55:08.0037032Z [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-08-02T12:55:08.0320752Z Removing HTTP extra header 2026-08-02T12:55:08.0327447Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-02T12:55:08.0359923Z [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-08-02T12:55:08.0572674Z Removing includeIf entries pointing to credentials config files 2026-08-02T12:55:08.0574044Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-02T12:55:08.0607188Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-02T12:55:08.0825404Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-18c243d3-e889-446d-aacf-d6486e36107e.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-02T12:55:08.0866830Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-18c243d3-e889-446d-aacf-d6486e36107e.config 2026-08-02T12:55:08.0899159Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-18c243d3-e889-446d-aacf-d6486e36107e.config 2026-08-02T12:55:08.0933068Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-18c243d3-e889-446d-aacf-d6486e36107e.config 2026-08-02T12:55:08.0965628Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-18c243d3-e889-446d-aacf-d6486e36107e.config
Fetching the repository
2026-08-02T12:55:08.1003482Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8dc423ad25aa0b272236bdf4184e5178569cb637:refs/remotes/pull/5551/merge 2026-08-02T12:55:10.8816974Z From https://github.com/pypy/pypy 2026-08-02T12:55:10.8818477Z * [new ref] 8dc423ad25aa0b272236bdf4184e5178569cb637 -> pull/5551/merge
Determining the checkout info
2026-08-02T12:55:10.8851542Z [command]/usr/bin/git sparse-checkout disable 2026-08-02T12:55:10.8882594Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T12:55:10.8914027Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5551/merge 2026-08-02T12:55:11.2276205Z Note: switching to 'refs/remotes/pull/5551/merge'. 2026-08-02T12:55:11.2277263Z 2026-08-02T12:55:11.2278133Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-02T12:55:11.2279602Z changes and commit them, and you can discard any commits you make in this 2026-08-02T12:55:11.2280985Z state without impacting any branches by switching back to a branch. 2026-08-02T12:55:11.2281869Z 2026-08-02T12:55:11.2282435Z If you want to create a new branch to retain commits you create, you may 2026-08-02T12:55:11.2283682Z do so (now or later) by using -c with the switch command. Example: 2026-08-02T12:55:11.2284670Z 2026-08-02T12:55:11.2285112Z git switch -c <new-branch-name> 2026-08-02T12:55:11.2285620Z 2026-08-02T12:55:11.2285948Z Or undo this operation with: 2026-08-02T12:55:11.2286368Z 2026-08-02T12:55:11.2286667Z git switch - 2026-08-02T12:55:11.2287060Z 2026-08-02T12:55:11.2287752Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-02T12:55:11.2288609Z 2026-08-02T12:55:11.2289656Z HEAD is now at 8dc423a Merge f5e25d434be1bb9f4436990b3151daba9b945956 into fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
2026-08-02T12:55:11.2332368Z [command]/usr/bin/git log -1 --format=%H 2026-08-02T12:55:11.2357869Z 8dc423ad25aa0b272236bdf4184e5178569cb637