Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-20T08:52:07.0917150Z with: 2026-08-20T08:52:07.0918100Z repository: pypy/pypy 2026-08-20T08:52:07.0925590Z token: *** 2026-08-20T08:52:07.0926520Z ssh-strict: true 2026-08-20T08:52:07.0927440Z ssh-user: git 2026-08-20T08:52:07.0928340Z persist-credentials: true 2026-08-20T08:52:07.0929600Z clean: true 2026-08-20T08:52:07.0930560Z sparse-checkout-cone-mode: true 2026-08-20T08:52:07.0931630Z fetch-depth: 1 2026-08-20T08:52:07.0932540Z fetch-tags: false 2026-08-20T08:52:07.0933450Z show-progress: true 2026-08-20T08:52:07.0934380Z lfs: false 2026-08-20T08:52:07.0935220Z submodules: false 2026-08-20T08:52:07.0936160Z set-safe-directory: true
2026-08-20T08:52:07.8200010Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-20T08:52:07.8208870Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-20T08:52:07.8220210Z [command]/opt/homebrew/bin/git version 2026-08-20T08:52:07.8733680Z git version 2.55.0
2026-08-20T08:52:07.8770830Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/cd2a3496-385c-4aa6-896f-3188c909fd4c/.gitconfig' 2026-08-20T08:52:07.8777200Z Temporarily overriding HOME='/Users/runner/work/_temp/cd2a3496-385c-4aa6-896f-3188c909fd4c' before making global git config changes 2026-08-20T08:52:07.8778870Z Adding repository directory to the temporary git global config as a safe directory 2026-08-20T08:52:07.8784450Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-20T08:52:07.8911740Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-20T08:52:07.8919490Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-20T08:52:07.9296840Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-20T08:52:07.9298830Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-20T08:52:07.9300950Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-20T08:52:07.9302340Z hint: call: 2026-08-20T08:52:07.9302900Z hint: 2026-08-20T08:52:07.9303790Z hint: git config --global init.defaultBranch <name> 2026-08-20T08:52:07.9304830Z hint: 2026-08-20T08:52:07.9305490Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-20T08:52:07.9306310Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-20T08:52:07.9306910Z hint: 2026-08-20T08:52:07.9307400Z hint: git branch -m <name> 2026-08-20T08:52:07.9307820Z hint: 2026-08-20T08:52:07.9308500Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-20T08:52:07.9310330Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-20T08:52:07.9312180Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-20T08:52:07.9432490Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-20T08:52:07.9516610Z Removing SSH command configuration 2026-08-20T08:52:07.9520250Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-20T08:52:07.9605510Z [command]/opt/homebrew/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-20T08:52:08.1269390Z Removing HTTP extra header 2026-08-20T08:52:08.1278700Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-20T08:52:08.1534740Z [command]/opt/homebrew/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-20T08:52:08.3941390Z Removing includeIf entries pointing to credentials config files 2026-08-20T08:52:08.4050060Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-20T08:52:08.4361040Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-20T08:52:08.6109200Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-e4ab8f53-295d-4cd8-ae39-591593c325a0.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-20T08:52:08.6128490Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-e4ab8f53-295d-4cd8-ae39-591593c325a0.config 2026-08-20T08:52:08.6195330Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-e4ab8f53-295d-4cd8-ae39-591593c325a0.config 2026-08-20T08:52:08.6207870Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-e4ab8f53-295d-4cd8-ae39-591593c325a0.config 2026-08-20T08:52:08.6371150Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-e4ab8f53-295d-4cd8-ae39-591593c325a0.config
Fetching the repository
2026-08-20T08:52:08.6483950Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +def33fbd3abbfe79cd5c897408341c5945834329:refs/remotes/pull/5570/merge 2026-08-20T08:52:11.1052550Z From https://github.com/pypy/pypy 2026-08-20T08:52:11.1057030Z * [new ref] def33fbd3abbfe79cd5c897408341c5945834329 -> pull/5570/merge
Determining the checkout info
2026-08-20T08:52:11.1114380Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-20T08:52:11.1262500Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-20T08:52:11.1423520Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5570/merge 2026-08-20T08:52:12.2589960Z Updating files: 63% (4472/7087) 2026-08-20T08:52:12.2769250Z Updating files: 64% (4536/7087) 2026-08-20T08:52:12.3000780Z Updating files: 65% (4607/7087) 2026-08-20T08:52:12.3508380Z Updating files: 66% (4678/7087) 2026-08-20T08:52:12.3774120Z Updating files: 67% (4749/7087) 2026-08-20T08:52:12.4033100Z Updating files: 68% (4820/7087) 2026-08-20T08:52:12.4188490Z Updating files: 69% (4891/7087) 2026-08-20T08:52:12.4334820Z Updating files: 70% (4961/7087) 2026-08-20T08:52:12.4530980Z Updating files: 71% (5032/7087) 2026-08-20T08:52:12.4714730Z Updating files: 72% (5103/7087) 2026-08-20T08:52:12.4846030Z Updating files: 73% (5174/7087) 2026-08-20T08:52:12.5091040Z Updating files: 74% (5245/7087) 2026-08-20T08:52:12.5292090Z Updating files: 75% (5316/7087) 2026-08-20T08:52:12.5520420Z Updating files: 76% (5387/7087) 2026-08-20T08:52:12.5671150Z Updating files: 77% (5457/7087) 2026-08-20T08:52:12.5791920Z Updating files: 78% (5528/7087) 2026-08-20T08:52:12.5935420Z Updating files: 79% (5599/7087) 2026-08-20T08:52:12.6109740Z Updating files: 80% (5670/7087) 2026-08-20T08:52:12.6197420Z Updating files: 81% (5741/7087) 2026-08-20T08:52:12.6277900Z Updating files: 82% (5812/7087) 2026-08-20T08:52:12.6445150Z Updating files: 83% (5883/7087) 2026-08-20T08:52:12.6571770Z Updating files: 84% (5954/7087) 2026-08-20T08:52:12.6754940Z Updating files: 85% (6024/7087) 2026-08-20T08:52:12.6897120Z Updating files: 86% (6095/7087) 2026-08-20T08:52:12.6996300Z Updating files: 87% (6166/7087) 2026-08-20T08:52:12.7143090Z Updating files: 88% (6237/7087) 2026-08-20T08:52:12.7285680Z Updating files: 89% (6308/7087) 2026-08-20T08:52:12.7410450Z Updating files: 90% (6379/7087) 2026-08-20T08:52:12.7501840Z Updating files: 91% (6450/7087) 2026-08-20T08:52:12.8471720Z Updating files: 92% (6521/7087) 2026-08-20T08:52:12.9155360Z Updating files: 93% (6591/7087) 2026-08-20T08:52:12.9321420Z Updating files: 94% (6662/7087) 2026-08-20T08:52:12.9434750Z Updating files: 95% (6733/7087) 2026-08-20T08:52:12.9573220Z Updating files: 96% (6804/7087) 2026-08-20T08:52:12.9875440Z Updating files: 97% (6875/7087) 2026-08-20T08:52:13.0107860Z Updating files: 98% (6946/7087) 2026-08-20T08:52:13.0311680Z Updating files: 99% (7017/7087) 2026-08-20T08:52:13.0418920Z Updating files: 100% (7087/7087) 2026-08-20T08:52:13.0520700Z Updating files: 100% (7087/7087), done. 2026-08-20T08:52:13.0586330Z HEAD is now at def33fb Merge a3486ab7ccd5e6c5cf2859afdac7b9ee8ca85226 into 36ac959f84234b693c9d041b4ca0721fa9364393
2026-08-20T08:52:13.0887140Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-20T08:52:13.0996930Z def33fbd3abbfe79cd5c897408341c5945834329