Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-01T14:58:45.4240433Z with: 2026-09-01T14:58:45.4240954Z repository: pypy/pypy 2026-09-01T14:58:45.4245152Z token: *** 2026-09-01T14:58:45.4245637Z ssh-strict: true 2026-09-01T14:58:45.4246127Z ssh-user: git 2026-09-01T14:58:45.4246629Z persist-credentials: true 2026-09-01T14:58:45.4247170Z clean: true 2026-09-01T14:58:45.4247664Z sparse-checkout-cone-mode: true 2026-09-01T14:58:45.4248257Z fetch-depth: 1 2026-09-01T14:58:45.4248761Z fetch-tags: false 2026-09-01T14:58:45.4249273Z show-progress: true 2026-09-01T14:58:45.4249782Z lfs: false 2026-09-01T14:58:45.4250436Z submodules: false 2026-09-01T14:58:45.4250956Z set-safe-directory: true
2026-09-01T14:58:45.5288269Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-01T14:58:45.5291991Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-01T14:58:45.5293259Z [command]/usr/bin/git version 2026-09-01T14:58:45.5345184Z git version 2.55.0
2026-09-01T14:58:45.5401695Z Temporarily overriding HOME='/home/runner/work/_temp/f274c4dd-7ac9-4ecb-bbd9-ce40fe0bf397' before making global git config changes 2026-09-01T14:58:45.5413095Z Adding repository directory to the temporary git global config as a safe directory 2026-09-01T14:58:45.5415952Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-01T14:58:45.5474545Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-01T14:58:45.5491915Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-01T14:58:45.5606622Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-01T14:58:45.5608949Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-01T14:58:45.5612329Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-01T14:58:45.5613752Z hint: call: 2026-09-01T14:58:45.5615081Z hint: 2026-09-01T14:58:45.5616499Z hint: git config --global init.defaultBranch <name> 2026-09-01T14:58:45.5618068Z hint: 2026-09-01T14:58:45.5619546Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-01T14:58:45.5621734Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-01T14:58:45.5623131Z hint: 2026-09-01T14:58:45.5624310Z hint: git branch -m <name> 2026-09-01T14:58:45.5625671Z hint: 2026-09-01T14:58:45.5627468Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-01T14:58:45.5629286Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-01T14:58:45.5633500Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-01T14:58:45.5684298Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-01T14:58:45.5711637Z Removing SSH command configuration 2026-09-01T14:58:45.5717932Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-01T14:58:45.5754404Z [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-09-01T14:58:45.6180675Z Removing HTTP extra header 2026-09-01T14:58:45.6194627Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-01T14:58:45.6245761Z [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-09-01T14:58:45.6518938Z Removing includeIf entries pointing to credentials config files 2026-09-01T14:58:45.6521882Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-01T14:58:45.6568763Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-01T14:58:45.6805236Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-25ddbe03-3b8f-408a-a343-c77d7d55819e.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-01T14:58:45.6849870Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-25ddbe03-3b8f-408a-a343-c77d7d55819e.config 2026-09-01T14:58:45.6885164Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-25ddbe03-3b8f-408a-a343-c77d7d55819e.config 2026-09-01T14:58:45.6922255Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-25ddbe03-3b8f-408a-a343-c77d7d55819e.config 2026-09-01T14:58:45.6982129Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-25ddbe03-3b8f-408a-a343-c77d7d55819e.config
Fetching the repository
2026-09-01T14:58:45.7024389Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5ac4c95399eaf97749738f76af6accf6aa10cc3e:refs/remotes/pull/5577/merge 2026-09-01T14:58:46.9065505Z From https://github.com/pypy/pypy 2026-09-01T14:58:46.9068268Z * [new ref] 5ac4c95399eaf97749738f76af6accf6aa10cc3e -> pull/5577/merge
Determining the checkout info
2026-09-01T14:58:46.9081548Z [command]/usr/bin/git sparse-checkout disable 2026-09-01T14:58:46.9135599Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-01T14:58:46.9172986Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5577/merge 2026-09-01T14:58:47.4555636Z Note: switching to 'refs/remotes/pull/5577/merge'. 2026-09-01T14:58:47.4556400Z 2026-09-01T14:58:47.4556987Z You are in 'detached HEAD' state. You can look around, make experimental 2026-09-01T14:58:47.4558179Z changes and commit them, and you can discard any commits you make in this 2026-09-01T14:58:47.4559382Z state without impacting any branches by switching back to a branch. 2026-09-01T14:58:47.4560264Z 2026-09-01T14:58:47.4560642Z If you want to create a new branch to retain commits you create, you may 2026-09-01T14:58:47.4561376Z do so (now or later) by using -c with the switch command. Example: 2026-09-01T14:58:47.4561862Z 2026-09-01T14:58:47.4562054Z git switch -c <new-branch-name> 2026-09-01T14:58:47.4562342Z 2026-09-01T14:58:47.4562521Z Or undo this operation with: 2026-09-01T14:58:47.4562780Z 2026-09-01T14:58:47.4562935Z git switch - 2026-09-01T14:58:47.4563157Z 2026-09-01T14:58:47.4563502Z Turn off this advice by setting config variable advice.detachedHead to false 2026-09-01T14:58:47.4564009Z 2026-09-01T14:58:47.4564534Z HEAD is now at 5ac4c95 Merge 515a4d02d07b59f580e7a3cdb22989ba5bf77674 into 09916d286ed3703261ad5bc63c46083bdf7e253b
2026-09-01T14:58:47.4643986Z [command]/usr/bin/git log -1 --format=%H 2026-09-01T14:58:47.4664827Z 5ac4c95399eaf97749738f76af6accf6aa10cc3e