Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-04T16:56:28.9950823Z with: 2026-08-04T16:56:28.9951261Z repository: pypy/pypy 2026-08-04T16:56:28.9955595Z token: *** 2026-08-04T16:56:28.9956048Z ssh-strict: true 2026-08-04T16:56:28.9956493Z ssh-user: git 2026-08-04T16:56:28.9956937Z persist-credentials: true 2026-08-04T16:56:28.9957416Z clean: true 2026-08-04T16:56:28.9957857Z sparse-checkout-cone-mode: true 2026-08-04T16:56:28.9958375Z fetch-depth: 1 2026-08-04T16:56:28.9958802Z fetch-tags: false 2026-08-04T16:56:28.9959234Z show-progress: true 2026-08-04T16:56:28.9959675Z lfs: false 2026-08-04T16:56:28.9960076Z submodules: false 2026-08-04T16:56:28.9960513Z set-safe-directory: true
2026-08-04T16:56:29.1034687Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-04T16:56:29.1038614Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-04T16:56:29.1040229Z [command]/usr/bin/git version 2026-08-04T16:56:29.1071892Z git version 2.54.0
2026-08-04T16:56:29.1110592Z Temporarily overriding HOME='/home/runner/work/_temp/2986a9a1-c4a5-4e34-ad01-253f37669364' before making global git config changes 2026-08-04T16:56:29.1113079Z Adding repository directory to the temporary git global config as a safe directory 2026-08-04T16:56:29.1116194Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-04T16:56:29.1164265Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-04T16:56:29.1176464Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-04T16:56:29.1256681Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-04T16:56:29.1258812Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-04T16:56:29.1260492Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-04T16:56:29.1263246Z hint: call: 2026-08-04T16:56:29.1264137Z hint: 2026-08-04T16:56:29.1265104Z hint: git config --global init.defaultBranch <name> 2026-08-04T16:56:29.1266239Z hint: 2026-08-04T16:56:29.1267279Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-04T16:56:29.1268928Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-04T16:56:29.1270184Z hint: 2026-08-04T16:56:29.1270931Z hint: git branch -m <name> 2026-08-04T16:56:29.1271810Z hint: 2026-08-04T16:56:29.1273188Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-04T16:56:29.1275172Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-04T16:56:29.1278173Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-04T16:56:29.1327466Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-04T16:56:29.1366600Z Removing SSH command configuration 2026-08-04T16:56:29.1374517Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-04T16:56:29.1420564Z [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-04T16:56:29.1823315Z Removing HTTP extra header 2026-08-04T16:56:29.1834114Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-04T16:56:29.1942170Z [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-04T16:56:29.2183409Z Removing includeIf entries pointing to credentials config files 2026-08-04T16:56:29.2188561Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-04T16:56:29.2233965Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-04T16:56:29.2482278Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-ab000e41-b2f9-4b05-bb27-d95a8c2b7304.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-04T16:56:29.2525785Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-ab000e41-b2f9-4b05-bb27-d95a8c2b7304.config 2026-08-04T16:56:29.2562835Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-ab000e41-b2f9-4b05-bb27-d95a8c2b7304.config 2026-08-04T16:56:29.2600005Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-ab000e41-b2f9-4b05-bb27-d95a8c2b7304.config 2026-08-04T16:56:29.2639156Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-ab000e41-b2f9-4b05-bb27-d95a8c2b7304.config
Fetching the repository
2026-08-04T16:56:29.2682447Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +56fab5e60c82b08c2e7aea495bb691c6c56618e2:refs/remotes/pull/5553/merge 2026-08-04T16:56:33.1522100Z From https://github.com/pypy/pypy 2026-08-04T16:56:33.1524060Z * [new ref] 56fab5e60c82b08c2e7aea495bb691c6c56618e2 -> pull/5553/merge
Determining the checkout info
2026-08-04T16:56:33.1565431Z [command]/usr/bin/git sparse-checkout disable 2026-08-04T16:56:33.1618224Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-04T16:56:33.1659886Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5553/merge 2026-08-04T16:56:33.7331357Z Note: switching to 'refs/remotes/pull/5553/merge'. 2026-08-04T16:56:33.7332338Z 2026-08-04T16:56:33.7333264Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-04T16:56:33.7334712Z changes and commit them, and you can discard any commits you make in this 2026-08-04T16:56:33.7336051Z state without impacting any branches by switching back to a branch. 2026-08-04T16:56:33.7336837Z 2026-08-04T16:56:33.7337382Z If you want to create a new branch to retain commits you create, you may 2026-08-04T16:56:33.7338611Z do so (now or later) by using -c with the switch command. Example: 2026-08-04T16:56:33.7339458Z 2026-08-04T16:56:33.7339828Z git switch -c <new-branch-name> 2026-08-04T16:56:33.7340406Z 2026-08-04T16:56:33.7340760Z Or undo this operation with: 2026-08-04T16:56:33.7341292Z 2026-08-04T16:56:33.7341597Z git switch - 2026-08-04T16:56:33.7342092Z 2026-08-04T16:56:33.7342868Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-04T16:56:33.7343900Z 2026-08-04T16:56:33.7345131Z HEAD is now at 56fab5e Merge df7406870427a7fefc45083bb49c0a0fa73fb06c into 48ada7858740318b9bb0f073bac3218d1ce445a2
2026-08-04T16:56:33.7406464Z [command]/usr/bin/git log -1 --format=%H 2026-08-04T16:56:33.7436693Z 56fab5e60c82b08c2e7aea495bb691c6c56618e2