Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T12:22:53.9060556Z with: 2026-09-09T12:22:53.9061216Z repository: pypy/pypy 2026-09-09T12:22:53.9065246Z token: *** 2026-09-09T12:22:53.9065848Z ssh-strict: true 2026-09-09T12:22:53.9066426Z ssh-user: git 2026-09-09T12:22:53.9067073Z persist-credentials: true 2026-09-09T12:22:53.9067691Z clean: true 2026-09-09T12:22:53.9068242Z sparse-checkout-cone-mode: true 2026-09-09T12:22:53.9068948Z fetch-depth: 1 2026-09-09T12:22:53.9069569Z fetch-tags: false 2026-09-09T12:22:53.9070173Z show-progress: true 2026-09-09T12:22:53.9070742Z lfs: false 2026-09-09T12:22:53.9071333Z submodules: false 2026-09-09T12:22:53.9072025Z set-safe-directory: true
2026-09-09T12:22:53.9971798Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T12:22:53.9975968Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-09T12:22:53.9977590Z [command]/usr/bin/git version 2026-09-09T12:22:54.0026962Z git version 2.55.0
2026-09-09T12:22:54.0063935Z Temporarily overriding HOME='/home/runner/work/_temp/f8001100-2ba2-4014-90db-38f1fa8144b5' before making global git config changes 2026-09-09T12:22:54.0065737Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T12:22:54.0079973Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-09T12:22:54.0103592Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T12:22:54.0113153Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-09T12:22:54.0199748Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T12:22:54.0201881Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T12:22:54.0203552Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T12:22:54.0205280Z hint: call: 2026-09-09T12:22:54.0206601Z hint: 2026-09-09T12:22:54.0207650Z hint: git config --global init.defaultBranch <name> 2026-09-09T12:22:54.0208695Z hint: 2026-09-09T12:22:54.0209700Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T12:22:54.0211088Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T12:22:54.0212214Z hint: 2026-09-09T12:22:54.0213100Z hint: git branch -m <name> 2026-09-09T12:22:54.0213967Z hint: 2026-09-09T12:22:54.0215191Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T12:22:54.0216979Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-09T12:22:54.0223051Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T12:22:54.0298205Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T12:22:54.0334454Z Removing SSH command configuration 2026-09-09T12:22:54.0337812Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T12:22:54.0371385Z [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:22:54.0685453Z Removing HTTP extra header 2026-09-09T12:22:54.0691317Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T12:22:54.0724240Z [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:22:54.0926252Z Removing includeIf entries pointing to credentials config files 2026-09-09T12:22:54.0929678Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T12:22:54.0962126Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T12:22:54.1171639Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-bc948f4f-6f05-4274-ac5a-51e9035b6fe4.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T12:22:54.1210664Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-bc948f4f-6f05-4274-ac5a-51e9035b6fe4.config 2026-09-09T12:22:54.1241316Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-bc948f4f-6f05-4274-ac5a-51e9035b6fe4.config 2026-09-09T12:22:54.1270778Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-bc948f4f-6f05-4274-ac5a-51e9035b6fe4.config 2026-09-09T12:22:54.1300417Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-bc948f4f-6f05-4274-ac5a-51e9035b6fe4.config
Fetching the repository
2026-09-09T12:22:54.1336007Z [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:22:58.1078726Z From https://github.com/pypy/pypy 2026-09-09T12:22:58.1080364Z * [new ref] db5e079fa23f7d6e9ca9b142622ab50c1d5f4a89 -> pull/5582/merge
Determining the checkout info
2026-09-09T12:22:58.1091000Z [command]/usr/bin/git sparse-checkout disable 2026-09-09T12:22:58.1130544Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T12:22:58.1160453Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5582/merge 2026-09-09T12:22:58.5162671Z Note: switching to 'refs/remotes/pull/5582/merge'. 2026-09-09T12:22:58.5163783Z 2026-09-09T12:22:58.5164781Z You are in 'detached HEAD' state. You can look around, make experimental 2026-09-09T12:22:58.5167105Z changes and commit them, and you can discard any commits you make in this 2026-09-09T12:22:58.5168964Z state without impacting any branches by switching back to a branch. 2026-09-09T12:22:58.5170160Z 2026-09-09T12:22:58.5170938Z If you want to create a new branch to retain commits you create, you may 2026-09-09T12:22:58.5172601Z do so (now or later) by using -c with the switch command. Example: 2026-09-09T12:22:58.5173638Z 2026-09-09T12:22:58.5174040Z git switch -c <new-branch-name> 2026-09-09T12:22:58.5174820Z 2026-09-09T12:22:58.5175429Z Or undo this operation with: 2026-09-09T12:22:58.5176066Z 2026-09-09T12:22:58.5176424Z git switch - 2026-09-09T12:22:58.5176895Z 2026-09-09T12:22:58.5177800Z Turn off this advice by setting config variable advice.detachedHead to false 2026-09-09T12:22:58.5178949Z 2026-09-09T12:22:58.5180269Z HEAD is now at db5e079 Merge a4e48dea60c1430623d959ecea1d945031ad3216 into 807a08335ed3be1990e0c02a23fcaf26ef6784de
2026-09-09T12:22:58.5215107Z [command]/usr/bin/git log -1 --format=%H 2026-09-09T12:22:58.5239115Z db5e079fa23f7d6e9ca9b142622ab50c1d5f4a89