Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T10:40:37.3230846Z with: 2026-09-09T10:40:37.3231299Z repository: pypy/pypy 2026-09-09T10:40:37.3235083Z token: *** 2026-09-09T10:40:37.3235522Z ssh-strict: true 2026-09-09T10:40:37.3236004Z ssh-user: git 2026-09-09T10:40:37.3236446Z persist-credentials: true 2026-09-09T10:40:37.3236929Z clean: true 2026-09-09T10:40:37.3237381Z sparse-checkout-cone-mode: true 2026-09-09T10:40:37.3237900Z fetch-depth: 1 2026-09-09T10:40:37.3238338Z fetch-tags: false 2026-09-09T10:40:37.3238781Z show-progress: true 2026-09-09T10:40:37.3239227Z lfs: false 2026-09-09T10:40:37.3239834Z submodules: false 2026-09-09T10:40:37.3240289Z set-safe-directory: true
2026-09-09T10:40:37.4304746Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T10:40:37.4308083Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-09T10:40:37.4309623Z [command]/usr/bin/git version 2026-09-09T10:40:37.4395577Z git version 2.55.0
2026-09-09T10:40:37.4438106Z Temporarily overriding HOME='/home/runner/work/_temp/0538a5bc-88d3-4bcc-b912-d1fe68810c4d' before making global git config changes 2026-09-09T10:40:37.4440629Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T10:40:37.4444802Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-09T10:40:37.4498460Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T10:40:37.4507256Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-09T10:40:37.4613337Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T10:40:37.4615650Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T10:40:37.4617483Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T10:40:37.4619171Z hint: call: 2026-09-09T10:40:37.4620321Z hint: 2026-09-09T10:40:37.4621923Z hint: git config --global init.defaultBranch <name> 2026-09-09T10:40:37.4623275Z hint: 2026-09-09T10:40:37.4624381Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T10:40:37.4626080Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T10:40:37.4627367Z hint: 2026-09-09T10:40:37.4628079Z hint: git branch -m <name> 2026-09-09T10:40:37.4628951Z hint: 2026-09-09T10:40:37.4630392Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T10:40:37.4632199Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-09T10:40:37.4635044Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T10:40:37.4686571Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T10:40:37.4726315Z Removing SSH command configuration 2026-09-09T10:40:37.4734588Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T10:40:37.4774258Z [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-09T10:40:37.5133246Z Removing HTTP extra header 2026-09-09T10:40:37.5142132Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T10:40:37.5185433Z [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-09T10:40:37.5433372Z Removing includeIf entries pointing to credentials config files 2026-09-09T10:40:37.5441865Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T10:40:37.5481347Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T10:40:37.5740294Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-5fc459a2-1f0c-494d-a1fb-c3837a5efba2.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T10:40:37.5781572Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-5fc459a2-1f0c-494d-a1fb-c3837a5efba2.config 2026-09-09T10:40:37.5815846Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-5fc459a2-1f0c-494d-a1fb-c3837a5efba2.config 2026-09-09T10:40:37.5853489Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-5fc459a2-1f0c-494d-a1fb-c3837a5efba2.config 2026-09-09T10:40:37.5889169Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-5fc459a2-1f0c-494d-a1fb-c3837a5efba2.config
Fetching the repository
2026-09-09T10:40:37.5934377Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +92b448eda87979f9b4ca0c250a2e8f8e5b01da33:refs/remotes/pull/5581/merge 2026-09-09T10:40:41.0162745Z From https://github.com/pypy/pypy 2026-09-09T10:40:41.0164433Z * [new ref] 92b448eda87979f9b4ca0c250a2e8f8e5b01da33 -> pull/5581/merge
Determining the checkout info
2026-09-09T10:40:41.0171965Z [command]/usr/bin/git sparse-checkout disable 2026-09-09T10:40:41.0208440Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T10:40:41.0247280Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5581/merge 2026-09-09T10:40:41.5134102Z Note: switching to 'refs/remotes/pull/5581/merge'. 2026-09-09T10:40:41.5134570Z 2026-09-09T10:40:41.5134864Z You are in 'detached HEAD' state. You can look around, make experimental 2026-09-09T10:40:41.5135447Z changes and commit them, and you can discard any commits you make in this 2026-09-09T10:40:41.5136017Z state without impacting any branches by switching back to a branch. 2026-09-09T10:40:41.5136342Z 2026-09-09T10:40:41.5136601Z If you want to create a new branch to retain commits you create, you may 2026-09-09T10:40:41.5137126Z do so (now or later) by using -c with the switch command. Example: 2026-09-09T10:40:41.5137472Z 2026-09-09T10:40:41.5137628Z git switch -c <new-branch-name> 2026-09-09T10:40:41.5137895Z 2026-09-09T10:40:41.5138030Z Or undo this operation with: 2026-09-09T10:40:41.5138235Z 2026-09-09T10:40:41.5138359Z git switch - 2026-09-09T10:40:41.5138534Z 2026-09-09T10:40:41.5138845Z Turn off this advice by setting config variable advice.detachedHead to false 2026-09-09T10:40:41.5139183Z 2026-09-09T10:40:41.5139970Z HEAD is now at 92b448e Merge 22ba7870960c2ef754234816c4ee6eaf3b4f373b into aec767c1fac6d546e5ae5fae610449f8b45b07d8
2026-09-09T10:40:41.5201695Z [command]/usr/bin/git log -1 --format=%H 2026-09-09T10:40:41.5230970Z 92b448eda87979f9b4ca0c250a2e8f8e5b01da33