Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-30T12:19:30.5880005Z with: 2026-07-30T12:19:30.5880435Z repository: pypy/pypy 2026-07-30T12:19:30.5884367Z token: *** 2026-07-30T12:19:30.5884799Z ssh-strict: true 2026-07-30T12:19:30.5885233Z ssh-user: git 2026-07-30T12:19:30.5885903Z persist-credentials: true 2026-07-30T12:19:30.5886400Z clean: true 2026-07-30T12:19:30.5886832Z sparse-checkout-cone-mode: true 2026-07-30T12:19:30.5887349Z fetch-depth: 1 2026-07-30T12:19:30.5887756Z fetch-tags: false 2026-07-30T12:19:30.5888180Z show-progress: true 2026-07-30T12:19:30.5888609Z lfs: false 2026-07-30T12:19:30.5889010Z submodules: false 2026-07-30T12:19:30.5889448Z set-safe-directory: true
2026-07-30T12:19:30.6892378Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-30T12:19:30.6896216Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-30T12:19:30.6897847Z [command]/usr/bin/git version 2026-07-30T12:19:30.6964968Z git version 2.54.0
2026-07-30T12:19:30.7009582Z Temporarily overriding HOME='/home/runner/work/_temp/d8f24f61-9190-46d1-bd6c-f85de6a58b58' before making global git config changes 2026-07-30T12:19:30.7011556Z Adding repository directory to the temporary git global config as a safe directory 2026-07-30T12:19:30.7015232Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-30T12:19:30.7072031Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-30T12:19:30.7082127Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-30T12:19:30.7183312Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-30T12:19:30.7184963Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-30T12:19:30.7186555Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-30T12:19:30.7187401Z hint: call: 2026-07-30T12:19:30.7187843Z hint: 2026-07-30T12:19:30.7188417Z hint: git config --global init.defaultBranch <name> 2026-07-30T12:19:30.7189107Z hint: 2026-07-30T12:19:30.7189748Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-30T12:19:30.7190719Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-30T12:19:30.7191440Z hint: 2026-07-30T12:19:30.7191848Z hint: git branch -m <name> 2026-07-30T12:19:30.7192303Z hint: 2026-07-30T12:19:30.7192918Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-30T12:19:30.7200071Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-30T12:19:30.7211822Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-30T12:19:30.7291098Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-30T12:19:30.7325248Z Removing SSH command configuration 2026-07-30T12:19:30.7332177Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-30T12:19:30.7370259Z [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-30T12:19:30.7742100Z Removing HTTP extra header 2026-07-30T12:19:30.7750071Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-30T12:19:30.7789910Z [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-30T12:19:30.8017355Z Removing includeIf entries pointing to credentials config files 2026-07-30T12:19:30.8024008Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-30T12:19:30.8060470Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-30T12:19:30.8288299Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-b56de474-b09b-4321-9a42-9596697928fe.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-30T12:19:30.8329132Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-b56de474-b09b-4321-9a42-9596697928fe.config 2026-07-30T12:19:30.8364151Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-b56de474-b09b-4321-9a42-9596697928fe.config 2026-07-30T12:19:30.8403280Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-b56de474-b09b-4321-9a42-9596697928fe.config 2026-07-30T12:19:30.8476193Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-b56de474-b09b-4321-9a42-9596697928fe.config
Fetching the repository
2026-07-30T12:19:30.8516414Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +52d638f58384d506561683e5235e80f9f155416a:refs/remotes/pull/5537/merge 2026-07-30T12:19:33.8908780Z From https://github.com/pypy/pypy 2026-07-30T12:19:33.8909874Z * [new ref] 52d638f58384d506561683e5235e80f9f155416a -> pull/5537/merge
Determining the checkout info
2026-07-30T12:19:33.8958241Z [command]/usr/bin/git sparse-checkout disable 2026-07-30T12:19:33.9008156Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-30T12:19:33.9045409Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5537/merge 2026-07-30T12:19:34.4437218Z Note: switching to 'refs/remotes/pull/5537/merge'. 2026-07-30T12:19:34.4437755Z 2026-07-30T12:19:34.4443822Z You are in 'detached HEAD' state. You can look around, make experimental 2026-07-30T12:19:34.4445233Z changes and commit them, and you can discard any commits you make in this 2026-07-30T12:19:34.4446789Z state without impacting any branches by switching back to a branch. 2026-07-30T12:19:34.4447721Z 2026-07-30T12:19:34.4448303Z If you want to create a new branch to retain commits you create, you may 2026-07-30T12:19:34.4449043Z do so (now or later) by using -c with the switch command. Example: 2026-07-30T12:19:34.4449460Z 2026-07-30T12:19:34.4449626Z git switch -c <new-branch-name> 2026-07-30T12:19:34.4449872Z 2026-07-30T12:19:34.4450050Z Or undo this operation with: 2026-07-30T12:19:34.4450277Z 2026-07-30T12:19:34.4450402Z git switch - 2026-07-30T12:19:34.4450604Z 2026-07-30T12:19:34.4450912Z Turn off this advice by setting config variable advice.detachedHead to false 2026-07-30T12:19:34.4451325Z 2026-07-30T12:19:34.4451778Z HEAD is now at 52d638f Merge d7419412850f81e334706a2680c4935ce9d535bf into e6faa48a5f66f9046ba59ee1ff92ff16ba07bcb3
2026-07-30T12:19:34.4512845Z [command]/usr/bin/git log -1 --format=%H 2026-07-30T12:19:34.4540463Z 52d638f58384d506561683e5235e80f9f155416a