Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-05-29T09:01:00.5489823Z with: 2026-05-29T09:01:00.5490301Z repository: pypy/pypy 2026-05-29T09:01:00.5495071Z token: *** 2026-05-29T09:01:00.5495569Z ssh-strict: true 2026-05-29T09:01:00.5496056Z ssh-user: git 2026-05-29T09:01:00.5496541Z persist-credentials: true 2026-05-29T09:01:00.5497084Z clean: true 2026-05-29T09:01:00.5497577Z sparse-checkout-cone-mode: true 2026-05-29T09:01:00.5498137Z fetch-depth: 1 2026-05-29T09:01:00.5498619Z fetch-tags: false 2026-05-29T09:01:00.5499111Z show-progress: true 2026-05-29T09:01:00.5499588Z lfs: false 2026-05-29T09:01:00.5500042Z submodules: false 2026-05-29T09:01:00.5500529Z set-safe-directory: true
2026-05-29T09:01:00.6541993Z Syncing repository: pypy/pypy
Getting Git version info
2026-05-29T09:01:00.6545129Z Working directory is '/home/runner/work/pypy/pypy' 2026-05-29T09:01:00.6546250Z [command]/usr/bin/git version 2026-05-29T09:01:00.6633930Z git version 2.54.0
2026-05-29T09:01:00.6703271Z Temporarily overriding HOME='/home/runner/work/_temp/22131baf-59db-4518-9217-a6dd253802c3' before making global git config changes 2026-05-29T09:01:00.6705497Z Adding repository directory to the temporary git global config as a safe directory 2026-05-29T09:01:00.6708219Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-05-29T09:01:00.6757452Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-05-29T09:01:00.6766712Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-05-29T09:01:00.6887608Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-05-29T09:01:00.6889635Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-05-29T09:01:00.6890708Z hint: to use in all of your new repositories, which will suppress this warning, 2026-05-29T09:01:00.6891517Z hint: call: 2026-05-29T09:01:00.6891955Z hint: 2026-05-29T09:01:00.6892665Z hint: git config --global init.defaultBranch <name> 2026-05-29T09:01:00.6893340Z hint: 2026-05-29T09:01:00.6894133Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-05-29T09:01:00.6895433Z hint: 'development'. The just-created branch can be renamed via this command: 2026-05-29T09:01:00.6896716Z hint: 2026-05-29T09:01:00.6897186Z hint: git branch -m <name> 2026-05-29T09:01:00.6897710Z hint: 2026-05-29T09:01:00.6898437Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-05-29T09:01:00.6899890Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-05-29T09:01:00.6906621Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-05-29T09:01:00.6955150Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-05-29T09:01:00.6985618Z Removing SSH command configuration 2026-05-29T09:01:00.6990210Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-05-29T09:01:00.7026159Z [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-05-29T09:01:00.7393188Z Removing HTTP extra header 2026-05-29T09:01:00.7398205Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-05-29T09:01:00.7433615Z [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-05-29T09:01:00.7642070Z Removing includeIf entries pointing to credentials config files 2026-05-29T09:01:00.7648031Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-05-29T09:01:00.7678400Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-05-29T09:01:00.7903120Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-972f0e98-b1cc-4d2b-ace9-ffa23e7e4fd0.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-05-29T09:01:00.7941229Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-972f0e98-b1cc-4d2b-ace9-ffa23e7e4fd0.config 2026-05-29T09:01:00.7969580Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-972f0e98-b1cc-4d2b-ace9-ffa23e7e4fd0.config 2026-05-29T09:01:00.8004610Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-972f0e98-b1cc-4d2b-ace9-ffa23e7e4fd0.config 2026-05-29T09:01:00.8035599Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-972f0e98-b1cc-4d2b-ace9-ffa23e7e4fd0.config
Fetching the repository
2026-05-29T09:01:00.8077311Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1bead62a3a5e74d87fd003bcca9459770ca7bac2:refs/remotes/pull/5488/merge 2026-05-29T09:01:03.6656397Z From https://github.com/pypy/pypy 2026-05-29T09:01:03.6658510Z * [new ref] 1bead62a3a5e74d87fd003bcca9459770ca7bac2 -> pull/5488/merge
Determining the checkout info
2026-05-29T09:01:03.6710597Z [command]/usr/bin/git sparse-checkout disable 2026-05-29T09:01:03.6755506Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-05-29T09:01:03.6786684Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5488/merge 2026-05-29T09:01:04.2109265Z Note: switching to 'refs/remotes/pull/5488/merge'. 2026-05-29T09:01:04.2110048Z 2026-05-29T09:01:04.2110839Z You are in 'detached HEAD' state. You can look around, make experimental 2026-05-29T09:01:04.2112005Z changes and commit them, and you can discard any commits you make in this 2026-05-29T09:01:04.2113149Z state without impacting any branches by switching back to a branch. 2026-05-29T09:01:04.2114165Z 2026-05-29T09:01:04.2114754Z If you want to create a new branch to retain commits you create, you may 2026-05-29T09:01:04.2115691Z do so (now or later) by using -c with the switch command. Example: 2026-05-29T09:01:04.2116310Z 2026-05-29T09:01:04.2116588Z git switch -c <new-branch-name> 2026-05-29T09:01:04.2116985Z 2026-05-29T09:01:04.2117222Z Or undo this operation with: 2026-05-29T09:01:04.2117577Z 2026-05-29T09:01:04.2117788Z git switch - 2026-05-29T09:01:04.2118089Z 2026-05-29T09:01:04.2118824Z Turn off this advice by setting config variable advice.detachedHead to false 2026-05-29T09:01:04.2119683Z 2026-05-29T09:01:04.2120693Z HEAD is now at 1bead62 Merge 3e97da6d7a91ccd8a070e4ef9a52a4cbcb50ae21 into 89d59559f278da492b27b562dc812789a3bbbf0f
2026-05-29T09:01:04.2181303Z [command]/usr/bin/git log -1 --format=%H 2026-05-29T09:01:04.2206692Z 1bead62a3a5e74d87fd003bcca9459770ca7bac2