Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-21T07:46:55.8820142Z with: 2026-07-21T07:46:55.8820755Z repository: pypy/pypy 2026-07-21T07:46:55.8824576Z token: *** 2026-07-21T07:46:55.8825070Z ssh-strict: true 2026-07-21T07:46:55.8825760Z ssh-user: git 2026-07-21T07:46:55.8826321Z persist-credentials: true 2026-07-21T07:46:55.8826884Z clean: true 2026-07-21T07:46:55.8827523Z sparse-checkout-cone-mode: true 2026-07-21T07:46:55.8828144Z fetch-depth: 1 2026-07-21T07:46:55.8828716Z fetch-tags: false 2026-07-21T07:46:55.8829265Z show-progress: true 2026-07-21T07:46:55.8830006Z lfs: false 2026-07-21T07:46:55.8830579Z submodules: false 2026-07-21T07:46:55.8831139Z set-safe-directory: true
2026-07-21T07:46:55.9691786Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-21T07:46:55.9695192Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-21T07:46:55.9696598Z [command]/usr/bin/git version 2026-07-21T07:46:56.0546936Z git version 2.54.0
2026-07-21T07:46:56.0583090Z Temporarily overriding HOME='/home/runner/work/_temp/417df767-c21c-4766-98a2-166d9bbaf5fb' before making global git config changes 2026-07-21T07:46:56.0584513Z Adding repository directory to the temporary git global config as a safe directory 2026-07-21T07:46:56.0587659Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-21T07:46:56.0661730Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-21T07:46:56.0671238Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-21T07:46:56.1102781Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-21T07:46:56.1104716Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-21T07:46:56.1105767Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-21T07:46:56.1106603Z hint: call: 2026-07-21T07:46:56.1107175Z hint: 2026-07-21T07:46:56.1108208Z hint: git config --global init.defaultBranch <name> 2026-07-21T07:46:56.1108888Z hint: 2026-07-21T07:46:56.1109648Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-21T07:46:56.1110993Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-21T07:46:56.1111850Z hint: 2026-07-21T07:46:56.1112442Z hint: git branch -m <name> 2026-07-21T07:46:56.1113021Z hint: 2026-07-21T07:46:56.1113799Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-21T07:46:56.1114861Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-21T07:46:56.1116894Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-21T07:46:56.1235578Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-21T07:46:56.1267775Z Removing SSH command configuration 2026-07-21T07:46:56.1273216Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-21T07:46:56.1305511Z [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-21T07:46:56.2722319Z Removing HTTP extra header 2026-07-21T07:46:56.2727919Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-21T07:46:56.2757899Z [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-21T07:46:56.2959139Z Removing includeIf entries pointing to credentials config files 2026-07-21T07:46:56.2962919Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-21T07:46:56.2995846Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-21T07:46:56.3206688Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-92d8ddec-014d-4e0e-9aa0-fc198eab20d4.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-21T07:46:56.3244169Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-92d8ddec-014d-4e0e-9aa0-fc198eab20d4.config 2026-07-21T07:46:56.3275130Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-92d8ddec-014d-4e0e-9aa0-fc198eab20d4.config 2026-07-21T07:46:56.3323451Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-92d8ddec-014d-4e0e-9aa0-fc198eab20d4.config 2026-07-21T07:46:56.3353726Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-92d8ddec-014d-4e0e-9aa0-fc198eab20d4.config
Fetching the repository
2026-07-21T07:46:56.3387973Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7292d211d7fbe9f1436505a4ccfb04422f97eb4c:refs/remotes/pull/5488/merge 2026-07-21T07:46:58.0388742Z From https://github.com/pypy/pypy 2026-07-21T07:46:58.0390363Z * [new ref] 7292d211d7fbe9f1436505a4ccfb04422f97eb4c -> pull/5488/merge
Determining the checkout info
2026-07-21T07:46:58.0466025Z [command]/usr/bin/git sparse-checkout disable 2026-07-21T07:46:58.0510475Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-21T07:46:58.0541347Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5488/merge 2026-07-21T07:46:58.3906550Z Note: switching to 'refs/remotes/pull/5488/merge'. 2026-07-21T07:46:58.3907681Z 2026-07-21T07:46:58.3908181Z You are in 'detached HEAD' state. You can look around, make experimental 2026-07-21T07:46:58.3908913Z changes and commit them, and you can discard any commits you make in this 2026-07-21T07:46:58.3909623Z state without impacting any branches by switching back to a branch. 2026-07-21T07:46:58.3910579Z 2026-07-21T07:46:58.3910960Z If you want to create a new branch to retain commits you create, you may 2026-07-21T07:46:58.3911650Z do so (now or later) by using -c with the switch command. Example: 2026-07-21T07:46:58.3912295Z 2026-07-21T07:46:58.3912641Z git switch -c <new-branch-name> 2026-07-21T07:46:58.3913009Z 2026-07-21T07:46:58.3913307Z Or undo this operation with: 2026-07-21T07:46:58.3913656Z 2026-07-21T07:46:58.3914008Z git switch - 2026-07-21T07:46:58.3914447Z 2026-07-21T07:46:58.3914896Z Turn off this advice by setting config variable advice.detachedHead to false 2026-07-21T07:46:58.3915468Z 2026-07-21T07:46:58.3915937Z HEAD is now at 7292d21 Merge a8f4018592c13dfc4104ae9ae131d31cbd2c26eb into f61b37b9a8cc4fb9fec995cee311fc24e58c3597
2026-07-21T07:46:58.3993993Z [command]/usr/bin/git log -1 --format=%H 2026-07-21T07:46:58.4017157Z 7292d211d7fbe9f1436505a4ccfb04422f97eb4c