Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-03T04:41:11.5079262Z with: 2026-08-03T04:41:11.5080148Z repository: pypy/pypy 2026-08-03T04:41:11.5083987Z token: *** 2026-08-03T04:41:11.5084840Z ssh-strict: true 2026-08-03T04:41:11.5085383Z ssh-user: git 2026-08-03T04:41:11.5086076Z persist-credentials: true 2026-08-03T04:41:11.5086659Z clean: true 2026-08-03T04:41:11.5087205Z sparse-checkout-cone-mode: true 2026-08-03T04:41:11.5087875Z fetch-depth: 1 2026-08-03T04:41:11.5088415Z fetch-tags: false 2026-08-03T04:41:11.5089034Z show-progress: true 2026-08-03T04:41:11.5089775Z lfs: false 2026-08-03T04:41:11.5090319Z submodules: false 2026-08-03T04:41:11.5090964Z set-safe-directory: true
2026-08-03T04:41:11.5966775Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-03T04:41:11.5970580Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-03T04:41:11.5971998Z [command]/usr/bin/git version 2026-08-03T04:41:11.5997525Z git version 2.54.0
2026-08-03T04:41:11.6032836Z Temporarily overriding HOME='/home/runner/work/_temp/3d44e165-aae9-47aa-986b-0a1309907859' before making global git config changes 2026-08-03T04:41:11.6046171Z Adding repository directory to the temporary git global config as a safe directory 2026-08-03T04:41:11.6050411Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-03T04:41:11.6074507Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-03T04:41:11.6084820Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-03T04:41:11.6156071Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-03T04:41:11.6166764Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-03T04:41:11.6168685Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-03T04:41:11.6170122Z hint: call: 2026-08-03T04:41:11.6170953Z hint: 2026-08-03T04:41:11.6172381Z hint: git config --global init.defaultBranch <name> 2026-08-03T04:41:11.6173330Z hint: 2026-08-03T04:41:11.6174319Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-03T04:41:11.6175636Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-03T04:41:11.6176726Z hint: 2026-08-03T04:41:11.6177613Z hint: git branch -m <name> 2026-08-03T04:41:11.6178393Z hint: 2026-08-03T04:41:11.6179412Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-03T04:41:11.6181244Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-03T04:41:11.6183830Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-03T04:41:11.6203734Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-03T04:41:11.6230985Z Removing SSH command configuration 2026-08-03T04:41:11.6261460Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-03T04:41:11.6265829Z [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-03T04:41:11.6520518Z Removing HTTP extra header 2026-08-03T04:41:11.6526348Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-03T04:41:11.6556033Z [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-03T04:41:11.6733623Z Removing includeIf entries pointing to credentials config files 2026-08-03T04:41:11.6738261Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-03T04:41:11.6769046Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-03T04:41:11.6954835Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-c5b71258-7bb4-49ec-a45a-258d0eb0c7f5.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-03T04:41:11.6991015Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-c5b71258-7bb4-49ec-a45a-258d0eb0c7f5.config 2026-08-03T04:41:11.7018469Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-c5b71258-7bb4-49ec-a45a-258d0eb0c7f5.config 2026-08-03T04:41:11.7046706Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-c5b71258-7bb4-49ec-a45a-258d0eb0c7f5.config 2026-08-03T04:41:11.7074124Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-c5b71258-7bb4-49ec-a45a-258d0eb0c7f5.config
Fetching the repository
2026-08-03T04:41:11.7107584Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ec7b5387aaeeda0b4255e10f1c7e203659465180:refs/remotes/pull/5552/merge 2026-08-03T04:41:14.7570335Z From https://github.com/pypy/pypy 2026-08-03T04:41:14.7572326Z * [new ref] ec7b5387aaeeda0b4255e10f1c7e203659465180 -> pull/5552/merge
Determining the checkout info
2026-08-03T04:41:14.7597496Z [command]/usr/bin/git sparse-checkout disable 2026-08-03T04:41:14.7628280Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-03T04:41:14.7655539Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5552/merge 2026-08-03T04:41:15.0979215Z Note: switching to 'refs/remotes/pull/5552/merge'. 2026-08-03T04:41:15.0980250Z 2026-08-03T04:41:15.0980591Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-03T04:41:15.0981218Z changes and commit them, and you can discard any commits you make in this 2026-08-03T04:41:15.0981882Z state without impacting any branches by switching back to a branch. 2026-08-03T04:41:15.0982245Z 2026-08-03T04:41:15.0982585Z If you want to create a new branch to retain commits you create, you may 2026-08-03T04:41:15.0983158Z do so (now or later) by using -c with the switch command. Example: 2026-08-03T04:41:15.0983509Z 2026-08-03T04:41:15.0983808Z git switch -c <new-branch-name> 2026-08-03T04:41:15.0984050Z 2026-08-03T04:41:15.0984251Z Or undo this operation with: 2026-08-03T04:41:15.0984458Z 2026-08-03T04:41:15.0984623Z git switch - 2026-08-03T04:41:15.0984868Z 2026-08-03T04:41:15.0985244Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-03T04:41:15.0985613Z 2026-08-03T04:41:15.0986006Z HEAD is now at ec7b538 Merge 70d5676e756525393c6ec93cea32f037f6bec20b into a2f7356d28f19f023e46e58443ec5988fd525899
2026-08-03T04:41:15.1031554Z [command]/usr/bin/git log -1 --format=%H 2026-08-03T04:41:15.1052781Z ec7b5387aaeeda0b4255e10f1c7e203659465180