Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-31T07:21:59.7018489Z with: 2026-07-31T07:21:59.7018881Z repository: pypy/pypy 2026-07-31T07:21:59.7021519Z token: *** 2026-07-31T07:21:59.7021834Z ssh-strict: true 2026-07-31T07:21:59.7022159Z ssh-user: git 2026-07-31T07:21:59.7022487Z persist-credentials: true 2026-07-31T07:21:59.7022824Z clean: true 2026-07-31T07:21:59.7023153Z sparse-checkout-cone-mode: true 2026-07-31T07:21:59.7023491Z fetch-depth: 1 2026-07-31T07:21:59.7023811Z fetch-tags: false 2026-07-31T07:21:59.7024125Z show-progress: true 2026-07-31T07:21:59.7024443Z lfs: false 2026-07-31T07:21:59.7024763Z submodules: false 2026-07-31T07:21:59.7025080Z set-safe-directory: true
2026-07-31T07:21:59.7865423Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T07:21:59.7868286Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-31T07:21:59.7869441Z [command]/usr/bin/git version 2026-07-31T07:21:59.8093468Z git version 2.54.0
2026-07-31T07:21:59.8121583Z Temporarily overriding HOME='/home/runner/work/_temp/fc4eb8e3-e3dd-4896-a3b3-36fdd47a9772' before making global git config changes 2026-07-31T07:21:59.8122890Z Adding repository directory to the temporary git global config as a safe directory 2026-07-31T07:21:59.8125628Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-31T07:21:59.8152917Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-31T07:21:59.8161812Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-31T07:21:59.9170566Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-31T07:21:59.9171817Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-31T07:21:59.9172436Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-31T07:21:59.9172898Z hint: call: 2026-07-31T07:21:59.9173329Z hint: 2026-07-31T07:21:59.9173756Z hint: git config --global init.defaultBranch <name> 2026-07-31T07:21:59.9174154Z hint: 2026-07-31T07:21:59.9174559Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-31T07:21:59.9175101Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-31T07:21:59.9175555Z hint: 2026-07-31T07:21:59.9175876Z hint: git branch -m <name> 2026-07-31T07:21:59.9176184Z hint: 2026-07-31T07:21:59.9176755Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-31T07:21:59.9178114Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-31T07:21:59.9179217Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-31T07:21:59.9238347Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-31T07:21:59.9261838Z Removing SSH command configuration 2026-07-31T07:21:59.9266439Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-31T07:21:59.9289510Z [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-07-31T07:22:00.0486057Z Removing HTTP extra header 2026-07-31T07:22:00.0486758Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-31T07:22:00.0512386Z [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-07-31T07:22:00.0672368Z Removing includeIf entries pointing to credentials config files 2026-07-31T07:22:00.0676591Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-31T07:22:00.0703107Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-31T07:22:00.0873779Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-ba95ab2e-7941-4056-a84c-1d8425ac8c22.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-31T07:22:00.0902589Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-ba95ab2e-7941-4056-a84c-1d8425ac8c22.config 2026-07-31T07:22:00.0929502Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-ba95ab2e-7941-4056-a84c-1d8425ac8c22.config 2026-07-31T07:22:00.0953495Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-ba95ab2e-7941-4056-a84c-1d8425ac8c22.config 2026-07-31T07:22:00.0978984Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-ba95ab2e-7941-4056-a84c-1d8425ac8c22.config
Fetching the repository
2026-07-31T07:22:00.1011812Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1ecc04ee176605ce297ea9918e81dfc88bc12b72:refs/remotes/pull/5548/merge 2026-07-31T07:22:02.0009384Z From https://github.com/pypy/pypy 2026-07-31T07:22:02.0013685Z * [new ref] 1ecc04ee176605ce297ea9918e81dfc88bc12b72 -> pull/5548/merge
Determining the checkout info
2026-07-31T07:22:02.0036469Z [command]/usr/bin/git sparse-checkout disable 2026-07-31T07:22:02.0238068Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T07:22:02.0444430Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5548/merge 2026-07-31T07:22:02.5023394Z Note: switching to 'refs/remotes/pull/5548/merge'. 2026-07-31T07:22:02.5024165Z 2026-07-31T07:22:02.5024814Z You are in 'detached HEAD' state. You can look around, make experimental 2026-07-31T07:22:02.5025621Z changes and commit them, and you can discard any commits you make in this 2026-07-31T07:22:02.5026321Z state without impacting any branches by switching back to a branch. 2026-07-31T07:22:02.5026901Z 2026-07-31T07:22:02.5027445Z If you want to create a new branch to retain commits you create, you may 2026-07-31T07:22:02.5028156Z do so (now or later) by using -c with the switch command. Example: 2026-07-31T07:22:02.5028642Z 2026-07-31T07:22:02.5029209Z git switch -c <new-branch-name> 2026-07-31T07:22:02.5029699Z 2026-07-31T07:22:02.5030003Z Or undo this operation with: 2026-07-31T07:22:02.5030344Z 2026-07-31T07:22:02.5030625Z git switch - 2026-07-31T07:22:02.5031192Z 2026-07-31T07:22:02.5031760Z Turn off this advice by setting config variable advice.detachedHead to false 2026-07-31T07:22:02.5032348Z 2026-07-31T07:22:02.5032964Z HEAD is now at 1ecc04e Merge 044df9c86b8382cfec0ba0f0412651c777bce83a into e6faa48a5f66f9046ba59ee1ff92ff16ba07bcb3
2026-07-31T07:22:02.5080278Z [command]/usr/bin/git log -1 --format=%H 2026-07-31T07:22:02.5101982Z 1ecc04ee176605ce297ea9918e81dfc88bc12b72