Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-02T14:54:34.6210981Z with: 2026-09-02T14:54:34.6211430Z repository: pypy/pypy 2026-09-02T14:54:34.6215853Z token: *** 2026-09-02T14:54:34.6216320Z ssh-strict: true 2026-09-02T14:54:34.6216767Z ssh-user: git 2026-09-02T14:54:34.6217215Z persist-credentials: true 2026-09-02T14:54:34.6217705Z clean: true 2026-09-02T14:54:34.6218195Z sparse-checkout-cone-mode: true 2026-09-02T14:54:34.6218746Z fetch-depth: 1 2026-09-02T14:54:34.6219192Z fetch-tags: false 2026-09-02T14:54:34.6219633Z show-progress: true 2026-09-02T14:54:34.6220086Z lfs: false 2026-09-02T14:54:34.6220504Z submodules: false 2026-09-02T14:54:34.6220958Z set-safe-directory: true
2026-09-02T14:54:34.7355135Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-02T14:54:34.7358072Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-02T14:54:34.7359112Z [command]/usr/bin/git version 2026-09-02T14:54:34.7422746Z git version 2.55.0
2026-09-02T14:54:34.7469257Z Temporarily overriding HOME='/home/runner/work/_temp/cef57fa3-c0aa-4e45-b326-9be40167d98e' before making global git config changes 2026-09-02T14:54:34.7470774Z Adding repository directory to the temporary git global config as a safe directory 2026-09-02T14:54:34.7476879Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-02T14:54:34.7530491Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-02T14:54:34.7574806Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-02T14:54:34.7688180Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-02T14:54:34.7690233Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-02T14:54:34.7694830Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-02T14:54:34.7696263Z hint: call: 2026-09-02T14:54:34.7696973Z hint: 2026-09-02T14:54:34.7697817Z hint: git config --global init.defaultBranch <name> 2026-09-02T14:54:34.7698844Z hint: 2026-09-02T14:54:34.7699885Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-02T14:54:34.7701591Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-02T14:54:34.7703269Z hint: 2026-09-02T14:54:34.7703957Z hint: git branch -m <name> 2026-09-02T14:54:34.7704715Z hint: 2026-09-02T14:54:34.7705800Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-02T14:54:34.7707402Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-02T14:54:34.7714318Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-02T14:54:34.7768238Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-02T14:54:34.7807222Z Removing SSH command configuration 2026-09-02T14:54:34.7814854Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-02T14:54:34.7850837Z [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-09-02T14:54:34.8255715Z Removing HTTP extra header 2026-09-02T14:54:34.8262726Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-02T14:54:34.8299215Z [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-09-02T14:54:34.8520700Z Removing includeIf entries pointing to credentials config files 2026-09-02T14:54:34.8527536Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-02T14:54:34.8565848Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-02T14:54:34.8800298Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-6dcedbdf-c20f-46a7-9101-2fc7bb8165ea.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-02T14:54:34.8843507Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-6dcedbdf-c20f-46a7-9101-2fc7bb8165ea.config 2026-09-02T14:54:34.8878600Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-6dcedbdf-c20f-46a7-9101-2fc7bb8165ea.config 2026-09-02T14:54:34.8917531Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-6dcedbdf-c20f-46a7-9101-2fc7bb8165ea.config 2026-09-02T14:54:34.8960674Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-6dcedbdf-c20f-46a7-9101-2fc7bb8165ea.config
Fetching the repository
2026-09-02T14:54:34.9000370Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0975af65d59375a4725e122c08920610c633eb0f:refs/remotes/pull/5577/merge 2026-09-02T14:54:36.1461536Z From https://github.com/pypy/pypy 2026-09-02T14:54:36.1464319Z * [new ref] 0975af65d59375a4725e122c08920610c633eb0f -> pull/5577/merge
Determining the checkout info
2026-09-02T14:54:36.1478741Z [command]/usr/bin/git sparse-checkout disable 2026-09-02T14:54:36.1530273Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-02T14:54:36.1569605Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5577/merge 2026-09-02T14:54:36.7031841Z Note: switching to 'refs/remotes/pull/5577/merge'. 2026-09-02T14:54:36.7032763Z 2026-09-02T14:54:36.7033063Z You are in 'detached HEAD' state. You can look around, make experimental 2026-09-02T14:54:36.7033664Z changes and commit them, and you can discard any commits you make in this 2026-09-02T14:54:36.7034239Z state without impacting any branches by switching back to a branch. 2026-09-02T14:54:36.7034573Z 2026-09-02T14:54:36.7034829Z If you want to create a new branch to retain commits you create, you may 2026-09-02T14:54:36.7035348Z do so (now or later) by using -c with the switch command. Example: 2026-09-02T14:54:36.7035706Z 2026-09-02T14:54:36.7035862Z git switch -c <new-branch-name> 2026-09-02T14:54:36.7036070Z 2026-09-02T14:54:36.7036228Z Or undo this operation with: 2026-09-02T14:54:36.7036461Z 2026-09-02T14:54:36.7036571Z git switch - 2026-09-02T14:54:36.7036748Z 2026-09-02T14:54:36.7037002Z Turn off this advice by setting config variable advice.detachedHead to false 2026-09-02T14:54:36.7037358Z 2026-09-02T14:54:36.7037732Z HEAD is now at 0975af6 Merge 6d6f0980fe685946e6beafd96157610430366634 into 09916d286ed3703261ad5bc63c46083bdf7e253b
2026-09-02T14:54:36.7103658Z [command]/usr/bin/git log -1 --format=%H 2026-09-02T14:54:36.7132626Z 0975af65d59375a4725e122c08920610c633eb0f