Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-25T07:18:36.5686743Z with: 2026-08-25T07:18:36.5687196Z repository: pypy/pypy 2026-08-25T07:18:36.5690880Z token: *** 2026-08-25T07:18:36.5691316Z ssh-strict: true 2026-08-25T07:18:36.5691751Z ssh-user: git 2026-08-25T07:18:36.5692452Z persist-credentials: true 2026-08-25T07:18:36.5692940Z clean: true 2026-08-25T07:18:36.5693387Z sparse-checkout-cone-mode: true 2026-08-25T07:18:36.5693911Z fetch-depth: 1 2026-08-25T07:18:36.5694345Z fetch-tags: false 2026-08-25T07:18:36.5694791Z show-progress: true 2026-08-25T07:18:36.5695238Z lfs: false 2026-08-25T07:18:36.5695648Z submodules: false 2026-08-25T07:18:36.5696094Z set-safe-directory: true
2026-08-25T07:18:36.6739630Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-25T07:18:36.6742771Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-25T07:18:36.6744027Z [command]/usr/bin/git version 2026-08-25T07:18:36.6834742Z git version 2.55.0
2026-08-25T07:18:36.6872586Z Temporarily overriding HOME='/home/runner/work/_temp/b36b65e3-a282-43f9-bfdb-5b5046e87a43' before making global git config changes 2026-08-25T07:18:36.6874839Z Adding repository directory to the temporary git global config as a safe directory 2026-08-25T07:18:36.6877295Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-25T07:18:36.6941619Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-25T07:18:36.6950977Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-25T07:18:36.7067064Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-25T07:18:36.7072037Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-25T07:18:36.7073757Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-25T07:18:36.7075039Z hint: call: 2026-08-25T07:18:36.7076006Z hint: 2026-08-25T07:18:36.7076822Z hint: git config --global init.defaultBranch <name> 2026-08-25T07:18:36.7077809Z hint: 2026-08-25T07:18:36.7078831Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-25T07:18:36.7080361Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-25T07:18:36.7081596Z hint: 2026-08-25T07:18:36.7083664Z hint: git branch -m <name> 2026-08-25T07:18:36.7084501Z hint: 2026-08-25T07:18:36.7085771Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-25T07:18:36.7087366Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-25T07:18:36.7089160Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-25T07:18:36.7142348Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-25T07:18:36.7180745Z Removing SSH command configuration 2026-08-25T07:18:36.7195714Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-25T07:18:36.7258159Z [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-25T07:18:36.7727882Z Removing HTTP extra header 2026-08-25T07:18:36.7737806Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-25T07:18:36.7784989Z [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-25T07:18:36.8038439Z Removing includeIf entries pointing to credentials config files 2026-08-25T07:18:36.8046475Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-25T07:18:36.8088044Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-25T07:18:36.8350140Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-90f49cd3-4367-4e1a-82b9-b1e74deaada8.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-25T07:18:36.8401384Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-90f49cd3-4367-4e1a-82b9-b1e74deaada8.config 2026-08-25T07:18:36.8436516Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-90f49cd3-4367-4e1a-82b9-b1e74deaada8.config 2026-08-25T07:18:36.8476003Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-90f49cd3-4367-4e1a-82b9-b1e74deaada8.config 2026-08-25T07:18:36.8511014Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-90f49cd3-4367-4e1a-82b9-b1e74deaada8.config
Fetching the repository
2026-08-25T07:18:36.8557588Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +860202a50fcfcd07bf03ca094c2ea3aaa2f68466:refs/remotes/pull/5573/merge 2026-08-25T07:18:39.3612761Z From https://github.com/pypy/pypy 2026-08-25T07:18:39.3615642Z * [new ref] 860202a50fcfcd07bf03ca094c2ea3aaa2f68466 -> pull/5573/merge
Determining the checkout info
2026-08-25T07:18:39.3629984Z [command]/usr/bin/git sparse-checkout disable 2026-08-25T07:18:39.3682284Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-25T07:18:39.3719338Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5573/merge 2026-08-25T07:18:39.9326820Z Note: switching to 'refs/remotes/pull/5573/merge'. 2026-08-25T07:18:39.9327287Z 2026-08-25T07:18:39.9327568Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-25T07:18:39.9328179Z changes and commit them, and you can discard any commits you make in this 2026-08-25T07:18:39.9328757Z state without impacting any branches by switching back to a branch. 2026-08-25T07:18:39.9329081Z 2026-08-25T07:18:39.9329340Z If you want to create a new branch to retain commits you create, you may 2026-08-25T07:18:39.9329886Z do so (now or later) by using -c with the switch command. Example: 2026-08-25T07:18:39.9330239Z 2026-08-25T07:18:39.9330391Z git switch -c <new-branch-name> 2026-08-25T07:18:39.9330599Z 2026-08-25T07:18:39.9330760Z Or undo this operation with: 2026-08-25T07:18:39.9330996Z 2026-08-25T07:18:39.9331108Z git switch - 2026-08-25T07:18:39.9331293Z 2026-08-25T07:18:39.9331555Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-25T07:18:39.9332254Z 2026-08-25T07:18:39.9332674Z HEAD is now at 860202a Merge 0f03581ce5edf1d49a93cbb1b035b3710717116b into 5ff869c95ca71525afb5f19ae23295e592873e68
2026-08-25T07:18:39.9408558Z [command]/usr/bin/git log -1 --format=%H 2026-08-25T07:18:39.9438131Z 860202a50fcfcd07bf03ca094c2ea3aaa2f68466