Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-05-29T08:50:37.4087912Z with: 2026-05-29T08:50:37.4088569Z repository: pypy/pypy 2026-05-29T08:50:37.4095767Z token: *** 2026-05-29T08:50:37.4096458Z ssh-strict: true 2026-05-29T08:50:37.4097152Z ssh-user: git 2026-05-29T08:50:37.4097857Z persist-credentials: true 2026-05-29T08:50:37.4098622Z clean: true 2026-05-29T08:50:37.4099333Z sparse-checkout-cone-mode: true 2026-05-29T08:50:37.4100161Z fetch-depth: 1 2026-05-29T08:50:37.4100945Z fetch-tags: false 2026-05-29T08:50:37.4101662Z show-progress: true 2026-05-29T08:50:37.4102368Z lfs: false 2026-05-29T08:50:37.4103033Z submodules: false 2026-05-29T08:50:37.4103736Z set-safe-directory: true
2026-05-29T08:50:37.4900549Z Syncing repository: pypy/pypy
Getting Git version info
2026-05-29T08:50:37.4903984Z Working directory is '/home/runner/work/pypy/pypy' 2026-05-29T08:50:37.4905567Z [command]/usr/bin/git version 2026-05-29T08:50:37.7200058Z git version 2.54.0
2026-05-29T08:50:37.7263166Z Temporarily overriding HOME='/home/runner/work/_temp/8d5a8177-8f90-43a0-8c57-d07d3c100dbd' before making global git config changes 2026-05-29T08:50:37.7265301Z Adding repository directory to the temporary git global config as a safe directory 2026-05-29T08:50:37.7267584Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-05-29T08:50:37.7296400Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-05-29T08:50:37.7302813Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-05-29T08:50:37.7567050Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-05-29T08:50:37.7569242Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-05-29T08:50:37.7570894Z hint: to use in all of your new repositories, which will suppress this warning, 2026-05-29T08:50:37.7572093Z hint: call: 2026-05-29T08:50:37.7572734Z hint: 2026-05-29T08:50:37.7573547Z hint: git config --global init.defaultBranch <name> 2026-05-29T08:50:37.7574696Z hint: 2026-05-29T08:50:37.7575909Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-05-29T08:50:37.7578063Z hint: 'development'. The just-created branch can be renamed via this command: 2026-05-29T08:50:37.7579775Z hint: 2026-05-29T08:50:37.7580714Z hint: git branch -m <name> 2026-05-29T08:50:37.7582031Z hint: 2026-05-29T08:50:37.7583031Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-05-29T08:50:37.7584584Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-05-29T08:50:37.7587413Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-05-29T08:50:37.7607444Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-05-29T08:50:37.7634042Z Removing SSH command configuration 2026-05-29T08:50:37.7636851Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-05-29T08:50:37.7663496Z [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-29T08:50:37.7897175Z Removing HTTP extra header 2026-05-29T08:50:37.7902626Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-05-29T08:50:37.7929619Z [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-29T08:50:37.8105486Z Removing includeIf entries pointing to credentials config files 2026-05-29T08:50:37.8109581Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-05-29T08:50:37.8137471Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-05-29T08:50:37.8319749Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-3292a9f8-f112-47f3-a6bb-61cbfc89e45b.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-05-29T08:50:37.8348728Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-3292a9f8-f112-47f3-a6bb-61cbfc89e45b.config 2026-05-29T08:50:37.8373545Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-3292a9f8-f112-47f3-a6bb-61cbfc89e45b.config 2026-05-29T08:50:37.8398904Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-3292a9f8-f112-47f3-a6bb-61cbfc89e45b.config 2026-05-29T08:50:37.8423406Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-3292a9f8-f112-47f3-a6bb-61cbfc89e45b.config
Fetching the repository
2026-05-29T08:50:37.8457582Z [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-29T08:50:40.8335255Z From https://github.com/pypy/pypy 2026-05-29T08:50:40.8335896Z * [new ref] 1bead62a3a5e74d87fd003bcca9459770ca7bac2 -> pull/5488/merge
Determining the checkout info
2026-05-29T08:50:40.8364381Z [command]/usr/bin/git sparse-checkout disable 2026-05-29T08:50:40.8394891Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-05-29T08:50:40.8420256Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5488/merge 2026-05-29T08:50:41.2676526Z Note: switching to 'refs/remotes/pull/5488/merge'. 2026-05-29T08:50:41.2676966Z 2026-05-29T08:50:41.2677226Z You are in 'detached HEAD' state. You can look around, make experimental 2026-05-29T08:50:41.2677879Z changes and commit them, and you can discard any commits you make in this 2026-05-29T08:50:41.2678477Z state without impacting any branches by switching back to a branch. 2026-05-29T08:50:41.2678837Z 2026-05-29T08:50:41.2679116Z If you want to create a new branch to retain commits you create, you may 2026-05-29T08:50:41.2679690Z do so (now or later) by using -c with the switch command. Example: 2026-05-29T08:50:41.2680076Z 2026-05-29T08:50:41.2680248Z git switch -c <new-branch-name> 2026-05-29T08:50:41.2680466Z 2026-05-29T08:50:41.2680619Z Or undo this operation with: 2026-05-29T08:50:41.2680972Z 2026-05-29T08:50:41.2681089Z git switch - 2026-05-29T08:50:41.2681299Z 2026-05-29T08:50:41.2681590Z Turn off this advice by setting config variable advice.detachedHead to false 2026-05-29T08:50:41.2681982Z 2026-05-29T08:50:41.2682415Z HEAD is now at 1bead62 Merge 3e97da6d7a91ccd8a070e4ef9a52a4cbcb50ae21 into 89d59559f278da492b27b562dc812789a3bbbf0f
2026-05-29T08:50:41.2738072Z [command]/usr/bin/git log -1 --format=%H 2026-05-29T08:50:41.2758331Z 1bead62a3a5e74d87fd003bcca9459770ca7bac2