Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-05-29T08:32:08.4205511Z with: 2026-05-29T08:32:08.4205938Z repository: pypy/pypy 2026-05-29T08:32:08.4210125Z token: *** 2026-05-29T08:32:08.4210518Z ssh-strict: true 2026-05-29T08:32:08.4210915Z ssh-user: git 2026-05-29T08:32:08.4211335Z persist-credentials: true 2026-05-29T08:32:08.4211785Z clean: true 2026-05-29T08:32:08.4212194Z sparse-checkout-cone-mode: true 2026-05-29T08:32:08.4212676Z fetch-depth: 1 2026-05-29T08:32:08.4213070Z fetch-tags: false 2026-05-29T08:32:08.4213474Z show-progress: true 2026-05-29T08:32:08.4214041Z lfs: false 2026-05-29T08:32:08.4214427Z submodules: false 2026-05-29T08:32:08.4214835Z set-safe-directory: true
2026-05-29T08:32:08.5238817Z Syncing repository: pypy/pypy
Getting Git version info
2026-05-29T08:32:08.5241078Z Working directory is '/home/runner/work/pypy/pypy' 2026-05-29T08:32:08.5241988Z [command]/usr/bin/git version 2026-05-29T08:32:08.6463394Z git version 2.54.0
2026-05-29T08:32:08.6525858Z Temporarily overriding HOME='/home/runner/work/_temp/2a3f6a9b-4d98-46f6-bdec-62febc1ebb37' before making global git config changes 2026-05-29T08:32:08.6528331Z Adding repository directory to the temporary git global config as a safe directory 2026-05-29T08:32:08.6530208Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-05-29T08:32:08.6858280Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-05-29T08:32:08.6869726Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-05-29T08:32:08.7325553Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-05-29T08:32:08.7327820Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-05-29T08:32:08.7328852Z hint: to use in all of your new repositories, which will suppress this warning, 2026-05-29T08:32:08.7330232Z hint: call: 2026-05-29T08:32:08.7331103Z hint: 2026-05-29T08:32:08.7332148Z hint: git config --global init.defaultBranch <name> 2026-05-29T08:32:08.7333852Z hint: 2026-05-29T08:32:08.7335331Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-05-29T08:32:08.7337132Z hint: 'development'. The just-created branch can be renamed via this command: 2026-05-29T08:32:08.7338749Z hint: 2026-05-29T08:32:08.7339640Z hint: git branch -m <name> 2026-05-29T08:32:08.7340691Z hint: 2026-05-29T08:32:08.7341900Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-05-29T08:32:08.7344239Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-05-29T08:32:08.7348593Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-05-29T08:32:08.7400807Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-05-29T08:32:08.7433976Z Removing SSH command configuration 2026-05-29T08:32:08.7441343Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-05-29T08:32:08.7802590Z [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:32:09.1011287Z Removing HTTP extra header 2026-05-29T08:32:09.1016312Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-05-29T08:32:09.1042447Z [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:32:09.1206912Z Removing includeIf entries pointing to credentials config files 2026-05-29T08:32:09.1210989Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-05-29T08:32:09.1237233Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-05-29T08:32:09.1408405Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-bf2214a7-f6ff-438a-abe9-f3524f35946a.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-05-29T08:32:09.1440670Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-bf2214a7-f6ff-438a-abe9-f3524f35946a.config 2026-05-29T08:32:09.1464927Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-bf2214a7-f6ff-438a-abe9-f3524f35946a.config 2026-05-29T08:32:09.1492489Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-bf2214a7-f6ff-438a-abe9-f3524f35946a.config 2026-05-29T08:32:09.1515969Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-bf2214a7-f6ff-438a-abe9-f3524f35946a.config
Fetching the repository
2026-05-29T08:32:09.1577397Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9bc18912c805c13c9f0d92b2e6e76cd4d684f6e1:refs/remotes/pull/5488/merge 2026-05-29T08:32:10.6859455Z From https://github.com/pypy/pypy 2026-05-29T08:32:10.6860253Z * [new ref] 9bc18912c805c13c9f0d92b2e6e76cd4d684f6e1 -> pull/5488/merge
Determining the checkout info
2026-05-29T08:32:10.6897857Z [command]/usr/bin/git sparse-checkout disable 2026-05-29T08:32:10.6934228Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-05-29T08:32:10.6960266Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5488/merge 2026-05-29T08:32:11.1259014Z Note: switching to 'refs/remotes/pull/5488/merge'. 2026-05-29T08:32:11.1259300Z 2026-05-29T08:32:11.1259491Z You are in 'detached HEAD' state. You can look around, make experimental 2026-05-29T08:32:11.1259953Z changes and commit them, and you can discard any commits you make in this 2026-05-29T08:32:11.1260399Z state without impacting any branches by switching back to a branch. 2026-05-29T08:32:11.1260656Z 2026-05-29T08:32:11.1260868Z If you want to create a new branch to retain commits you create, you may 2026-05-29T08:32:11.1261293Z do so (now or later) by using -c with the switch command. Example: 2026-05-29T08:32:11.1261592Z 2026-05-29T08:32:11.1261711Z git switch -c <new-branch-name> 2026-05-29T08:32:11.1261905Z 2026-05-29T08:32:11.1262011Z Or undo this operation with: 2026-05-29T08:32:11.1262163Z 2026-05-29T08:32:11.1262243Z git switch - 2026-05-29T08:32:11.1262362Z 2026-05-29T08:32:11.1262560Z Turn off this advice by setting config variable advice.detachedHead to false 2026-05-29T08:32:11.1262850Z 2026-05-29T08:32:11.1263167Z HEAD is now at 9bc1891 Merge ef6841b8d2ca430b5918e135a0f38f367da9d427 into 89d59559f278da492b27b562dc812789a3bbbf0f
2026-05-29T08:32:11.1317473Z [command]/usr/bin/git log -1 --format=%H 2026-05-29T08:32:11.1337600Z 9bc18912c805c13c9f0d92b2e6e76cd4d684f6e1