Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-23T07:16:45.2632524Z with: 2026-08-23T07:16:45.2632867Z repository: pypy/pypy 2026-08-23T07:16:45.2636009Z token: *** 2026-08-23T07:16:45.2636353Z ssh-strict: true 2026-08-23T07:16:45.2636699Z ssh-user: git 2026-08-23T07:16:45.2637048Z persist-credentials: true 2026-08-23T07:16:45.2637435Z clean: true 2026-08-23T07:16:45.2637781Z sparse-checkout-cone-mode: true 2026-08-23T07:16:45.2638183Z fetch-depth: 1 2026-08-23T07:16:45.2638519Z fetch-tags: false 2026-08-23T07:16:45.2638865Z show-progress: true 2026-08-23T07:16:45.2639217Z lfs: false 2026-08-23T07:16:45.2639543Z submodules: false 2026-08-23T07:16:45.2639897Z set-safe-directory: true
2026-08-23T07:16:45.3455931Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T07:16:45.3458624Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-23T07:16:45.3459885Z [command]/usr/bin/git version 2026-08-23T07:16:45.3515833Z git version 2.55.0
2026-08-23T07:16:45.3580547Z Temporarily overriding HOME='/home/runner/work/_temp/9c13c195-650b-4f09-97da-3aa9e0c19bc7' before making global git config changes 2026-08-23T07:16:45.3583335Z Adding repository directory to the temporary git global config as a safe directory 2026-08-23T07:16:45.3586932Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-23T07:16:45.3631884Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T07:16:45.3638321Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-23T07:16:45.3735123Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-23T07:16:45.3736943Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-23T07:16:45.3738117Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-23T07:16:45.3739045Z hint: call: 2026-08-23T07:16:45.3739534Z hint: 2026-08-23T07:16:45.3740127Z hint: git config --global init.defaultBranch <name> 2026-08-23T07:16:45.3741044Z hint: 2026-08-23T07:16:45.3741768Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-23T07:16:45.3742902Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-23T07:16:45.3743813Z hint: 2026-08-23T07:16:45.3744299Z hint: git branch -m <name> 2026-08-23T07:16:45.3744850Z hint: 2026-08-23T07:16:45.3745615Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-23T07:16:45.3746969Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-23T07:16:45.3749322Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T07:16:45.3794379Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T07:16:45.3823041Z Removing SSH command configuration 2026-08-23T07:16:45.3827774Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-23T07:16:45.3855036Z [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-23T07:16:45.4276467Z Removing HTTP extra header 2026-08-23T07:16:45.4281379Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-23T07:16:45.4325590Z [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-23T07:16:45.4562726Z Removing includeIf entries pointing to credentials config files 2026-08-23T07:16:45.4563700Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-23T07:16:45.4591956Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-23T07:16:45.4790109Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-efaafab9-b3af-403c-bc84-f9c7fa1ccc42.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-23T07:16:45.4824452Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-efaafab9-b3af-403c-bc84-f9c7fa1ccc42.config 2026-08-23T07:16:45.4852588Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-efaafab9-b3af-403c-bc84-f9c7fa1ccc42.config 2026-08-23T07:16:45.4883098Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-efaafab9-b3af-403c-bc84-f9c7fa1ccc42.config 2026-08-23T07:16:45.4917426Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-efaafab9-b3af-403c-bc84-f9c7fa1ccc42.config
Fetching the repository
2026-08-23T07:16:45.4949200Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +043e173bef7f3807bd712d5db0a078be3eb241a8:refs/remotes/pull/5570/merge 2026-08-23T07:16:49.8217379Z From https://github.com/pypy/pypy 2026-08-23T07:16:49.8218648Z * [new ref] 043e173bef7f3807bd712d5db0a078be3eb241a8 -> pull/5570/merge
Determining the checkout info
2026-08-23T07:16:49.8227432Z [command]/usr/bin/git sparse-checkout disable 2026-08-23T07:16:49.8277754Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T07:16:49.8314708Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5570/merge 2026-08-23T07:16:50.3520604Z Note: switching to 'refs/remotes/pull/5570/merge'. 2026-08-23T07:16:50.3521090Z 2026-08-23T07:16:50.3521386Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-23T07:16:50.3521853Z changes and commit them, and you can discard any commits you make in this 2026-08-23T07:16:50.3522364Z state without impacting any branches by switching back to a branch. 2026-08-23T07:16:50.3522651Z 2026-08-23T07:16:50.3522864Z If you want to create a new branch to retain commits you create, you may 2026-08-23T07:16:50.3523314Z do so (now or later) by using -c with the switch command. Example: 2026-08-23T07:16:50.3523617Z 2026-08-23T07:16:50.3523756Z git switch -c <new-branch-name> 2026-08-23T07:16:50.3523953Z 2026-08-23T07:16:50.3524078Z Or undo this operation with: 2026-08-23T07:16:50.3524241Z 2026-08-23T07:16:50.3524354Z git switch - 2026-08-23T07:16:50.3524520Z 2026-08-23T07:16:50.3524738Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-23T07:16:50.3525040Z 2026-08-23T07:16:50.3525360Z HEAD is now at 043e173 Merge 2f22eadcf55c585d0d78eb4c3251efa525738847 into 9b9b9bd54261eeca87c51c3402c5bd74b3c58aa4
2026-08-23T07:16:50.3764967Z [command]/usr/bin/git log -1 --format=%H 2026-08-23T07:16:50.3765326Z 043e173bef7f3807bd712d5db0a078be3eb241a8