Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-01T03:38:31.2045424Z with: 2026-08-01T03:38:31.2045856Z repository: pypy/pypy 2026-08-01T03:38:31.2049620Z token: *** 2026-08-01T03:38:31.2050042Z ssh-strict: true 2026-08-01T03:38:31.2050468Z ssh-user: git 2026-08-01T03:38:31.2050914Z persist-credentials: true 2026-08-01T03:38:31.2051400Z clean: true 2026-08-01T03:38:31.2051834Z sparse-checkout-cone-mode: true 2026-08-01T03:38:31.2052339Z fetch-depth: 1 2026-08-01T03:38:31.2053205Z fetch-tags: false 2026-08-01T03:38:31.2053716Z show-progress: true 2026-08-01T03:38:31.2054152Z lfs: false 2026-08-01T03:38:31.2054561Z submodules: false 2026-08-01T03:38:31.2054989Z set-safe-directory: true
2026-08-01T03:38:31.3065526Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-01T03:38:31.3068250Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-01T03:38:31.3069246Z [command]/usr/bin/git version 2026-08-01T03:38:31.3155038Z git version 2.54.0
2026-08-01T03:38:31.3230207Z Temporarily overriding HOME='/home/runner/work/_temp/b89471b4-904f-4668-a0d3-cc83e38b13eb' before making global git config changes 2026-08-01T03:38:31.3232445Z Adding repository directory to the temporary git global config as a safe directory 2026-08-01T03:38:31.3235615Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-01T03:38:31.3287012Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-01T03:38:31.3297056Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-01T03:38:31.3409720Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-01T03:38:31.3412176Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-01T03:38:31.3414114Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-01T03:38:31.3423773Z hint: call: 2026-08-01T03:38:31.3425157Z hint: 2026-08-01T03:38:31.3426423Z hint: git config --global init.defaultBranch <name> 2026-08-01T03:38:31.3427703Z hint: 2026-08-01T03:38:31.3429142Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-01T03:38:31.3430730Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-01T03:38:31.3432002Z hint: 2026-08-01T03:38:31.3432636Z hint: git branch -m <name> 2026-08-01T03:38:31.3433656Z hint: 2026-08-01T03:38:31.3434677Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-01T03:38:31.3436288Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-01T03:38:31.3438793Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-01T03:38:31.3507811Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-01T03:38:31.3571924Z Removing SSH command configuration 2026-08-01T03:38:31.3580259Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-01T03:38:31.3629379Z [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-01T03:38:31.4066138Z Removing HTTP extra header 2026-08-01T03:38:31.4075883Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-01T03:38:31.4124372Z [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-01T03:38:31.4349561Z Removing includeIf entries pointing to credentials config files 2026-08-01T03:38:31.4355952Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-01T03:38:31.4390527Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-01T03:38:31.4618723Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-04a4ae12-8c60-4b1d-8950-5b8bfd29e0fa.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-01T03:38:31.4662228Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-04a4ae12-8c60-4b1d-8950-5b8bfd29e0fa.config 2026-08-01T03:38:31.4697630Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-04a4ae12-8c60-4b1d-8950-5b8bfd29e0fa.config 2026-08-01T03:38:31.4735828Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-04a4ae12-8c60-4b1d-8950-5b8bfd29e0fa.config 2026-08-01T03:38:31.4777113Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-04a4ae12-8c60-4b1d-8950-5b8bfd29e0fa.config
Fetching the repository
2026-08-01T03:38:31.4818899Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6a6ee9c678446175bf84dc6495d720dc6a07f540:refs/remotes/pull/5548/merge 2026-08-01T03:38:34.2936416Z From https://github.com/pypy/pypy 2026-08-01T03:38:34.2938264Z * [new ref] 6a6ee9c678446175bf84dc6495d720dc6a07f540 -> pull/5548/merge
Determining the checkout info
2026-08-01T03:38:34.2984612Z [command]/usr/bin/git sparse-checkout disable 2026-08-01T03:38:34.3031344Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-01T03:38:34.3068972Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5548/merge 2026-08-01T03:38:34.8462129Z Note: switching to 'refs/remotes/pull/5548/merge'. 2026-08-01T03:38:34.8463549Z 2026-08-01T03:38:34.8464356Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-01T03:38:34.8465715Z changes and commit them, and you can discard any commits you make in this 2026-08-01T03:38:34.8466972Z state without impacting any branches by switching back to a branch. 2026-08-01T03:38:34.8467686Z 2026-08-01T03:38:34.8468088Z If you want to create a new branch to retain commits you create, you may 2026-08-01T03:38:34.8469012Z do so (now or later) by using -c with the switch command. Example: 2026-08-01T03:38:34.8469642Z 2026-08-01T03:38:34.8469874Z git switch -c <new-branch-name> 2026-08-01T03:38:34.8470281Z 2026-08-01T03:38:34.8470519Z Or undo this operation with: 2026-08-01T03:38:34.8470888Z 2026-08-01T03:38:34.8471066Z git switch - 2026-08-01T03:38:34.8471346Z 2026-08-01T03:38:34.8471841Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-01T03:38:34.8472811Z 2026-08-01T03:38:34.8473804Z HEAD is now at 6a6ee9c Merge 213fbcbfd573a571d326167ca8f1a2d3258adef6 into fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
2026-08-01T03:38:34.8536352Z [command]/usr/bin/git log -1 --format=%H 2026-08-01T03:38:34.8563310Z 6a6ee9c678446175bf84dc6495d720dc6a07f540