Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-21T07:57:50.9259762Z with: 2026-07-21T07:57:50.9260112Z repository: pypy/pypy 2026-07-21T07:57:50.9263135Z token: *** 2026-07-21T07:57:50.9263484Z ssh-strict: true 2026-07-21T07:57:50.9263837Z ssh-user: git 2026-07-21T07:57:50.9264194Z persist-credentials: true 2026-07-21T07:57:50.9264579Z clean: true 2026-07-21T07:57:50.9264928Z sparse-checkout-cone-mode: true 2026-07-21T07:57:50.9265331Z fetch-depth: 1 2026-07-21T07:57:50.9265664Z fetch-tags: false 2026-07-21T07:57:50.9266010Z show-progress: true 2026-07-21T07:57:50.9266505Z lfs: false 2026-07-21T07:57:50.9266830Z submodules: false 2026-07-21T07:57:50.9267175Z set-safe-directory: true
2026-07-21T07:57:51.0103363Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-21T07:57:51.0105972Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-21T07:57:51.0107077Z [command]/usr/bin/git version 2026-07-21T07:57:51.1023446Z git version 2.54.0
2026-07-21T07:57:51.1091049Z Temporarily overriding HOME='/home/runner/work/_temp/9c3060b2-f2fb-44f7-98c1-e5d4262edcb6' before making global git config changes 2026-07-21T07:57:51.1092757Z Adding repository directory to the temporary git global config as a safe directory 2026-07-21T07:57:51.1096421Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-21T07:57:51.1130482Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-21T07:57:51.1137317Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-21T07:57:51.1208559Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-21T07:57:51.1210153Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-21T07:57:51.1211229Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-21T07:57:51.1212017Z hint: call: 2026-07-21T07:57:51.1212557Z hint: 2026-07-21T07:57:51.1213440Z hint: git config --global init.defaultBranch <name> 2026-07-21T07:57:51.1214114Z hint: 2026-07-21T07:57:51.1214832Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-21T07:57:51.1215757Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-21T07:57:51.1216818Z hint: 2026-07-21T07:57:51.1217373Z hint: git branch -m <name> 2026-07-21T07:57:51.1217938Z hint: 2026-07-21T07:57:51.1218689Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-21T07:57:51.1219657Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-21T07:57:51.1221643Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-21T07:57:51.1251423Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-21T07:57:51.1280834Z Removing SSH command configuration 2026-07-21T07:57:51.1285155Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-21T07:57:51.1314752Z [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-07-21T07:57:51.1559340Z Removing HTTP extra header 2026-07-21T07:57:51.1565854Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-21T07:57:51.1614483Z [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-07-21T07:57:51.1813157Z Removing includeIf entries pointing to credentials config files 2026-07-21T07:57:51.1819769Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-21T07:57:51.1858461Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-21T07:57:51.2084705Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-e0d391ef-6470-4b8b-834a-1ad6f3e580ec.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-21T07:57:51.2124149Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-e0d391ef-6470-4b8b-834a-1ad6f3e580ec.config 2026-07-21T07:57:51.2155301Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-e0d391ef-6470-4b8b-834a-1ad6f3e580ec.config 2026-07-21T07:57:51.2187527Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-e0d391ef-6470-4b8b-834a-1ad6f3e580ec.config 2026-07-21T07:57:51.2219514Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-e0d391ef-6470-4b8b-834a-1ad6f3e580ec.config
Fetching the repository
2026-07-21T07:57:51.2256754Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7292d211d7fbe9f1436505a4ccfb04422f97eb4c:refs/remotes/pull/5488/merge 2026-07-21T07:57:55.0386852Z From https://github.com/pypy/pypy 2026-07-21T07:57:55.0387993Z * [new ref] 7292d211d7fbe9f1436505a4ccfb04422f97eb4c -> pull/5488/merge
Determining the checkout info
2026-07-21T07:57:55.0419124Z [command]/usr/bin/git sparse-checkout disable 2026-07-21T07:57:55.0782825Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-21T07:57:55.0815943Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5488/merge 2026-07-21T07:57:55.5230226Z Note: switching to 'refs/remotes/pull/5488/merge'. 2026-07-21T07:57:55.5230735Z 2026-07-21T07:57:55.5231033Z You are in 'detached HEAD' state. You can look around, make experimental 2026-07-21T07:57:55.5231737Z changes and commit them, and you can discard any commits you make in this 2026-07-21T07:57:55.5232382Z state without impacting any branches by switching back to a branch. 2026-07-21T07:57:55.5232640Z 2026-07-21T07:57:55.5232830Z If you want to create a new branch to retain commits you create, you may 2026-07-21T07:57:55.5233240Z do so (now or later) by using -c with the switch command. Example: 2026-07-21T07:57:55.5233521Z 2026-07-21T07:57:55.5233649Z git switch -c <new-branch-name> 2026-07-21T07:57:55.5233822Z 2026-07-21T07:57:55.5233929Z Or undo this operation with: 2026-07-21T07:57:55.5234073Z 2026-07-21T07:57:55.5234169Z git switch - 2026-07-21T07:57:55.5234304Z 2026-07-21T07:57:55.5234518Z Turn off this advice by setting config variable advice.detachedHead to false 2026-07-21T07:57:55.5234780Z 2026-07-21T07:57:55.5235089Z HEAD is now at 7292d21 Merge a8f4018592c13dfc4104ae9ae131d31cbd2c26eb into f61b37b9a8cc4fb9fec995cee311fc24e58c3597
2026-07-21T07:57:55.5289671Z [command]/usr/bin/git log -1 --format=%H 2026-07-21T07:57:55.5314538Z 7292d211d7fbe9f1436505a4ccfb04422f97eb4c