Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-31T09:36:39.6562373Z with: 2026-08-31T09:36:39.6562953Z repository: pypy/pypy 2026-08-31T09:36:39.6566978Z token: *** 2026-08-31T09:36:39.6567521Z ssh-strict: true 2026-08-31T09:36:39.6568087Z ssh-user: git 2026-08-31T09:36:39.6568782Z persist-credentials: true 2026-08-31T09:36:39.6569395Z clean: true 2026-08-31T09:36:39.6570063Z sparse-checkout-cone-mode: true 2026-08-31T09:36:39.6571010Z fetch-depth: 1 2026-08-31T09:36:39.6571600Z fetch-tags: false 2026-08-31T09:36:39.6572288Z show-progress: true 2026-08-31T09:36:39.6572854Z lfs: false 2026-08-31T09:36:39.6573449Z submodules: false 2026-08-31T09:36:39.6574038Z set-safe-directory: true
2026-08-31T09:36:39.7443240Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T09:36:39.7446481Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-31T09:36:39.7447926Z [command]/usr/bin/git version 2026-08-31T09:36:39.7552088Z git version 2.55.0
2026-08-31T09:36:39.7600315Z Temporarily overriding HOME='/home/runner/work/_temp/aceeff64-65c9-4700-a29e-f2a7461f0ff4' before making global git config changes 2026-08-31T09:36:39.7608915Z Adding repository directory to the temporary git global config as a safe directory 2026-08-31T09:36:39.7610150Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-31T09:36:39.7634381Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T09:36:39.7645183Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-31T09:36:39.7836933Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-31T09:36:39.7839087Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-31T09:36:39.7841067Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-31T09:36:39.7842597Z hint: call: 2026-08-31T09:36:39.7843791Z hint: 2026-08-31T09:36:39.7844927Z hint: git config --global init.defaultBranch <name> 2026-08-31T09:36:39.7846290Z hint: 2026-08-31T09:36:39.7849169Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-31T09:36:39.7850279Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-31T09:36:39.7851309Z hint: 2026-08-31T09:36:39.7851949Z hint: git branch -m <name> 2026-08-31T09:36:39.7852550Z hint: 2026-08-31T09:36:39.7853316Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-31T09:36:39.7854478Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-31T09:36:39.7863034Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T09:36:39.7894271Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-31T09:36:39.7961304Z Removing SSH command configuration 2026-08-31T09:36:39.7963749Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-31T09:36:39.7998329Z [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:36:39.8298922Z Removing HTTP extra header 2026-08-31T09:36:39.8305419Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-31T09:36:39.8336620Z [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:36:39.8523267Z Removing includeIf entries pointing to credentials config files 2026-08-31T09:36:39.8527911Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-31T09:36:39.8560759Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-31T09:36:39.8757299Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-d5297fa0-50de-4f15-93c7-01f2e54e7b7b.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-31T09:36:39.8794378Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-d5297fa0-50de-4f15-93c7-01f2e54e7b7b.config 2026-08-31T09:36:39.8823263Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-d5297fa0-50de-4f15-93c7-01f2e54e7b7b.config 2026-08-31T09:36:39.8852229Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-d5297fa0-50de-4f15-93c7-01f2e54e7b7b.config 2026-08-31T09:36:39.8880088Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-d5297fa0-50de-4f15-93c7-01f2e54e7b7b.config
Fetching the repository
2026-08-31T09:36:39.8914886Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8bba740552bf1268a92404c7f6f7d3fd7d8af9d8:refs/remotes/pull/5549/merge 2026-08-31T09:36:43.2631382Z From https://github.com/pypy/pypy 2026-08-31T09:36:43.2633360Z * [new ref] 8bba740552bf1268a92404c7f6f7d3fd7d8af9d8 -> pull/5549/merge
Determining the checkout info
2026-08-31T09:36:43.2644069Z [command]/usr/bin/git sparse-checkout disable 2026-08-31T09:36:43.2682816Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T09:36:43.2714680Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5549/merge 2026-08-31T09:36:43.6072400Z Note: switching to 'refs/remotes/pull/5549/merge'. 2026-08-31T09:36:43.6072938Z 2026-08-31T09:36:43.6073274Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-31T09:36:43.6074192Z changes and commit them, and you can discard any commits you make in this 2026-08-31T09:36:43.6074837Z state without impacting any branches by switching back to a branch. 2026-08-31T09:36:43.6075221Z 2026-08-31T09:36:43.6075497Z If you want to create a new branch to retain commits you create, you may 2026-08-31T09:36:43.6076202Z do so (now or later) by using -c with the switch command. Example: 2026-08-31T09:36:43.6076618Z 2026-08-31T09:36:43.6076822Z git switch -c <new-branch-name> 2026-08-31T09:36:43.6077110Z 2026-08-31T09:36:43.6077354Z Or undo this operation with: 2026-08-31T09:36:43.6077589Z 2026-08-31T09:36:43.6077760Z git switch - 2026-08-31T09:36:43.6077992Z 2026-08-31T09:36:43.6078278Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-31T09:36:43.6078724Z 2026-08-31T09:36:43.6081466Z HEAD is now at 8bba740 Merge 7149ff22b296f711b2cbf185043bab3831263d64 into 87f735aa8679194ee2f3f67b5796d6b900be993e
2026-08-31T09:36:43.6122540Z [command]/usr/bin/git log -1 --format=%H 2026-08-31T09:36:43.6146115Z 8bba740552bf1268a92404c7f6f7d3fd7d8af9d8