Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-02T17:22:36.6294680Z with: 2026-08-02T17:22:36.6295570Z repository: pypy/pypy 2026-08-02T17:22:36.6308470Z token: *** 2026-08-02T17:22:36.6309730Z ssh-strict: true 2026-08-02T17:22:36.6310950Z ssh-user: git 2026-08-02T17:22:36.6312040Z persist-credentials: true 2026-08-02T17:22:36.6313190Z clean: true 2026-08-02T17:22:36.6314350Z sparse-checkout-cone-mode: true 2026-08-02T17:22:36.6315800Z fetch-depth: 1 2026-08-02T17:22:36.6317110Z fetch-tags: false 2026-08-02T17:22:36.6318350Z show-progress: true 2026-08-02T17:22:36.6319790Z lfs: false 2026-08-02T17:22:36.6321350Z submodules: false 2026-08-02T17:22:36.6322720Z set-safe-directory: true
2026-08-02T17:22:37.1371630Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T17:22:37.1381560Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-02T17:22:37.1387320Z [command]/usr/local/bin/git version 2026-08-02T17:22:37.2308200Z git version 2.55.0
2026-08-02T17:22:37.2454330Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/38be8d54-680c-4e10-b853-154a61cba7db/.gitconfig' 2026-08-02T17:22:37.2464630Z Temporarily overriding HOME='/Users/runner/work/_temp/38be8d54-680c-4e10-b853-154a61cba7db' before making global git config changes 2026-08-02T17:22:37.2607750Z Adding repository directory to the temporary git global config as a safe directory 2026-08-02T17:22:37.2639690Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-02T17:22:37.2678120Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T17:22:37.2701880Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-02T17:22:37.3216060Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-02T17:22:37.3224670Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-02T17:22:37.3231750Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-02T17:22:37.3236710Z hint: call: 2026-08-02T17:22:37.3238870Z hint: 2026-08-02T17:22:37.3241770Z hint: git config --global init.defaultBranch <name> 2026-08-02T17:22:37.3245450Z hint: 2026-08-02T17:22:37.3248630Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-02T17:22:37.3255260Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-02T17:22:37.3259660Z hint: 2026-08-02T17:22:37.3261810Z hint: git branch -m <name> 2026-08-02T17:22:37.3265310Z hint: 2026-08-02T17:22:37.3268900Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-02T17:22:37.3274850Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-02T17:22:37.3286260Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-02T17:22:37.3453820Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-02T17:22:37.3620070Z Removing SSH command configuration 2026-08-02T17:22:37.3624500Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-02T17:22:37.3771440Z [command]/usr/local/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-02T17:22:37.5676300Z Removing HTTP extra header 2026-08-02T17:22:37.5682990Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-02T17:22:37.5799890Z [command]/usr/local/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-02T17:22:37.7831900Z Removing includeIf entries pointing to credentials config files 2026-08-02T17:22:37.7842280Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-02T17:22:37.7946180Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-02T17:22:37.9643480Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-2d18775d-0765-470e-b734-ef8164583512.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-02T17:22:37.9796480Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-2d18775d-0765-470e-b734-ef8164583512.config 2026-08-02T17:22:37.9929370Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-2d18775d-0765-470e-b734-ef8164583512.config 2026-08-02T17:22:38.0067260Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-2d18775d-0765-470e-b734-ef8164583512.config 2026-08-02T17:22:38.0200580Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-2d18775d-0765-470e-b734-ef8164583512.config
Fetching the repository
2026-08-02T17:22:38.0336510Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +54ea128db87021b2f607bafa2874929febe3c9cb:refs/remotes/pull/5537/merge 2026-08-02T17:22:39.5685630Z From https://github.com/pypy/pypy 2026-08-02T17:22:39.5688450Z * [new ref] 54ea128db87021b2f607bafa2874929febe3c9cb -> pull/5537/merge
Determining the checkout info
2026-08-02T17:22:39.5707490Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-02T17:22:39.5880050Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T17:22:39.6021170Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5537/merge 2026-08-02T17:22:40.7170280Z Updating files: 39% (2355/6015) 2026-08-02T17:22:40.7399340Z Updating files: 40% (2406/6015) 2026-08-02T17:22:40.8209680Z Updating files: 41% (2467/6015) 2026-08-02T17:22:40.8216180Z Updating files: 42% (2527/6015) 2026-08-02T17:22:40.8220160Z Updating files: 43% (2587/6015) 2026-08-02T17:22:40.8330660Z Updating files: 44% (2647/6015) 2026-08-02T17:22:40.9254300Z Updating files: 45% (2707/6015) 2026-08-02T17:22:40.9471670Z Updating files: 46% (2767/6015) 2026-08-02T17:22:40.9692980Z Updating files: 47% (2828/6015) 2026-08-02T17:22:40.9910990Z Updating files: 48% (2888/6015) 2026-08-02T17:22:41.0136390Z Updating files: 49% (2948/6015) 2026-08-02T17:22:41.0353490Z Updating files: 50% (3008/6015) 2026-08-02T17:22:41.0572290Z Updating files: 51% (3068/6015) 2026-08-02T17:22:41.0789200Z Updating files: 52% (3128/6015) 2026-08-02T17:22:41.1003640Z Updating files: 53% (3188/6015) 2026-08-02T17:22:41.1221040Z Updating files: 54% (3249/6015) 2026-08-02T17:22:41.1515490Z Updating files: 55% (3309/6015) 2026-08-02T17:22:41.1751080Z Updating files: 56% (3369/6015) 2026-08-02T17:22:41.1974070Z Updating files: 57% (3429/6015) 2026-08-02T17:22:41.2198670Z Updating files: 58% (3489/6015) 2026-08-02T17:22:41.2413900Z Updating files: 59% (3549/6015) 2026-08-02T17:22:41.2636210Z Updating files: 60% (3609/6015) 2026-08-02T17:22:41.2924920Z Updating files: 61% (3670/6015) 2026-08-02T17:22:41.3130810Z Updating files: 62% (3730/6015) 2026-08-02T17:22:41.3343650Z Updating files: 63% (3790/6015) 2026-08-02T17:22:41.3617500Z Updating files: 64% (3850/6015) 2026-08-02T17:22:41.3854540Z Updating files: 65% (3910/6015) 2026-08-02T17:22:41.4073560Z Updating files: 66% (3970/6015) 2026-08-02T17:22:41.4315830Z Updating files: 67% (4031/6015) 2026-08-02T17:22:41.4573300Z Updating files: 68% (4091/6015) 2026-08-02T17:22:41.4815410Z Updating files: 69% (4151/6015) 2026-08-02T17:22:41.5170780Z Updating files: 70% (4211/6015) 2026-08-02T17:22:41.5455490Z Updating files: 71% (4271/6015) 2026-08-02T17:22:41.5757830Z Updating files: 72% (4331/6015) 2026-08-02T17:22:41.6009110Z Updating files: 73% (4391/6015) 2026-08-02T17:22:41.6263400Z Updating files: 74% (4452/6015) 2026-08-02T17:22:41.6277610Z Updating files: 75% (4512/6015) 2026-08-02T17:22:41.7056770Z Updating files: 75% (4515/6015) 2026-08-02T17:22:41.7296590Z Updating files: 76% (4572/6015) 2026-08-02T17:22:41.7576180Z Updating files: 77% (4632/6015) 2026-08-02T17:22:41.7807090Z Updating files: 78% (4692/6015) 2026-08-02T17:22:41.8013510Z Updating files: 79% (4752/6015) 2026-08-02T17:22:41.8253020Z Updating files: 80% (4812/6015) 2026-08-02T17:22:41.8506610Z Updating files: 81% (4873/6015) 2026-08-02T17:22:41.8743880Z Updating files: 82% (4933/6015) 2026-08-02T17:22:41.8969100Z Updating files: 83% (4993/6015) 2026-08-02T17:22:41.9207620Z Updating files: 84% (5053/6015) 2026-08-02T17:22:41.9449020Z Updating files: 85% (5113/6015) 2026-08-02T17:22:41.9679300Z Updating files: 86% (5173/6015) 2026-08-02T17:22:41.9909790Z Updating files: 87% (5234/6015) 2026-08-02T17:22:42.0130070Z Updating files: 88% (5294/6015) 2026-08-02T17:22:42.0359310Z Updating files: 89% (5354/6015) 2026-08-02T17:22:42.0653330Z Updating files: 90% (5414/6015) 2026-08-02T17:22:42.2069580Z Updating files: 91% (5474/6015) 2026-08-02T17:22:42.2678450Z Updating files: 92% (5534/6015) 2026-08-02T17:22:42.2912730Z Updating files: 93% (5594/6015) 2026-08-02T17:22:42.3115970Z Updating files: 94% (5655/6015) 2026-08-02T17:22:42.3320550Z Updating files: 95% (5715/6015) 2026-08-02T17:22:42.3534040Z Updating files: 96% (5775/6015) 2026-08-02T17:22:42.3756290Z Updating files: 97% (5835/6015) 2026-08-02T17:22:42.3968660Z Updating files: 98% (5895/6015) 2026-08-02T17:22:42.4187390Z Updating files: 99% (5955/6015) 2026-08-02T17:22:42.4188210Z Updating files: 100% (6015/6015) 2026-08-02T17:22:42.4188930Z Updating files: 100% (6015/6015), done. 2026-08-02T17:22:42.4336990Z HEAD is now at 54ea128 Merge a60442a4745554511c1a22d439e616e87b762a1a into a2f7356d28f19f023e46e58443ec5988fd525899
2026-08-02T17:22:42.4541110Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-02T17:22:42.4671210Z 54ea128db87021b2f607bafa2874929febe3c9cb