Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-31T10:02:09.3653376Z with: 2026-08-31T10:02:09.3653765Z repository: pypy/pypy 2026-08-31T10:02:09.3657547Z token: *** 2026-08-31T10:02:09.3657930Z ssh-strict: true 2026-08-31T10:02:09.3658321Z ssh-user: git 2026-08-31T10:02:09.3658719Z persist-credentials: true 2026-08-31T10:02:09.3659153Z clean: true 2026-08-31T10:02:09.3659541Z sparse-checkout-cone-mode: true 2026-08-31T10:02:09.3660015Z fetch-depth: 1 2026-08-31T10:02:09.3660390Z fetch-tags: false 2026-08-31T10:02:09.3660777Z show-progress: true 2026-08-31T10:02:09.3661165Z lfs: false 2026-08-31T10:02:09.3661528Z submodules: false 2026-08-31T10:02:09.3661929Z set-safe-directory: true
2026-08-31T10:02:09.4461685Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T10:02:09.4464487Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-31T10:02:09.4465470Z [command]/usr/bin/git version 2026-08-31T10:02:09.4690155Z git version 2.55.0
2026-08-31T10:02:09.4726720Z Temporarily overriding HOME='/home/runner/work/_temp/08442a27-8332-48cb-9166-ca65e0523938' before making global git config changes 2026-08-31T10:02:09.4728204Z Adding repository directory to the temporary git global config as a safe directory 2026-08-31T10:02:09.4731532Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-31T10:02:09.4779009Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T10:02:09.4787483Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-31T10:02:09.4944371Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-31T10:02:09.4946264Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-31T10:02:09.4965477Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-31T10:02:09.4996191Z hint: call: 2026-08-31T10:02:09.5025031Z hint: 2026-08-31T10:02:09.5055310Z hint: git config --global init.defaultBranch <name> 2026-08-31T10:02:09.5075955Z hint: 2026-08-31T10:02:09.5096042Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-31T10:02:09.5097995Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-31T10:02:09.5099372Z hint: 2026-08-31T10:02:09.5100098Z hint: git branch -m <name> 2026-08-31T10:02:09.5100926Z hint: 2026-08-31T10:02:09.5102050Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-31T10:02:09.5104462Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-31T10:02:09.5108136Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T10:02:09.5113998Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-31T10:02:09.5120733Z Removing SSH command configuration 2026-08-31T10:02:09.5122242Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-31T10:02:09.5142413Z [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-31T10:02:09.5482616Z Removing HTTP extra header 2026-08-31T10:02:09.5492040Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-31T10:02:09.5524961Z [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-31T10:02:09.5719206Z Removing includeIf entries pointing to credentials config files 2026-08-31T10:02:09.5725100Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-31T10:02:09.5756866Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-31T10:02:09.5972970Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-0b767e81-4490-4fbc-aee9-eab1500c5f67.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-31T10:02:09.6016340Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-0b767e81-4490-4fbc-aee9-eab1500c5f67.config 2026-08-31T10:02:09.6047409Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-0b767e81-4490-4fbc-aee9-eab1500c5f67.config 2026-08-31T10:02:09.6081356Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-0b767e81-4490-4fbc-aee9-eab1500c5f67.config 2026-08-31T10:02:09.6149193Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-0b767e81-4490-4fbc-aee9-eab1500c5f67.config
Fetching the repository
2026-08-31T10:02:09.6289464Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1874623a68d9fa5ffb435fd06469f4d54fc0696f:refs/remotes/pull/5537/merge 2026-08-31T10:02:13.7709344Z From https://github.com/pypy/pypy 2026-08-31T10:02:13.7711136Z * [new ref] 1874623a68d9fa5ffb435fd06469f4d54fc0696f -> pull/5537/merge
Determining the checkout info
2026-08-31T10:02:13.7718476Z [command]/usr/bin/git sparse-checkout disable 2026-08-31T10:02:13.8714562Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T10:02:13.8795884Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5537/merge 2026-08-31T10:02:14.3386982Z Note: switching to 'refs/remotes/pull/5537/merge'. 2026-08-31T10:02:14.3387487Z 2026-08-31T10:02:14.3387778Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-31T10:02:14.3389184Z changes and commit them, and you can discard any commits you make in this 2026-08-31T10:02:14.3389654Z state without impacting any branches by switching back to a branch. 2026-08-31T10:02:14.3389921Z 2026-08-31T10:02:14.3390132Z If you want to create a new branch to retain commits you create, you may 2026-08-31T10:02:14.3390530Z do so (now or later) by using -c with the switch command. Example: 2026-08-31T10:02:14.3390833Z 2026-08-31T10:02:14.3390953Z git switch -c <new-branch-name> 2026-08-31T10:02:14.3391116Z 2026-08-31T10:02:14.3391226Z Or undo this operation with: 2026-08-31T10:02:14.3391438Z 2026-08-31T10:02:14.3391540Z git switch - 2026-08-31T10:02:14.3391682Z 2026-08-31T10:02:14.3395182Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-31T10:02:14.3395709Z 2026-08-31T10:02:14.3396157Z HEAD is now at 1874623 Merge 0b02008c791f30b9fec3e3e8558b2600780a5a5e into 1f6a3e4799bc7a390bd52de333ab07ea0ce7ec4d
2026-08-31T10:02:14.3453735Z [command]/usr/bin/git log -1 --format=%H 2026-08-31T10:02:14.3477020Z 1874623a68d9fa5ffb435fd06469f4d54fc0696f