Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-01T06:03:33.7437290Z with: 2026-08-01T06:03:33.7437624Z repository: pypy/pypy 2026-08-01T06:03:33.7440977Z token: *** 2026-08-01T06:03:33.7441323Z ssh-strict: true 2026-08-01T06:03:33.7441676Z ssh-user: git 2026-08-01T06:03:33.7442033Z persist-credentials: true 2026-08-01T06:03:33.7442419Z clean: true 2026-08-01T06:03:33.7442767Z sparse-checkout-cone-mode: true 2026-08-01T06:03:33.7443168Z fetch-depth: 1 2026-08-01T06:03:33.7443497Z fetch-tags: false 2026-08-01T06:03:33.7443839Z show-progress: true 2026-08-01T06:03:33.7444174Z lfs: false 2026-08-01T06:03:33.7444491Z submodules: false 2026-08-01T06:03:33.7444833Z set-safe-directory: true
2026-08-01T06:03:33.8251270Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-01T06:03:33.8253357Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-01T06:03:33.8254178Z [command]/usr/bin/git version 2026-08-01T06:03:33.8360490Z git version 2.54.0
2026-08-01T06:03:33.8391829Z Temporarily overriding HOME='/home/runner/work/_temp/6e558729-b701-4848-8acb-3d6f812b2795' before making global git config changes 2026-08-01T06:03:33.8393698Z Adding repository directory to the temporary git global config as a safe directory 2026-08-01T06:03:33.8396295Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-01T06:03:33.8429832Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-01T06:03:33.8438154Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-01T06:03:33.8512437Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-01T06:03:33.8513773Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-01T06:03:33.8523135Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-01T06:03:33.8524258Z hint: call: 2026-08-01T06:03:33.8525008Z hint: 2026-08-01T06:03:33.8525755Z hint: git config --global init.defaultBranch <name> 2026-08-01T06:03:33.8526629Z hint: 2026-08-01T06:03:33.8527279Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-01T06:03:33.8528132Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-01T06:03:33.8529047Z hint: 2026-08-01T06:03:33.8529937Z hint: git branch -m <name> 2026-08-01T06:03:33.8549884Z hint: 2026-08-01T06:03:33.8550884Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-01T06:03:33.8552355Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-01T06:03:33.8554758Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-01T06:03:33.8572859Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-01T06:03:33.8606080Z Removing SSH command configuration 2026-08-01T06:03:33.8612656Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-01T06:03:33.8647775Z [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-01T06:03:33.8933245Z Removing HTTP extra header 2026-08-01T06:03:33.8941530Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-01T06:03:33.8973365Z [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-01T06:03:33.9157954Z Removing includeIf entries pointing to credentials config files 2026-08-01T06:03:33.9163612Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-01T06:03:33.9195131Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-01T06:03:33.9402209Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-5de1cf74-65a8-4bab-9b6c-f233f1ac4ce7.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-01T06:03:33.9443038Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-5de1cf74-65a8-4bab-9b6c-f233f1ac4ce7.config 2026-08-01T06:03:33.9473617Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-5de1cf74-65a8-4bab-9b6c-f233f1ac4ce7.config 2026-08-01T06:03:33.9505168Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-5de1cf74-65a8-4bab-9b6c-f233f1ac4ce7.config 2026-08-01T06:03:33.9543314Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-5de1cf74-65a8-4bab-9b6c-f233f1ac4ce7.config
Fetching the repository
2026-08-01T06:03:33.9576569Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f1dff950585a79f24fa57941b2b83b7a84bfdb22:refs/remotes/pull/5548/merge 2026-08-01T06:03:37.5206024Z From https://github.com/pypy/pypy 2026-08-01T06:03:37.5207672Z * [new ref] f1dff950585a79f24fa57941b2b83b7a84bfdb22 -> pull/5548/merge
Determining the checkout info
2026-08-01T06:03:37.5236932Z [command]/usr/bin/git sparse-checkout disable 2026-08-01T06:03:37.5273573Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-01T06:03:37.5303771Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5548/merge 2026-08-01T06:03:37.9682654Z Note: switching to 'refs/remotes/pull/5548/merge'. 2026-08-01T06:03:37.9683040Z 2026-08-01T06:03:37.9683284Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-01T06:03:37.9683749Z changes and commit them, and you can discard any commits you make in this 2026-08-01T06:03:37.9684197Z state without impacting any branches by switching back to a branch. 2026-08-01T06:03:37.9684455Z 2026-08-01T06:03:37.9684663Z If you want to create a new branch to retain commits you create, you may 2026-08-01T06:03:37.9685080Z do so (now or later) by using -c with the switch command. Example: 2026-08-01T06:03:37.9685363Z 2026-08-01T06:03:37.9685501Z git switch -c <new-branch-name> 2026-08-01T06:03:37.9685662Z 2026-08-01T06:03:37.9685812Z Or undo this operation with: 2026-08-01T06:03:37.9685987Z 2026-08-01T06:03:37.9686081Z git switch - 2026-08-01T06:03:37.9686221Z 2026-08-01T06:03:37.9686425Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-01T06:03:37.9686703Z 2026-08-01T06:03:37.9686994Z HEAD is now at f1dff95 Merge 5899bf9455615096fa08da09001b59b2abda7382 into fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
2026-08-01T06:03:37.9740170Z [command]/usr/bin/git log -1 --format=%H 2026-08-01T06:03:37.9763068Z f1dff950585a79f24fa57941b2b83b7a84bfdb22