Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-02T17:22:48.9833023Z with: 2026-08-02T17:22:48.9833359Z repository: pypy/pypy 2026-08-02T17:22:48.9836571Z token: *** 2026-08-02T17:22:48.9836915Z ssh-strict: true 2026-08-02T17:22:48.9837263Z ssh-user: git 2026-08-02T17:22:48.9837612Z persist-credentials: true 2026-08-02T17:22:48.9837990Z clean: true 2026-08-02T17:22:48.9838544Z sparse-checkout-cone-mode: true 2026-08-02T17:22:48.9838955Z fetch-depth: 1 2026-08-02T17:22:48.9839292Z fetch-tags: false 2026-08-02T17:22:48.9839632Z show-progress: true 2026-08-02T17:22:48.9839975Z lfs: false 2026-08-02T17:22:48.9840299Z submodules: false 2026-08-02T17:22:48.9840644Z set-safe-directory: true
2026-08-02T17:22:49.0653258Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T17:22:49.0655515Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-02T17:22:49.0656423Z [command]/usr/bin/git version 2026-08-02T17:22:49.0682472Z git version 2.54.0
2026-08-02T17:22:49.0712831Z Temporarily overriding HOME='/home/runner/work/_temp/001e5b6d-5aa1-4079-834e-18edc06fa240' before making global git config changes 2026-08-02T17:22:49.0714953Z Adding repository directory to the temporary git global config as a safe directory 2026-08-02T17:22:49.0717820Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-02T17:22:49.0887400Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T17:22:49.0896500Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-02T17:22:49.1283012Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-02T17:22:49.1284857Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-02T17:22:49.1285922Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-02T17:22:49.1286669Z hint: call: 2026-08-02T17:22:49.1287519Z hint: 2026-08-02T17:22:49.1288075Z hint: git config --global init.defaultBranch <name> 2026-08-02T17:22:49.1289105Z hint: 2026-08-02T17:22:49.1289841Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-02T17:22:49.1290710Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-02T17:22:49.1291301Z hint: 2026-08-02T17:22:49.1291629Z hint: git branch -m <name> 2026-08-02T17:22:49.1292003Z hint: 2026-08-02T17:22:49.1292514Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-02T17:22:49.1293239Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-02T17:22:49.1296466Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-02T17:22:49.1693410Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-02T17:22:49.2019619Z Removing SSH command configuration 2026-08-02T17:22:49.2026830Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-02T17:22:49.2064533Z [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-02T17:22:49.2430457Z Removing HTTP extra header 2026-08-02T17:22:49.2436306Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-02T17:22:49.2471119Z [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-02T17:22:49.2660590Z Removing includeIf entries pointing to credentials config files 2026-08-02T17:22:49.2665488Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-02T17:22:49.2695268Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-02T17:22:49.2895866Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-85bffe17-6971-401c-8307-37d171dc9215.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-02T17:22:49.3476663Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-85bffe17-6971-401c-8307-37d171dc9215.config 2026-08-02T17:22:49.3512337Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-85bffe17-6971-401c-8307-37d171dc9215.config 2026-08-02T17:22:49.4696207Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-85bffe17-6971-401c-8307-37d171dc9215.config 2026-08-02T17:22:49.4882213Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-85bffe17-6971-401c-8307-37d171dc9215.config
Fetching the repository
2026-08-02T17:22:49.4991049Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +54ea128db87021b2f607bafa2874929febe3c9cb:refs/remotes/pull/5537/merge 2026-08-02T17:22:52.9857140Z From https://github.com/pypy/pypy 2026-08-02T17:22:52.9858789Z * [new ref] 54ea128db87021b2f607bafa2874929febe3c9cb -> pull/5537/merge
Determining the checkout info
2026-08-02T17:22:52.9885876Z [command]/usr/bin/git sparse-checkout disable 2026-08-02T17:22:52.9922313Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T17:22:52.9953284Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5537/merge 2026-08-02T17:22:53.4338898Z Note: switching to 'refs/remotes/pull/5537/merge'. 2026-08-02T17:22:53.4339298Z 2026-08-02T17:22:53.4339521Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-02T17:22:53.4339956Z changes and commit them, and you can discard any commits you make in this 2026-08-02T17:22:53.4340385Z state without impacting any branches by switching back to a branch. 2026-08-02T17:22:53.4340628Z 2026-08-02T17:22:53.4340831Z If you want to create a new branch to retain commits you create, you may 2026-08-02T17:22:53.4341264Z do so (now or later) by using -c with the switch command. Example: 2026-08-02T17:22:53.4341546Z 2026-08-02T17:22:53.4341676Z git switch -c <new-branch-name> 2026-08-02T17:22:53.4341866Z 2026-08-02T17:22:53.4342004Z Or undo this operation with: 2026-08-02T17:22:53.4342164Z 2026-08-02T17:22:53.4342253Z git switch - 2026-08-02T17:22:53.4342402Z 2026-08-02T17:22:53.4342603Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-02T17:22:53.4342862Z 2026-08-02T17:22:53.4343161Z HEAD is now at 54ea128 Merge a60442a4745554511c1a22d439e616e87b762a1a into a2f7356d28f19f023e46e58443ec5988fd525899
2026-08-02T17:22:53.4397994Z [command]/usr/bin/git log -1 --format=%H 2026-08-02T17:22:53.4421928Z 54ea128db87021b2f607bafa2874929febe3c9cb