Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-02T07:31:07.1269460Z with: 2026-08-02T07:31:07.1271580Z repository: pypy/pypy 2026-08-02T07:31:07.1303140Z token: *** 2026-08-02T07:31:07.1305350Z ssh-strict: true 2026-08-02T07:31:07.1307950Z ssh-user: git 2026-08-02T07:31:07.1312330Z persist-credentials: true 2026-08-02T07:31:07.1316120Z clean: true 2026-08-02T07:31:07.1320160Z sparse-checkout-cone-mode: true 2026-08-02T07:31:07.1324760Z fetch-depth: 1 2026-08-02T07:31:07.1327760Z fetch-tags: false 2026-08-02T07:31:07.1331090Z show-progress: true 2026-08-02T07:31:07.1333700Z lfs: false 2026-08-02T07:31:07.1337870Z submodules: false 2026-08-02T07:31:07.1341450Z set-safe-directory: true
2026-08-02T07:31:08.6254850Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T07:31:08.6263110Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-02T07:31:08.6265370Z [command]/usr/local/bin/git version 2026-08-02T07:31:08.7244160Z git version 2.55.0
2026-08-02T07:31:08.7350640Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/6a00b8a2-7396-4290-8247-c0e33ccffd3e/.gitconfig' 2026-08-02T07:31:08.7383240Z Temporarily overriding HOME='/Users/runner/work/_temp/6a00b8a2-7396-4290-8247-c0e33ccffd3e' before making global git config changes 2026-08-02T07:31:08.7386930Z Adding repository directory to the temporary git global config as a safe directory 2026-08-02T07:31:08.7397270Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-02T07:31:08.7665750Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T07:31:08.7695830Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-02T07:31:08.8723940Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-02T07:31:08.8728270Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-02T07:31:08.8730480Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-02T07:31:08.8732390Z hint: call: 2026-08-02T07:31:08.8733380Z hint: 2026-08-02T07:31:08.8734770Z hint: git config --global init.defaultBranch <name> 2026-08-02T07:31:08.8736180Z hint: 2026-08-02T07:31:08.8737520Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-02T07:31:08.8741440Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-02T07:31:08.8743740Z hint: 2026-08-02T07:31:08.8745220Z hint: git branch -m <name> 2026-08-02T07:31:08.8746490Z hint: 2026-08-02T07:31:08.8748550Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-02T07:31:08.8751020Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-02T07:31:08.8763540Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-02T07:31:08.8965110Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-02T07:31:08.9134770Z Removing SSH command configuration 2026-08-02T07:31:08.9152100Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-02T07:31:08.9314100Z [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-02T07:31:09.2615960Z Removing HTTP extra header 2026-08-02T07:31:09.2702820Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-02T07:31:09.2962930Z [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-02T07:31:09.5146360Z Removing includeIf entries pointing to credentials config files 2026-08-02T07:31:09.5182150Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-02T07:31:09.5522960Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-02T07:31:09.8608540Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-963ef7ae-3e02-4508-9fb0-15346b18226c.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-02T07:31:09.8711090Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-963ef7ae-3e02-4508-9fb0-15346b18226c.config 2026-08-02T07:31:09.8818870Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-963ef7ae-3e02-4508-9fb0-15346b18226c.config 2026-08-02T07:31:09.8909980Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-963ef7ae-3e02-4508-9fb0-15346b18226c.config 2026-08-02T07:31:09.9124090Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-963ef7ae-3e02-4508-9fb0-15346b18226c.config
Fetching the repository
2026-08-02T07:31:09.9382110Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c435da7b49143c884c2bef0da14d72d6bb4aeccc:refs/remotes/pull/5550/merge 2026-08-02T07:31:13.8195980Z From https://github.com/pypy/pypy 2026-08-02T07:31:13.8198070Z * [new ref] c435da7b49143c884c2bef0da14d72d6bb4aeccc -> pull/5550/merge
Determining the checkout info
2026-08-02T07:31:13.8232370Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-02T07:31:13.8415180Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T07:31:13.8593170Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5550/merge 2026-08-02T07:31:14.9737230Z Updating files: 24% (1470/6014) 2026-08-02T07:31:15.0737790Z Updating files: 25% (1504/6014) 2026-08-02T07:31:15.1607570Z Updating files: 26% (1564/6014) 2026-08-02T07:31:15.1866670Z Updating files: 27% (1624/6014) 2026-08-02T07:31:15.1930220Z Updating files: 28% (1684/6014) 2026-08-02T07:31:15.2060090Z Updating files: 29% (1745/6014) 2026-08-02T07:31:15.3197790Z Updating files: 30% (1805/6014) 2026-08-02T07:31:15.3517110Z Updating files: 31% (1865/6014) 2026-08-02T07:31:15.3710450Z Updating files: 32% (1925/6014) 2026-08-02T07:31:15.4015670Z Updating files: 33% (1985/6014) 2026-08-02T07:31:15.4544690Z Updating files: 34% (2045/6014) 2026-08-02T07:31:15.5052890Z Updating files: 35% (2105/6014) 2026-08-02T07:31:15.5350680Z Updating files: 36% (2166/6014) 2026-08-02T07:31:15.5518470Z Updating files: 37% (2226/6014) 2026-08-02T07:31:15.5845900Z Updating files: 38% (2286/6014) 2026-08-02T07:31:15.6215050Z Updating files: 39% (2346/6014) 2026-08-02T07:31:15.6505750Z Updating files: 40% (2406/6014) 2026-08-02T07:31:15.6779810Z Updating files: 41% (2466/6014) 2026-08-02T07:31:15.7021180Z Updating files: 42% (2526/6014) 2026-08-02T07:31:15.7281400Z Updating files: 43% (2587/6014) 2026-08-02T07:31:15.7500840Z Updating files: 44% (2647/6014) 2026-08-02T07:31:15.7925380Z Updating files: 45% (2707/6014) 2026-08-02T07:31:15.8105930Z Updating files: 46% (2767/6014) 2026-08-02T07:31:15.9222880Z Updating files: 47% (2827/6014) 2026-08-02T07:31:15.9747950Z Updating files: 47% (2847/6014) 2026-08-02T07:31:16.0795220Z Updating files: 48% (2887/6014) 2026-08-02T07:31:16.1799840Z Updating files: 49% (2947/6014) 2026-08-02T07:31:16.2266960Z Updating files: 50% (3007/6014) 2026-08-02T07:31:16.3163710Z Updating files: 51% (3068/6014) 2026-08-02T07:31:16.3192890Z Updating files: 52% (3128/6014) 2026-08-02T07:31:16.3234720Z Updating files: 53% (3188/6014) 2026-08-02T07:31:16.3278320Z Updating files: 54% (3248/6014) 2026-08-02T07:31:16.4995840Z Updating files: 55% (3308/6014) 2026-08-02T07:31:16.5718210Z Updating files: 56% (3368/6014) 2026-08-02T07:31:16.6360150Z Updating files: 57% (3428/6014) 2026-08-02T07:31:16.6657070Z Updating files: 58% (3489/6014) 2026-08-02T07:31:16.6944950Z Updating files: 59% (3549/6014) 2026-08-02T07:31:16.7254240Z Updating files: 60% (3609/6014) 2026-08-02T07:31:16.7613400Z Updating files: 61% (3669/6014) 2026-08-02T07:31:16.7913690Z Updating files: 62% (3729/6014) 2026-08-02T07:31:16.8222980Z Updating files: 63% (3789/6014) 2026-08-02T07:31:16.8970840Z Updating files: 64% (3849/6014) 2026-08-02T07:31:16.9069710Z Updating files: 64% (3889/6014) 2026-08-02T07:31:16.9464320Z Updating files: 65% (3910/6014) 2026-08-02T07:31:16.9675930Z Updating files: 66% (3970/6014) 2026-08-02T07:31:16.9968580Z Updating files: 67% (4030/6014) 2026-08-02T07:31:17.0394300Z Updating files: 68% (4090/6014) 2026-08-02T07:31:17.0782380Z Updating files: 69% (4150/6014) 2026-08-02T07:31:17.1170290Z Updating files: 70% (4210/6014) 2026-08-02T07:31:17.3559480Z Updating files: 71% (4270/6014) 2026-08-02T07:31:17.4406820Z Updating files: 72% (4331/6014) 2026-08-02T07:31:17.4464750Z Updating files: 73% (4391/6014) 2026-08-02T07:31:17.5014380Z Updating files: 74% (4451/6014) 2026-08-02T07:31:17.5872790Z Updating files: 75% (4511/6014) 2026-08-02T07:31:17.6079940Z Updating files: 76% (4571/6014) 2026-08-02T07:31:17.6194220Z Updating files: 77% (4631/6014) 2026-08-02T07:31:17.6232450Z Updating files: 78% (4691/6014) 2026-08-02T07:31:17.6234390Z Updating files: 79% (4752/6014) 2026-08-02T07:31:17.6705680Z Updating files: 80% (4812/6014) 2026-08-02T07:31:17.7372490Z Updating files: 81% (4872/6014) 2026-08-02T07:31:17.8063070Z Updating files: 82% (4932/6014) 2026-08-02T07:31:17.8479880Z Updating files: 83% (4992/6014) 2026-08-02T07:31:17.9786160Z Updating files: 84% (5052/6014) 2026-08-02T07:31:18.0072240Z Updating files: 85% (5112/6014) 2026-08-02T07:31:18.0192120Z Updating files: 85% (5121/6014) 2026-08-02T07:31:18.0251750Z Updating files: 86% (5173/6014) 2026-08-02T07:31:18.0444110Z Updating files: 87% (5233/6014) 2026-08-02T07:31:18.0543020Z Updating files: 88% (5293/6014) 2026-08-02T07:31:18.0764170Z Updating files: 89% (5353/6014) 2026-08-02T07:31:18.0946270Z Updating files: 90% (5413/6014) 2026-08-02T07:31:18.3199470Z Updating files: 91% (5473/6014) 2026-08-02T07:31:18.4280540Z Updating files: 92% (5533/6014) 2026-08-02T07:31:18.5284720Z Updating files: 93% (5594/6014) 2026-08-02T07:31:18.6288840Z Updating files: 94% (5654/6014) 2026-08-02T07:31:18.7216250Z Updating files: 95% (5714/6014) 2026-08-02T07:31:18.7249490Z Updating files: 96% (5774/6014) 2026-08-02T07:31:18.7361460Z Updating files: 97% (5834/6014) 2026-08-02T07:31:18.7364740Z Updating files: 98% (5894/6014) 2026-08-02T07:31:18.7365440Z Updating files: 99% (5954/6014) 2026-08-02T07:31:18.7366090Z Updating files: 100% (6014/6014) 2026-08-02T07:31:18.7366740Z Updating files: 100% (6014/6014), done. 2026-08-02T07:31:18.7368330Z HEAD is now at c435da7 Merge c78e9378e16a7b3c56d18f50b676b01754a8891e into fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
2026-08-02T07:31:18.8554510Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-02T07:31:18.8568370Z c435da7b49143c884c2bef0da14d72d6bb4aeccc