Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-31T09:54:47.3741283Z with: 2026-08-31T09:54:47.3741874Z repository: pypy/pypy 2026-08-31T09:54:47.3745493Z token: *** 2026-08-31T09:54:47.3746417Z ssh-strict: true 2026-08-31T09:54:47.3747070Z ssh-user: git 2026-08-31T09:54:47.3747693Z persist-credentials: true 2026-08-31T09:54:47.3748301Z clean: true 2026-08-31T09:54:47.3748877Z sparse-checkout-cone-mode: true 2026-08-31T09:54:47.3749620Z fetch-depth: 1 2026-08-31T09:54:47.3750209Z fetch-tags: false 2026-08-31T09:54:47.3750812Z show-progress: true 2026-08-31T09:54:47.3751371Z lfs: false 2026-08-31T09:54:47.3751900Z submodules: false 2026-08-31T09:54:47.3752541Z set-safe-directory: true
2026-08-31T09:54:47.4591094Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T09:54:47.4594373Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-31T09:54:47.4596107Z [command]/usr/bin/git version 2026-08-31T09:54:47.4646705Z git version 2.55.0
2026-08-31T09:54:47.4687124Z Temporarily overriding HOME='/home/runner/work/_temp/7e3f2a70-f56b-42e3-9517-9b6c8ac792de' before making global git config changes 2026-08-31T09:54:47.4688825Z Adding repository directory to the temporary git global config as a safe directory 2026-08-31T09:54:47.4689997Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-31T09:54:47.4718672Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T09:54:47.4721523Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-31T09:54:47.4830666Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-31T09:54:47.4832933Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-31T09:54:47.4834628Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-31T09:54:47.4836054Z hint: call: 2026-08-31T09:54:47.4836657Z hint: 2026-08-31T09:54:47.4837721Z hint: git config --global init.defaultBranch <name> 2026-08-31T09:54:47.4838518Z hint: 2026-08-31T09:54:47.4839233Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-31T09:54:47.4840370Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-31T09:54:47.4841224Z hint: 2026-08-31T09:54:47.4841814Z hint: git branch -m <name> 2026-08-31T09:54:47.4842456Z hint: 2026-08-31T09:54:47.4843233Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-31T09:54:47.4844447Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-31T09:54:47.4846596Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T09:54:47.4872133Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-31T09:54:47.4900010Z Removing SSH command configuration 2026-08-31T09:54:47.4904515Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-31T09:54:47.4932178Z [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-31T09:54:47.5225473Z Removing HTTP extra header 2026-08-31T09:54:47.5235561Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-31T09:54:47.5265834Z [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-31T09:54:47.5442176Z Removing includeIf entries pointing to credentials config files 2026-08-31T09:54:47.5446698Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-31T09:54:47.5476395Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-31T09:54:47.5667037Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-bc6014a9-5e49-45f2-be01-ff5ca5d8e110.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-31T09:54:47.5703232Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-bc6014a9-5e49-45f2-be01-ff5ca5d8e110.config 2026-08-31T09:54:47.5731899Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-bc6014a9-5e49-45f2-be01-ff5ca5d8e110.config 2026-08-31T09:54:47.5762164Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-bc6014a9-5e49-45f2-be01-ff5ca5d8e110.config 2026-08-31T09:54:47.5791150Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-bc6014a9-5e49-45f2-be01-ff5ca5d8e110.config
Fetching the repository
2026-08-31T09:54:47.5825397Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1874623a68d9fa5ffb435fd06469f4d54fc0696f:refs/remotes/pull/5537/merge 2026-08-31T09:54:50.4816951Z From https://github.com/pypy/pypy 2026-08-31T09:54:50.4818773Z * [new ref] 1874623a68d9fa5ffb435fd06469f4d54fc0696f -> pull/5537/merge
Determining the checkout info
2026-08-31T09:54:50.4828310Z [command]/usr/bin/git sparse-checkout disable 2026-08-31T09:54:50.4864630Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T09:54:50.4893285Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5537/merge 2026-08-31T09:54:50.8224481Z Note: switching to 'refs/remotes/pull/5537/merge'. 2026-08-31T09:54:50.8225625Z 2026-08-31T09:54:50.8226123Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-31T09:54:50.8226800Z changes and commit them, and you can discard any commits you make in this 2026-08-31T09:54:50.8227520Z state without impacting any branches by switching back to a branch. 2026-08-31T09:54:50.8227994Z 2026-08-31T09:54:50.8228293Z If you want to create a new branch to retain commits you create, you may 2026-08-31T09:54:50.8228929Z do so (now or later) by using -c with the switch command. Example: 2026-08-31T09:54:50.8229324Z 2026-08-31T09:54:50.8229529Z git switch -c <new-branch-name> 2026-08-31T09:54:50.8229805Z 2026-08-31T09:54:50.8229965Z Or undo this operation with: 2026-08-31T09:54:50.8230240Z 2026-08-31T09:54:50.8230398Z git switch - 2026-08-31T09:54:50.8230686Z 2026-08-31T09:54:50.8231007Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-31T09:54:50.8231382Z 2026-08-31T09:54:50.8231855Z HEAD is now at 1874623 Merge 0b02008c791f30b9fec3e3e8558b2600780a5a5e into 1f6a3e4799bc7a390bd52de333ab07ea0ce7ec4d
2026-08-31T09:54:50.8273857Z [command]/usr/bin/git log -1 --format=%H 2026-08-31T09:54:50.8295983Z 1874623a68d9fa5ffb435fd06469f4d54fc0696f