Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T12:02:01.8395065Z with: 2026-09-09T12:02:01.8395537Z repository: pypy/pypy 2026-09-09T12:02:01.8399328Z token: *** 2026-09-09T12:02:01.8399788Z ssh-strict: true 2026-09-09T12:02:01.8400253Z ssh-user: git 2026-09-09T12:02:01.8400727Z persist-credentials: true 2026-09-09T12:02:01.8401239Z clean: true 2026-09-09T12:02:01.8401915Z sparse-checkout-cone-mode: true 2026-09-09T12:02:01.8402462Z fetch-depth: 1 2026-09-09T12:02:01.8402925Z fetch-tags: false 2026-09-09T12:02:01.8403400Z show-progress: true 2026-09-09T12:02:01.8403891Z lfs: false 2026-09-09T12:02:01.8404336Z submodules: false 2026-09-09T12:02:01.8404808Z set-safe-directory: true
2026-09-09T12:02:01.9497095Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T12:02:01.9500965Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-09T12:02:01.9503072Z [command]/usr/bin/git version 2026-09-09T12:02:01.9571025Z git version 2.55.0
2026-09-09T12:02:01.9616203Z Temporarily overriding HOME='/home/runner/work/_temp/409450c2-1af5-4008-a42c-2ea5d714fe2a' before making global git config changes 2026-09-09T12:02:01.9617924Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T12:02:01.9624121Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-09T12:02:01.9685105Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T12:02:01.9695731Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-09T12:02:01.9813896Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T12:02:01.9816092Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T12:02:01.9817688Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T12:02:01.9818930Z hint: call: 2026-09-09T12:02:01.9819577Z hint: 2026-09-09T12:02:01.9820720Z hint: git config --global init.defaultBranch <name> 2026-09-09T12:02:01.9822067Z hint: 2026-09-09T12:02:01.9823073Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T12:02:01.9824663Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T12:02:01.9825922Z hint: 2026-09-09T12:02:01.9826587Z hint: git branch -m <name> 2026-09-09T12:02:01.9827348Z hint: 2026-09-09T12:02:01.9828385Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T12:02:01.9829449Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-09T12:02:01.9831293Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T12:02:01.9887079Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T12:02:01.9927128Z Removing SSH command configuration 2026-09-09T12:02:01.9933799Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T12:02:01.9973412Z [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-09T12:02:02.0394836Z Removing HTTP extra header 2026-09-09T12:02:02.0401039Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T12:02:02.0448820Z [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-09T12:02:02.0779384Z Removing includeIf entries pointing to credentials config files 2026-09-09T12:02:02.0783070Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T12:02:02.0812944Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T12:02:02.1065625Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-6d1bb131-13b3-4140-b2df-2abf76f07cee.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T12:02:02.1112087Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-6d1bb131-13b3-4140-b2df-2abf76f07cee.config 2026-09-09T12:02:02.1150362Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-6d1bb131-13b3-4140-b2df-2abf76f07cee.config 2026-09-09T12:02:02.1192224Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-6d1bb131-13b3-4140-b2df-2abf76f07cee.config 2026-09-09T12:02:02.1229870Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-6d1bb131-13b3-4140-b2df-2abf76f07cee.config
Fetching the repository
2026-09-09T12:02:02.1317329Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +db5e079fa23f7d6e9ca9b142622ab50c1d5f4a89:refs/remotes/pull/5582/merge 2026-09-09T12:02:06.6345522Z From https://github.com/pypy/pypy 2026-09-09T12:02:06.6348742Z * [new ref] db5e079fa23f7d6e9ca9b142622ab50c1d5f4a89 -> pull/5582/merge
Determining the checkout info
2026-09-09T12:02:06.6363634Z [command]/usr/bin/git sparse-checkout disable 2026-09-09T12:02:06.6425544Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T12:02:06.6467265Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5582/merge 2026-09-09T12:02:07.3221203Z Note: switching to 'refs/remotes/pull/5582/merge'. 2026-09-09T12:02:07.3222290Z 2026-09-09T12:02:07.3222789Z You are in 'detached HEAD' state. You can look around, make experimental 2026-09-09T12:02:07.3223808Z changes and commit them, and you can discard any commits you make in this 2026-09-09T12:02:07.3224736Z state without impacting any branches by switching back to a branch. 2026-09-09T12:02:07.3225276Z 2026-09-09T12:02:07.3225676Z If you want to create a new branch to retain commits you create, you may 2026-09-09T12:02:07.3226561Z do so (now or later) by using -c with the switch command. Example: 2026-09-09T12:02:07.3227129Z 2026-09-09T12:02:07.3227380Z git switch -c <new-branch-name> 2026-09-09T12:02:07.3227729Z 2026-09-09T12:02:07.3227996Z Or undo this operation with: 2026-09-09T12:02:07.3228368Z 2026-09-09T12:02:07.3228637Z git switch - 2026-09-09T12:02:07.3228926Z 2026-09-09T12:02:07.3229441Z Turn off this advice by setting config variable advice.detachedHead to false 2026-09-09T12:02:07.3230053Z 2026-09-09T12:02:07.3230702Z HEAD is now at db5e079 Merge a4e48dea60c1430623d959ecea1d945031ad3216 into 807a08335ed3be1990e0c02a23fcaf26ef6784de
2026-09-09T12:02:07.3333348Z [command]/usr/bin/git log -1 --format=%H 2026-09-09T12:02:07.3342824Z db5e079fa23f7d6e9ca9b142622ab50c1d5f4a89